Project

General

Profile

JenkinsBuildPipelines » History » Revision 6

Revision 5 (Andreas Kohlbecker, 08/22/2013 04:38 PM) → Revision 6/12 (Andreas Kohlbecker, 08/22/2013 04:40 PM)

 
 # Jenkins Build Pipelines 


 On how to setup true build and release pipelines in Jenkins. 

 "True pipeline as being a pipeline that is strictly associated with a single revision." 



 ---- 


 see also #3356 (jenkins build pipeline for EDIT Platform release setup) 



 ## Articles 


 Links to interesting pages regarding build and release pipelines in Jenkins: 

 * **http://java.dzone.com/articles/how-build-true-pipelines *******  

 * (http://eugenedvorkin.com/continuous-delivery-pipeline-with-jenkins-gradle-and-artifactory-part-1-commit-stage/) 



 ## Build Pipeline Plugins 


 * FLOW Plugin - just another build pipeline plugin for jenkins? brand new on the time of writing this and untested 

   * https://wiki.jenkins-ci.org/display/JENKINS/FLOW+Plugin 

   * http://startflowing.net/  


 --- 

 NOTES: 

 ~~~ 
 - Artifactory ,see  
     http://blogs.jfrog.org/2011/06/jenkins-new-maven-and-gradle-release.html 
     http://eugenedvorkin.com/continuous-delivery-pipeline-with-jenkins-gradle-and-artifactory-part-1-commit-stage/ 

 - sonar integration (Code quality reporting tool) 

 - how to infer mvn version string fom svn tag url and vice versa? 

 ~~~