Zaktualizuj 'Jenkinsfile-prediction-s444409'

This commit is contained in:
Sebastian Wałęsa 2022-06-26 12:49:05 +02:00
parent c4e902f763
commit 53531492c0

View File

@ -27,7 +27,7 @@ buildSelector(
stage('Prediction') {
steps {
sh "echo ${params.INPUT} > input_example.json"
sh "python prediction-s444409.py"
sh "python3 prediction-s444409.py"
}
}
}