Jenkins fix 2
This commit is contained in:
parent
54f5e68caf
commit
0c71be895c
@ -3,7 +3,11 @@ pipeline {
|
|||||||
dockerfile true
|
dockerfile true
|
||||||
}
|
}
|
||||||
parameters {
|
parameters {
|
||||||
string(name: 'EPOCHS', defaultValue: '10', description: 'Number of epochs in training')
|
string(
|
||||||
|
name: 'EPOCHS',
|
||||||
|
defaultValue: '10',
|
||||||
|
description: 'Number of epochs in training'
|
||||||
|
)
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage("Git clone") {
|
stage("Git clone") {
|
||||||
|
Loading…
Reference in New Issue
Block a user