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