This commit is contained in:
Karolina Krzywda 2020-04-03 15:19:54 +02:00
parent 190f2147ac
commit 453d984a1d

2
Jenkinsfile vendored
View File

@ -13,7 +13,7 @@ pipeline {
} }
stage('Stage 3') { stage('Stage 3') {
steps { steps {
sh label: '', script: '' sh label: '', script: './script.sh wikiniews_results.tsv'
} }
} }
stage('Stage 4') { stage('Stage 4') {