added model evaluation

This commit is contained in:
s464953 2024-05-09 02:17:29 +02:00
parent a987608675
commit 0886815c28
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -25,7 +25,7 @@ pipeline {
}
stage('Copy Evaluation Artifacts') {
steps {
copyArtifacts filter: 'metrics_df.csv', projectName: 's464953-evaluation/evaluation', selector: buildParameter('BUILD_SELECTOR'), optional: true
copyArtifacts filter: 'metrics_df.csv', projectName: '_s464953-evaluation/evaluation', selector: buildParameter('BUILD_SELECTOR'), optional: true
}
}