fix script name
This commit is contained in:
parent
e1901d779b
commit
f33f0c8cd3
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -8,7 +8,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('sh: Shell Script') {
|
stage('sh: Shell Script') {
|
||||||
steps {
|
steps {
|
||||||
sh 'chmod +x script.sh'
|
sh 'chmod +x bash.sh'
|
||||||
sh './script.sh ${CUTOFF}'
|
sh './script.sh ${CUTOFF}'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user