This commit is contained in:
Jakub Zaręba 2023-05-10 21:30:32 +02:00
parent cf1cdf798d
commit 4297ef2600

View File

@ -27,7 +27,7 @@ pipeline {
stage('Trenuj model') { stage('Trenuj model') {
steps { steps {
script { script {
sh "python3 train.py --epochs $EPOCHS" sh "python3 train.py" //--epochs $EPOCHS
} }
} }
} }