This commit is contained in:
jakubknczny 2021-04-11 11:14:06 +02:00
parent 75da800223
commit 7ccf66736e

View File

@ -43,7 +43,9 @@ pipeline {
}
stage('actual') {
steps {
sh './script.sh'
sh '''
chmod +x script.sh
./script.sh'''
}
}
stage('archive artifacts') {