diff --git a/Jenkinsfile_artifact b/Jenkinsfile_artifact index 0f33409..aeb8b97 100644 --- a/Jenkinsfile_artifact +++ b/Jenkinsfile_artifact @@ -16,7 +16,7 @@ pipeline { steps { copyArtifacts filter: 'mlruns.tar.gz', projectName: 's449288-training/master', selector: buildParameter('BUILD_SELECTOR') sh 'mkdir -p mlrunsArtifact && tar xzf mlruns.tar.gz -C mlrunsArtifact --strip-components 1' - sh "python ./predictArtifact.py" + sh 'python3 ./predictArtifact.py' } } }