Zaktualizuj 'Jenkinsfile-evaluation'
This commit is contained in:
parent
f9d1df2251
commit
11349cfa72
@ -13,7 +13,7 @@ pipeline {
|
|||||||
archiveArtifacts artifacts: 'metrics.txt, MSE.txt, RMSplot.png', followSymlinks: false
|
archiveArtifacts artifacts: 'metrics.txt, MSE.txt, RMSplot.png', followSymlinks: false
|
||||||
script {
|
script {
|
||||||
MSE = sh (
|
MSE = sh (
|
||||||
script: 'tail -1 MSE.txt',
|
script: 'tail -2 MSE.txt',
|
||||||
returnStdout: true
|
returnStdout: true
|
||||||
).trim()
|
).trim()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user