Zad 04.Docker Konteneryzacja - chmod for stats

This commit is contained in:
Cezary Gałązkiewicz 2022-04-11 01:32:47 +02:00
parent ad8366cf73
commit ab238ab423
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ pipeline {
stage('Copy artifacts') {
steps {
copyArtifacts fingerprintArtifacts: true, projectName: 's470623-create-dataset', selector: buildParameter('BUILD_SELECTOR')
sh 'chmod u+x ./stats.sh'
sh './stats.sh'
}
}