add stage: build training job
This commit is contained in:
parent
bed2448cd8
commit
9a5df92ab1
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -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/'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user