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 agent any
parameters{ parameters{
string( string(
defaultValue: 'master', defaultValue: '500',
description: 'BRANCH', description: 'EPOCHS',
name: 'BRANCH', name: 'EPOCHS',
trim: false trim: false
) )
} }