s
This commit is contained in:
parent
cf1cdf798d
commit
4297ef2600
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user