Skip to content

A project where shared logic between our Java based CI plugins (Jenkins, Bamboo) is kept

License

Notifications You must be signed in to change notification settings

saucelabs/ci-sauce

ci-sauce

Maven Central

This folder contains the common code for the Bamboo and Jenkins Sauce OnDemand plugins.

To update sauce connect, run the download script, src/main/resources/download.sh This will download all the required files, you just need to update git. Make sure the jq (https://stedolan.github.io/jq/) app is installed in your path

To build the plugin, you will need Maven 2.

To build (compile,test,jar) the plugin run:

mvn package

To release the plugin to maven central

mvn release:prepare release:perform

http://central.sonatype.org/pages/ossrh-guide.html for more details