add stage: build training job (fix2)
This commit is contained in:
parent
69cd91c180
commit
ae7da29b90
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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 {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user