fix
This commit is contained in:
parent
58c42c3560
commit
26790fd172
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -15,7 +15,7 @@ pipeline {
|
||||
}
|
||||
stage('Count words') {
|
||||
steps {
|
||||
sh label: '', script: './count.sh wikiniews_results.tsv'
|
||||
sh label: 'count', script: './count.sh'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user