update jenkinsfile_eval
All checks were successful
s444356-evaluation/pipeline/head This commit looks good
s444356-training/pipeline/head This commit looks good

This commit is contained in:
Maciej Czajka 2022-05-02 17:53:49 +02:00
parent 6266d4c126
commit 0457b62f24

View File

@ -21,10 +21,10 @@ pipeline {
sh 'python3 ./Biblioteka_DL/evaluate.py'
archiveArtifacts artifacts: 'metrics.txt, metrics.png', followSymlinks: false
script {
ACC = sh (
script: 'tail -1 metrics.txt',
ACC = sh (
script: 'tail -1 metrics.txt',
returnStdout: true
).trim()
).trim()
}
}
}