diff --git a/Jenkinsfile b/Jenkinsfile index 6cd135e..c07fd52 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,7 +24,7 @@ pipeline { script { def customImage = docker.build("custom-image") customImage.inside { - sh 'python3 ./model.py ${params.EPOCHS}' + sh 'python3 ./model.py' + params.EPOCHS archiveArtifacts artifacts: 'model.pth, predictions.txt', onlyIfSuccessful: true } }