Top "Jenkins-build-flow" questions

Build Flow plugin for the Jenkins continuous integration server.

How do I make Jenkins build fail when Maven unit tests fail?

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-flow
How to fix NotSerializableException error during Jenkins workflow build?

When 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-flow
Access files on a node slave from Jenkins master using Groovy

I 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-flow
Jenkins Build Flow versus Workflow (Pipeline) plugin

I 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