Build Flow plugin for the Jenkins continuous integration server.
I'm using Jenkins, Maven 3.1, and Java 1.6. I have the following Maven job set up in Jenkins with the following goals …
maven jenkins maven-surefire-plugin jenkins-build-flowWhen I run the following code on the Jenkins workflow (Jenkins 1.609.1 ,workflow 1.8) I get error of 'NotSerializableException' (also below). However, …
jenkins jenkins-pipeline jenkins-build-flowI am using the Jenkins Build Flow plugin to achieve parallelization. The Groovy DSL does certain file operations. Even though …
file-io groovy jenkins jenkins-plugins jenkins-build-flowI notice there are (at least) two orchestration options for Jenkins Build Flow Workflow - Now known as Pipeline I …
jenkins jenkins-plugins jenkins-workflow jenkins-build-flow