fix path
Some checks failed
s444417-evaluation/pipeline/head There was a failure building this commit
s444417-training/pipeline/head There was a failure building this commit

This commit is contained in:
s444417 2022-05-03 22:16:47 +02:00
parent 7a22555bd3
commit fae9b7ffc8

View File

@ -6,7 +6,7 @@ pipeline {
stage('Copy') {
steps {
copyArtifacts projectName: 's444417-training/master'
sh 'python3 .src/evalScript.py'
sh 'python3 ./src/evalScript.py'
archiveArtifacts 'trainResults.csv'
}
}