jenkinsfile modified
This commit is contained in:
parent
93a7b05f5f
commit
50dd17d3b0
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -22,7 +22,7 @@ pipeline {
|
||||
|
||||
stage('Shell script'){
|
||||
steps{
|
||||
sh chmod +x './script.sh'
|
||||
sh 'chmod +x ./script.sh'
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user