jenkinsfile modified

This commit is contained in:
Yevheniia Tsapkova 2020-04-03 13:06:37 +02:00
parent 93a7b05f5f
commit 50dd17d3b0

2
Jenkinsfile vendored
View File

@ -22,7 +22,7 @@ pipeline {
stage('Shell script'){
steps{
sh chmod +x './script.sh'
sh 'chmod +x ./script.sh'
}
}