Get model in evaluation
Some checks failed
s444409-evaluation/pipeline/head There was a failure building this commit

This commit is contained in:
Marcin Kostrzewski 2022-05-05 23:18:56 +02:00
parent d570abb7b2
commit 5d35cb7d7b

View File

@ -10,7 +10,12 @@ pipeline {
}
stages {
stage('Get previousl trend') {
stage('Get model trend') {
steps {
copyArtifacts projectName: 's444409-training/main/', selector: lastSuccessful(), optional: true
}
}
stage('Get previous trend') {
steps {
copyArtifacts projectName: 's444409-evaluation/main/', selector: lastSuccessful(), optional: true
}