This commit is contained in:
laskau 2019-04-26 11:30:20 +02:00
parent 146659bdb5
commit 264759cda9

2
Jenkinsfile vendored
View File

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