This commit is contained in:
Dominik Strzako 2021-05-14 18:11:33 +02:00
parent 04a6a9462c
commit b5d591ca05

View File

@ -31,7 +31,7 @@ pipeline {
steps steps
{ {
catchError { catchError {
sh 'python3.8 python3.8 Zadanie_06_training.py' sh 'python3.8 Zadanie_06_training.py'
} }
} }
} }