Train model job after build success
This commit is contained in:
parent
40b02d2187
commit
6e1747910a
@ -15,4 +15,7 @@ node {
|
|||||||
stage('Archive arifacts') {
|
stage('Archive arifacts') {
|
||||||
archiveArtifacts artifacts: '*data/avocado.data*', onlyIfSuccessful: true
|
archiveArtifacts artifacts: '*data/avocado.data*', onlyIfSuccessful: true
|
||||||
}
|
}
|
||||||
|
stage('Delegate the model training') {
|
||||||
|
build job: 's478841-training/develop'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user