Update 'lab6/Jenkinsfile_eval'
All checks were successful
s449288-evaluation/pipeline/head This commit looks good
All checks were successful
s449288-evaluation/pipeline/head This commit looks good
This commit is contained in:
parent
d32e34f06b
commit
8972fdb69c
@ -33,14 +33,14 @@ pipeline {
|
|||||||
echo 'Archiving metrics file...'
|
echo 'Archiving metrics file...'
|
||||||
archiveArtifacts 'eval_results.txt'
|
archiveArtifacts 'eval_results.txt'
|
||||||
echo 'File archived'
|
echo 'File archived'
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
script {
|
script {
|
||||||
LAST_MAE = sh (
|
LAST_MAE = sh (
|
||||||
script: 'tail -1 eval_results.txt',
|
script: 'tail -1 eval_results.txt',
|
||||||
returnStdout: true
|
returnStdout: true
|
||||||
).trim()
|
).trim()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
success {
|
success {
|
||||||
|
Loading…
Reference in New Issue
Block a user