Zaktualizuj 'Jenkinsfile_training'
Some checks failed
s430705-training/pipeline/head There was a failure building this commit

This commit is contained in:
Michał Zaręba 2021-05-07 23:42:22 +02:00
parent dfad78fc9b
commit fd48b73d1a

View File

@ -14,7 +14,7 @@ pipeline {
}
stage('Sh script') {
steps {
sh 'python3 lab06_training.py ${params.LEARNING_RATE}'
sh 'python3 lab06_training.py'
}
}