Project

General

Profile

Actions

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."

We are currently about to use gitflow and an according build pipeline is being set up, for details please refer to #4897 (Setup jenkins jobs for using git flow)

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

Jenkins Plugins

  • Maven Project Plugin

Articles

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

Build Pipeline Plugins


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?

Updated by Andreas Müller about 2 years ago · 12 revisions