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') {
|
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') {
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
wc -l wikiniews_results.tsv > result.log
|
wc -l $1
|
||||||
|
Loading…
Reference in New Issue
Block a user