Triggers modyfi
All checks were successful
s426206-training/pipeline/head This commit looks good

This commit is contained in:
Jan Nowak 2021-05-16 09:05:35 +02:00
parent baa6c7dde0
commit 766d5c836b

12
Jenkinsfile vendored
View File

@ -48,11 +48,11 @@ pipeline {
} }
} }
} }
post { // post {
success { // success {
//Uruchamianie innego zadania // //Uruchamianie innego zadania
//build job: 's426206-training/master', parameters: [string(name: 'PARAMETRY', value: ''), string(name: 'BUILD_SELECTOR', value: '<StatusBuildSelector plugin="copyartifact@1.46"/>')] // build job: 's426206-training/master', parameters: [string(name: 'PARAMETRY', value: ''), string(name: 'BUILD_SELECTOR', value: '<StatusBuildSelector plugin="copyartifact@1.46"/>')]
} // }
} // }
} }