diff --git a/Jenkinsfile-eval b/Jenkinsfile-eval index 796435a..a2e1953 100644 --- a/Jenkinsfile-eval +++ b/Jenkinsfile-eval @@ -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 }