This commit is contained in:
s434766 2021-03-26 17:08:56 +01:00
parent 256b23dcf9
commit 45c108071d

View File

@ -11,8 +11,8 @@ pipeline {
} }
stage('sh: Shell Script') { stage('sh: Shell Script') {
steps { steps {
sh 'chmod +x script2.sh' sh 'chmod +x copyArtiJenkins/script2.sh'
sh './script2.sh' sh './copyArtiJenkins/script2.sh'
} }
} }
stage('archiveArtifacts') { stage('archiveArtifacts') {