This commit is contained in:
laskau 2019-04-26 11:29:21 +02:00
parent a41f1e34b4
commit 146659bdb5
3 changed files with 12 additions and 0 deletions

6
Jenkinsfile vendored
View File

@ -10,6 +10,12 @@ pipeline {
}
}
}
stage('Run') {
steps{
sh test.sh
}
}
}
}

3
test.sh Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
wc -l $1

3
text.txt Normal file
View File

@ -0,0 +1,3 @@
jeden
dwa
trzy