Update 'Multibranch-Training'

This commit is contained in:
Patryk Gałka 2023-05-10 22:38:14 +02:00
parent 52c7d914d4
commit d07853cce0

View File

@ -2,9 +2,9 @@ pipeline {
agent any
parameters{
string(
defaultValue: 'master',
description: 'BRANCH',
name: 'BRANCH',
defaultValue: '500',
description: 'EPOCHS',
name: 'EPOCHS',
trim: false
)
}