add master
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:15:12 +02:00
parent 7383368ec7
commit 7a22555bd3

View File

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