fix script name

This commit is contained in:
piotr6789 2021-03-28 21:13:19 +02:00
parent e1901d779b
commit f33f0c8cd3

2
Jenkinsfile vendored
View File

@ -8,7 +8,7 @@ pipeline {
}
stage('sh: Shell Script') {
steps {
sh 'chmod +x script.sh'
sh 'chmod +x bash.sh'
sh './script.sh ${CUTOFF}'
}
}