diff --git a/Jenkinsfile b/Jenkinsfile index 265d638..fa37097 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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: '')] + + } + } }