Skip to content

endakelly/ci-sauce

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

774 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 99.7%
  • Shell 0.3%