ds
This commit is contained in:
parent
eb05fab804
commit
f7d99afe2f
@ -24,7 +24,8 @@ pipeline {
|
|||||||
stage('Trenuj model') {
|
stage('Trenuj model') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
sh 'python3 train.py --epochs ${params.EPOCHS}'
|
// sh "python3 train.py --epochs $EPOCHS"
|
||||||
|
sh "python3 train.py"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -34,4 +35,4 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user