run auto training
This commit is contained in:
parent
236863587a
commit
2d1709a5e3
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -49,4 +49,10 @@ pipeline {
|
||||
archiveArtifacts artifacts: 'dataset.csv,df_train.csv,df_test.csv', onlyIfSuccessful: true
|
||||
}
|
||||
}
|
||||
stage('Run training'){
|
||||
steps{
|
||||
script {
|
||||
build(job: 's464980-training/master')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user