Each parallel branch needs to make sure it gets the source

Only some of the branches failed because of workspace affinity for the 'first'
node it would seem
This commit is contained in:
R. Tyler Croy 2016-08-03 22:24:08 -07:00
parent 15ba0cb2af
commit 2f2a79759b
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -24,6 +24,7 @@ node('docker') {
def ruby = rubies.get(i)
stepsForParallel[ruby] = {
node {
checkout scm
sh "./build-rubies.sh ${ruby}"
/* Using credentials with the ID 'dockerhub' from the Jenkins installation */
withCredentials([[$class: 'UsernamePasswordMultiBinding',