diff --git a/Jenkinsfile b/Jenkinsfile index c07fd52..0b1bab3 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 } }