jenkinsfile modified

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

2
Jenkinsfile vendored
View File

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