update jenkinsfile_eval
This commit is contained in:
parent
6266d4c126
commit
0457b62f24
@ -21,10 +21,10 @@ pipeline {
|
|||||||
sh 'python3 ./Biblioteka_DL/evaluate.py'
|
sh 'python3 ./Biblioteka_DL/evaluate.py'
|
||||||
archiveArtifacts artifacts: 'metrics.txt, metrics.png', followSymlinks: false
|
archiveArtifacts artifacts: 'metrics.txt, metrics.png', followSymlinks: false
|
||||||
script {
|
script {
|
||||||
ACC = sh (
|
ACC = sh (
|
||||||
script: 'tail -1 metrics.txt',
|
script: 'tail -1 metrics.txt',
|
||||||
returnStdout: true
|
returnStdout: true
|
||||||
).trim()
|
).trim()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user