diff --git a/Jenkinsfile_stats b/Jenkinsfile_stats index ab35f7d..138ade3 100644 --- a/Jenkinsfile_stats +++ b/Jenkinsfile_stats @@ -18,12 +18,12 @@ pipeline { } } } - stage ('Invoke training') { - steps { - build job: 's434704-training', parameters: [ - string(name: 'options', value: "") - ] - } - } } + post { + success { + build job: 's434704-training/master', parameters: [ + string(name: 'options', value: "-shuffle=true") + ] + } + } } \ No newline at end of file