jenkinsfile
This commit is contained in:
parent
8c2e54a722
commit
2cfdf2f264
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -18,8 +18,10 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Count words') {
|
stage('Count words') {
|
||||||
|
steps {
|
||||||
sh 'chmod +x ./service.sh'
|
sh 'chmod +x ./service.sh'
|
||||||
sh './service.sh wikiniews_results.tsv'
|
sh './service.sh'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user