jenkinsfile modified

This commit is contained in:
Yevheniia Tsapkova 2020-04-03 13:18:30 +02:00
parent 9d63cb6912
commit dfa91a43f4
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -25,6 +25,7 @@ pipeline {
sh 'chmod +x ./script.sh'
sh label: 'ls', script: 'ls'
sh label: 'cat', script: 'cat res.txt'
sh label: 'cat', script: 'wikiniews_results.tsv'
}
}