Jenkins fix 2

This commit is contained in:
Andrzej Preibisz 2022-05-02 23:55:35 +02:00
parent 54f5e68caf
commit 0c71be895c

View File

@ -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") {