add evaluation job

This commit is contained in:
Sebastian Wałęsa 2022-05-06 22:57:40 +02:00
parent b53fd7dc57
commit 10e08580e0

View File

@ -20,6 +20,11 @@ pipeline {
archiveArtifacts artifacts: 'Model_xPosition.pkl', followSymlinks: false
}
}
stage('Evaluation-job'){
steps {
build job: 's478839-evaluation/feature/'
}
}
}
post {
success {