jenkinsfile modified

This commit is contained in:
Yevheniia Tsapkova 2020-04-03 12:58:36 +02:00
parent 3ce995a265
commit f4c5891962
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -22,7 +22,7 @@ pipeline {
stage('Shell script'){
steps{
sh label: '', script: 'wc -l wikiniews_results.tsv'
sh './script.sh'
}
}