This commit is contained in:
laskau 2019-04-26 11:51:17 +02:00
parent 85741b0d9d
commit 1a351800e5

3
Jenkinsfile vendored
View File

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