metric fix
Some checks failed
s444417-training/pipeline/head This commit looks good
s444417-evaluation/pipeline/head There was a failure building this commit

This commit is contained in:
s444417 2022-05-07 12:02:40 +02:00
parent adbd3f47fd
commit 982a67d365

View File

@ -35,7 +35,7 @@ pipeline {
sh 'python3 ./src/evalScript.py'
archiveArtifacts 'trainResults.csv'
script {
metric = sh (
def metric = sh (
script: 'trainResults.csv',
returnStdout: true
).trim()