jenkinsfile

This commit is contained in:
s452111 2020-04-21 21:44:51 +02:00
parent 8c2e54a722
commit 2cfdf2f264

4
Jenkinsfile vendored
View File

@ -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'
}
} }
} }
} }