jenkins-build-flow Questions
4
Solved
I am using the Jenkins Build Flow plugin to achieve parallelization. The Groovy DSL does certain file operations. Even though the option Restrict where this project can be run is set to run the job...
Darr asked 3/8, 2015 at 18:44
3
Solved
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 and options ...
clean install -U -P cloudbees -P qa
below is my pom.xml sure...
Melendez asked 23/2, 2015 at 21:10
2
Solved
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, if I move the "build job" outside the "for" sc...
Pleasurable asked 27/7, 2015 at 13:32
2
Solved
I am building a jenkins flow using the build flow plugin that will grab all of the jobs, compare the name to a regex, and if it matches it will trigger a build of the job.
I have this working perfe...
Arvo asked 13/7, 2015 at 15:37
2
Solved
I notice there are (at least) two orchestration options for Jenkins
Build Flow
Workflow - Now known as Pipeline
I found Build Flow first and implemented an orchestration job around that which s...
Forelli asked 9/2, 2016 at 4:48
4
The simple case where you just have one job depending on the completion of a set of other jobs is easy: either use a multijob or use the build flow plugin with parallel { ... }. The case I am tryin...
Brachiate asked 21/9, 2015 at 20:52
1
© 2022 - 2024 — McMap. All rights reserved.