jenkinsfile modified
This commit is contained in:
parent
3ce995a265
commit
f4c5891962
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -22,7 +22,7 @@ pipeline {
|
|||||||
|
|
||||||
stage('Shell script'){
|
stage('Shell script'){
|
||||||
steps{
|
steps{
|
||||||
sh label: '', script: 'wc -l wikiniews_results.tsv'
|
sh './script.sh'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user