Zaktualizuj 'Jenkinsfile-evaluation'
This commit is contained in:
parent
11349cfa72
commit
084e4e3784
@ -13,7 +13,7 @@ pipeline {
|
||||
archiveArtifacts artifacts: 'metrics.txt, MSE.txt, RMSplot.png', followSymlinks: false
|
||||
script {
|
||||
MSE = sh (
|
||||
script: 'tail -2 MSE.txt',
|
||||
script: 'tail -1 MSE.txt',
|
||||
returnStdout: true
|
||||
).trim()
|
||||
}
|
||||
@ -22,7 +22,7 @@ pipeline {
|
||||
}
|
||||
post {
|
||||
success {
|
||||
emailext body: 'SUCCESS, MSE = ${MSE}', subject: 's478839-evaluation', to: 'e19191c5.uam.onmicrosoft.com@emea.teams.ms'
|
||||
emailext body: "SUCCESS, MSE = ${MSE}", subject: 's478839-evaluation', to: 'e19191c5.uam.onmicrosoft.com@emea.teams.ms'
|
||||
}
|
||||
failure {
|
||||
emailext body: 'FAILURE', subject: 's478839-evaluation', to: 'e19191c5.uam.onmicrosoft.com@emea.teams.ms'
|
||||
|
Loading…
Reference in New Issue
Block a user