fix script name

This commit is contained in:
piotr6789 2021-03-28 21:14:28 +02:00
parent f33f0c8cd3
commit b2067eaab7

2
Jenkinsfile vendored
View File

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