ZAdanie 1

This commit is contained in:
Karolina Krzywda 2020-04-03 16:35:23 +02:00
parent 215dc8b79f
commit 884b074760

3
Jenkinsfile vendored
View File

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