This commit is contained in:
Dominik Strzako 2021-05-14 18:10:28 +02:00
parent ae57426891
commit 04a6a9462c

View File

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