This commit is contained in:
laskau 2019-04-26 11:53:26 +02:00
parent 1a351800e5
commit 88cb854a9b

2
Jenkinsfile vendored
View File

@ -13,7 +13,7 @@ pipeline {
stage('Run') {
steps{
sh 'sh git checkout'
sh 'git checkout'
sh 'sh test.sh text.txt'
}
}