correcting Jenkinsfile
All checks were successful
s444517-training/pipeline/head This commit looks good

This commit is contained in:
Kamila 2022-05-03 11:31:40 +02:00
parent 9e17635330
commit da75fd1aeb

View File

@ -3,7 +3,7 @@ pipeline {
dockerfile true
}
parameters {
epochs(
string(
defaultValue: '200',
description: 'number of epochs',
name: 'EPOCH'