Fix script
This commit is contained in:
parent
13e1ce5b5f
commit
c031bb6044
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -15,7 +15,7 @@ pipeline {
|
||||
stage('sh: Shell Script') {
|
||||
steps {
|
||||
sh('chmod +x ./shell_script.sh')
|
||||
sh('./shell_script.sh')
|
||||
sh('./shell_script.sh wikiniews_results.tsv > result.log')
|
||||
}
|
||||
}
|
||||
stage('archiveArtifacts') {
|
||||
|
@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
wc -l wikiniews_results.tsv > result.log
|
||||
wc -l $1
|
||||
|
Loading…
Reference in New Issue
Block a user