add stage: build training job
This commit is contained in:
parent
bed2448cd8
commit
9a5df92ab1
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -47,6 +47,10 @@ 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') {
|
||||||
|
steps{
|
||||||
|
build job: 's478839-training/feature/'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user