Fixes for Jenkinsfile_train
This commit is contained in:
parent
0fce6cd355
commit
2f09ede319
@ -13,7 +13,9 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage("Run training"){
|
stage("Run training"){
|
||||||
sh "python3 training.py ${params.options}"
|
steps {
|
||||||
|
sh "python3 training.py ${params.options}"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
stage('Save trained model files') {
|
stage('Save trained model files') {
|
||||||
steps{
|
steps{
|
||||||
@ -23,7 +25,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
mail body: ${currentBuild.currentResult}, subject: 's434704', to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms'
|
mail body: "${currentBuild.currentResult}", subject: 's434704', to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user