.
This commit is contained in:
parent
48197edab6
commit
abc02773ae
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -18,7 +18,7 @@ pipeline {
|
||||
stage('sh: Shell Script') {
|
||||
steps {
|
||||
sh 'chmod +x preparations.sh'
|
||||
sh './preparations.sh $(CUTOFF)'
|
||||
sh "./preparations.sh $(CUTOFF)"
|
||||
}
|
||||
}
|
||||
stage('archiveArtifacts'){
|
||||
|
Loading…
Reference in New Issue
Block a user