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