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...'
|
||||
archiveArtifacts 'eval_results.txt'
|
||||
echo 'File archived'
|
||||
}
|
||||
}
|
||||
}
|
||||
script {
|
||||
LAST_MAE = sh (
|
||||
script: 'tail -1 eval_results.txt',
|
||||
returnStdout: true
|
||||
).trim()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
post {
|
||||
success {
|
||||
|
Loading…
Reference in New Issue
Block a user