add stage: build training job (fix2)

This commit is contained in:
Sebastian Wałęsa 2022-05-06 20:04:49 +02:00
parent 69cd91c180
commit ae7da29b90

2
Jenkinsfile vendored
View File

@ -47,6 +47,7 @@ pipeline {
archiveArtifacts artifacts: 'understat.csv.test', followSymlinks: false archiveArtifacts artifacts: 'understat.csv.test', followSymlinks: false
archiveArtifacts artifacts: 'understat.csv.cutted', followSymlinks: false archiveArtifacts artifacts: 'understat.csv.cutted', followSymlinks: false
} }
}
stage('Build training job') { stage('Build training job') {
steps{ steps{
build job: 's478839-training/feature/' build job: 's478839-training/feature/'
@ -54,4 +55,3 @@ pipeline {
} }
} }
} }
}