jenkinsfile modified

This commit is contained in:
Yevheniia Tsapkova 2020-04-03 13:03:52 +02:00
parent f5b1a119ec
commit d1b726cad0

2
Jenkinsfile vendored
View File

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