This commit is contained in:
laskau 2019-04-26 11:56:29 +02:00
parent 88cb854a9b
commit 12ae9cf6e2
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

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

View File

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