diff --git a/Jenkinsfile-create b/Jenkinsfile-create index 0ed5191..56391e9 100644 --- a/Jenkinsfile-create +++ b/Jenkinsfile-create @@ -53,4 +53,9 @@ node { sh 'ls' archiveArtifacts artifacts: '*.csv' } +} +post { + success { + build job: 's424714-training' + } } \ No newline at end of file