diff --git a/Jenkinsfile b/Jenkinsfile index ac8a47d..7bd4575 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' } }