Run another job if success
All checks were successful
s426206-training/pipeline/head This commit looks good

This commit is contained in:
Jan Nowak 2021-05-07 23:18:04 +02:00
parent 6b3fcf4b8d
commit 590c961196

7
Jenkinsfile vendored
View File

@ -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"/>')]
}
}
} }