test
This commit is contained in:
parent
e854e7076d
commit
a8c7e2958f
@ -6,7 +6,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
parameters {
|
parameters {
|
||||||
string(name: 'TRAIN_PARAMS', defaultValue: '', description: 'Parametry dla skryptu trenującego')
|
string(name: 'EPOCHS', defaultValue: '10', description: 'Liczba Epok')
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Pobierz dane') {
|
stage('Pobierz dane') {
|
||||||
@ -19,7 +19,7 @@ pipeline {
|
|||||||
stage('Trenuj model') {
|
stage('Trenuj model') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
sh 'python3 train.py ${params.TRAIN_PARAMS}'
|
sh 'python3 train.py ${params.EPOCHS}'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user