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