Skip to content
This repository has been archived by the owner on May 20, 2019. It is now read-only.

Commit

Permalink
adding travis and sonarqube
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Kerwin committed Feb 10, 2018
1 parent d53818f commit afa224f
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
language: java
sudo: false
install: true

addons:
sonarcloud:
token:
secure: "jd+sJPgjCJ5zSSDdIWnfFbUuj2K8MbQfL4Tdr4VigOYonxRK8htv/5ACGqLSOgnr1RXv9rtajSM7Nlpl9ozhhwTUO7xT83kxheYENwg9M7Wsc8lWKspzhhf7UAS12Y85lNNG6jVuCKWhkwjrfxbHL6eJihKicGpE608baBOAcc0Nx3QGriCmbuLGKj1jb2AiT/vOC04PptXCpS4B+Y1faDmMj0Xitcxarf5eyrEho2PYhOWSO4T4dhATfD2AavVB5bC07Ih4DJbQbvMjU/+lMtLXiEH7H5ykASmlEBFWqBrfmsghHhVwRWyVjb0lpl7eHZJo1JUbSKUXlUU0ceQrG1tHCwF8wXuGXm4zR2RcWZ2O3tCBZyLw31jtlcbJ43AOjID59sy0oF2L0mKB8xEAVWLNkImveO/mVw5kWaMVbT/EuFhiDqG9gRvpi+bG/3CqkKYWmUkBszdKs2ueUqtt+5Ph6W2HjJcJjJNvf+Uy+Y9ua7ksBhALrO2bXzcWyPSGqgwY1sugP8OqifJ2bk1GYAR5Lew86dP9ghhwf8HxkTa9whTrVwK5vypJfOnLc7c/qfWUNPfhh66dmsuTwmw8D9B8I4/iqiAchBMJEmAvLarDDzhRsKlumAj+7OkiG0fDyaxPorE/UGh3R7zt+RtAmiZSvACXIF1uzLZbwO1i7jc="

jdk:
- oraclejdk8

notifications:
email:
recipients:
- akamen@blackducksoftware.com
- ekerwin@blackducksoftware.com
- rotte@blackducksoftware.com

script:
- "./gradlew clean build sonarqube"

after_success:
- "./gradlew test jacocoTestReport coveralls"
- bash <(curl -s https://copilot.blackducksoftware.com/ci/travis/scripts/upload)

cache:
directories:
- "$HOME/.m2/repository"
- "$HOME/.sonar/cache"
- "$HOME/.gradle"
- ".gradle"
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## Overview ##
The hub-artifactory-common library supports the JFrog Artifactory plugins.

## Build ##

[![Build Status](https://travis-ci.org/blackducksoftware/hub-artifactory-common.svg?branch=master)](https://travis-ci.org/blackducksoftware/hub-artifactory-common)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Black Duck Security Risk](https://copilot.blackducksoftware.com/github/repos/blackducksoftware/hub-artifactory-common/branches/master/badge-risk.svg)](https://copilot.blackducksoftware.com/github/repos/blackducksoftware/hub-artifactory-common/branches/master)
[![Quality Gate](https://sonarcloud.io/api/project_badges/measure?project=com.blackducksoftware.integration%3Ahub-artifactory-common&metric=alert_status)](https://sonarcloud.io/dashboard?id=com.blackducksoftware.integration%3Ahub-artifactory-common)

## Where can I get the latest release? ##
Download the latest from release page: https://github.com/blackducksoftware/hub-artifactory-common/releases

0 comments on commit afa224f

Please sign in to comment.