ZAdanie 1
This commit is contained in:
parent
215dc8b79f
commit
884b074760
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -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') {
|
||||||
|
Loading…
Reference in New Issue
Block a user