Zad 04.Docker Konteneryzacja - chmod for stats
This commit is contained in:
parent
ad8366cf73
commit
ab238ab423
@ -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'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user