This commit is contained in:
laskau 2019-04-26 11:43:10 +02:00
parent eaf9759dfe
commit 85741b0d9d

2
Jenkinsfile vendored
View File

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