This commit is contained in:
Dominik 2021-03-26 17:32:20 +01:00
parent 8375a35257
commit 662ae6dee7

4
zad8/Jenkinsfile vendored
View File

@ -14,8 +14,8 @@ pipeline {
} }
stage('sh: Shell Script') { stage('sh: Shell Script') {
steps { steps {
sh 'chmod +x zad8.sh' sh 'chmod +x zad8/zad8.sh'
sh './zad8.sh' sh 'zad8/zad8.sh'
} }
} }
stage('test_save') { stage('test_save') {