This commit is contained in:
AWieczarek 2024-05-06 20:30:51 +02:00
parent 845249c6c5
commit a94fe78cf2
2 changed files with 5 additions and 6 deletions

10
Jenkinsfile vendored
View File

@ -28,11 +28,11 @@ pipeline {
copyArtifacts filter: 'beer_review_sentiment_model.h5', projectName: 's464979-training/' + params.BRANCH, selector: buildParameter('BUILD_SELECTOR')
}
}
// stage('Copy Evaluation Artifacts') {
// steps {
// copyArtifacts filter: '*', projectName: 's464979-evaluation/evaluation', selector: buildParameter('BUILD_SELECTOR'), optional: true
// }
// }
stage('Copy Evaluation Artifacts') {
steps {
copyArtifacts filter: 'beer_metrics.txt', projectName: 's464979-evaluation/evaluation', selector: buildParameter('BUILD_SELECTOR'), optional: true
}
}
stage("Run predictions") {
steps {
sh "chmod +x ./IUM_05-predict.py"

View File

@ -1 +0,0 @@
asdasd