Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Michał Zaręba 2021-05-10 15:29:46 +02:00
parent a1ec855c3f
commit f594d97c59

2
Jenkinsfile vendored
View File

@ -26,7 +26,7 @@ pipeline{
steps{
withEnv(["CUTOFF=${params.CUTOFF}"]) {
sh "chmod 777 ./script.sh"
sh "python3 ./script2.py"
}
}}