Prevent waiting for currently running job
All checks were successful
s434704-training/pipeline/head This commit looks good

This commit is contained in:
Wojciech Jarmosz 2021-05-14 01:58:56 +02:00
parent 3fb4da9f49
commit 87d7867340

2
Jenkinsfile vendored
View File

@ -29,7 +29,7 @@ stages {
success {
build job: 's434704-training/master', parameters: [
string(name: 'options', value: "-shuffle=true")
]
], wait: false
}
}
}