diff --git a/Jenkinsfile-sacred b/Jenkinsfile-sacred index e84d800..5de3987 100644 --- a/Jenkinsfile-sacred +++ b/Jenkinsfile-sacred @@ -16,7 +16,7 @@ pipeline { stage('Sacred-stage'){ steps { copyArtifacts filter: '*', projectName: 's478839-create-dataset' - sh 'python ml_pytorch_sacred.py with "epochs=$EPOCHS"' + sh 'python3 ml_pytroch_sacred.py with "epochs=$EPOCHS"' sh 'cp IUM_478839/_sources/* source_code.py' sh 'cp IUM_478839/1/config.json configuration.json' sh 'cp IUM_478839/1/info.json param.json'