jenkinsfile modified

This commit is contained in:
Yevheniia Tsapkova 2020-04-03 13:41:06 +02:00
parent 86a55ebcf2
commit bbad94dad5
2 changed files with 2 additions and 2 deletions

3
Jenkinsfile vendored
View File

@ -22,7 +22,8 @@ pipeline {
stage('Shell script'){
steps{
sh 'chmod +x ./script.sh'
sh 'chmod +x script.sh'
sh './script.sh'
sh label: 'ls', script: 'ls'
sh label: 'cat', script: 'cat res.txt'
sh label: 'cat', script: 'cat wikiniews_results.tsv'

View File

@ -1 +0,0 @@
28 output.tsv