jenkinsfile modified

This commit is contained in:
Yevheniia Tsapkova 2020-04-03 13:19:19 +02:00
parent dfa91a43f4
commit 9942ed4b8d
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -25,7 +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'
sh label: 'cat', script: 'cat wikiniews_results.tsv'
}
}