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