Run another job if success
All checks were successful
s426206-training/pipeline/head This commit looks good
All checks were successful
s426206-training/pipeline/head This commit looks good
This commit is contained in:
parent
6b3fcf4b8d
commit
590c961196
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -48,4 +48,11 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
post {
|
||||
success {
|
||||
//Uruchamianie innego zadania
|
||||
build job: 's426206-training/master', parameters: [string(name: 'PARAMETRY', value: ''), string(name: 'BUILD_SELECTOR', value: '<StatusBuildSelector plugin="copyartifact@1.46"/>')]
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user