Skip to content

Apache Brooklyn blueprints for deploying Jenkins. The leading open source automation server, Jenkins provides hundreds of plugins to support building, deploying and automating any project.

License

brooklyncentral/brooklyn-jenkins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

brooklyn-jenkins

Apache Brooklyn blueprints for deploying Jenkins. The leading open source automation server, Jenkins provides hundreds of plugins to support building, deploying and automating any project.

[For contributors] Release Process

Snapshot Release

In order to release a new snapshot version to Sonatype:

mvn deploy -DdeployTo=sonatype

Official Relesae

  1. Create a new branch, e.g. release/1.0.3, and checkout that branch

  2. Update the version running the command below (and double-check that pom.xml was correctly updated):

    GA_VERSION=1.0.3
    ~/repos/brooklyn/brooklyn-dist/release/change-version.sh BROOKLYN_JENKINS ${GA_VERSION}-SNAPSHOT ${GA_VERSION}
  3. Confirm it builds: mvn clean install

  4. Push release to sonatype, following the normal Sonatype process:

    mvn deploy -DdeployTo=sonatype

About

Apache Brooklyn blueprints for deploying Jenkins. The leading open source automation server, Jenkins provides hundreds of plugins to support building, deploying and automating any project.

Resources

License

Stars

Watchers

Forks

Packages

No packages published