chmod +x
This commit is contained in:
parent
75da800223
commit
7ccf66736e
@ -43,7 +43,9 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('actual') {
|
stage('actual') {
|
||||||
steps {
|
steps {
|
||||||
sh './script.sh'
|
sh '''
|
||||||
|
chmod +x script.sh
|
||||||
|
./script.sh'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('archive artifacts') {
|
stage('archive artifacts') {
|
||||||
|
Loading…
Reference in New Issue
Block a user