Fix project name
Some checks failed
s444409-evaluation/pipeline/head There was a failure building this commit
s444409-training/pipeline/head There was a failure building this commit

This commit is contained in:
Marcin Kostrzewski 2022-05-05 23:14:22 +02:00
parent 4b2532cad6
commit d570abb7b2

View File

@ -12,7 +12,7 @@ pipeline {
stages { stages {
stage('Get previousl trend') { stage('Get previousl trend') {
steps { steps {
copyArtifacts projectName: 's444409-evaluation', selector: lastSuccessful(), optional: true copyArtifacts projectName: 's444409-evaluation/main/', selector: lastSuccessful(), optional: true
} }
} }
stage('Evaluate model and write results to file') { stage('Evaluate model and write results to file') {