add evaluation job
This commit is contained in:
parent
b53fd7dc57
commit
10e08580e0
@ -20,6 +20,11 @@ pipeline {
|
||||
archiveArtifacts artifacts: 'Model_xPosition.pkl', followSymlinks: false
|
||||
}
|
||||
}
|
||||
stage('Evaluation-job'){
|
||||
steps {
|
||||
build job: 's478839-evaluation/feature/'
|
||||
}
|
||||
}
|
||||
}
|
||||
post {
|
||||
success {
|
||||
|
Loading…
Reference in New Issue
Block a user