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