Poprawki do zajęć 2 i 3

This commit is contained in:
Dominik Strzako 2021-05-13 11:58:46 +02:00
parent a325b2ca80
commit 56d2836f06
4 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@ pipeline {
}
stage('sh: Shell Script') {
steps {
sh 'chmod +x zad8/zad8.sh'
sh 'zad8/zad8.sh'
sh 'chmod +x Zadanie_03-06_434788.sh'
sh 'Zadanie_03-06_434788.sh'
}
}
stage('save_the_final_file') {