Project

General

Profile

bug #7579

Updated by Andreas Kohlbecker over 5 years ago

Our jenkins setup are using the [build-pipeline-plugin](https://plugins.jenkins.io/build-pipeline-plugin). 

 Since Jenkins 2 there is a much better tool to setup pipelines, [Jenkins Pipeline](https://jenkins.io/doc/book/pipeline/) 

 see the following resources for information on how to use it: 

 * https://jaxenter.de/pipeline-jenkins-2-61568 
 * https://jenkins.io/doc/book/pipeline/ (see also the links in the paragraph: "Die „Top 10 Best Practices for Jenkins Pipeline Plugin„, die „Best Practices for Scalable Pipeline Code“ und „The Need For Speed: Building Pipelines To Be Faster„. Hier finden sich allgemeine Best Practices sowie wichtige Hinweise zur Entwicklung performanter, ") 
 * https://github.com/jenkinsci/pipeline-plugin/blob/master/TUTORIAL.md 

Back