This commit is contained in:
Dominik 2021-03-26 17:30:30 +01:00
parent 71a861d7c0
commit 8375a35257

2
zad8/Jenkinsfile vendored
View File

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