Update 'Multibranch-Evaluation'

This commit is contained in:
Patryk Gałka 2023-05-10 22:53:52 +02:00
parent 20f83a645e
commit 4ebad69328

View File

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