ZAdanie 1

This commit is contained in:
Karolina Krzywda 2020-04-03 16:27:54 +02:00
parent 453d984a1d
commit 215dc8b79f

2
Jenkinsfile vendored
View File

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