Fix script

This commit is contained in:
s416178 2020-04-03 11:43:31 +02:00
parent 13e1ce5b5f
commit c031bb6044
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -15,7 +15,7 @@ pipeline {
stage('sh: Shell Script') { stage('sh: Shell Script') {
steps { steps {
sh('chmod +x ./shell_script.sh') sh('chmod +x ./shell_script.sh')
sh('./shell_script.sh') sh('./shell_script.sh wikiniews_results.tsv > result.log')
} }
} }
stage('archiveArtifacts') { stage('archiveArtifacts') {

View File

@ -1,3 +1,3 @@
#!/bin/bash #!/bin/bash
wc -l wikiniews_results.tsv > result.log wc -l $1