d
This commit is contained in:
parent
256b23dcf9
commit
45c108071d
4
copyArtiJenkins/Jenkinsfile
vendored
4
copyArtiJenkins/Jenkinsfile
vendored
@ -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') {
|
||||||
|
Loading…
Reference in New Issue
Block a user