diff --git a/Jenkinsfile b/Jenkinsfile index 2b34a82..edc53cd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,9 +24,7 @@ pipeline { steps{ 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' } }