diff --git a/Jenkinsfile b/Jenkinsfile index 2c1d0d0..661f1b0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -46,7 +46,11 @@ pipeline { archiveArtifacts artifacts: 'understat.csv.train', followSymlinks: false archiveArtifacts artifacts: 'understat.csv.test', followSymlinks: false archiveArtifacts artifacts: 'understat.csv.cutted', followSymlinks: false - } + } + stage('Build training job') { + steps{ + build job: 's478839-training/feature/' + } } } } \ No newline at end of file