This commit is contained in:
Jakub Zaręba 2023-03-27 21:51:14 +02:00
parent 1fb9443d92
commit 2548b93211

2
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ pipeline {
parameters { parameters {
string( string(
defaultValue: '200', defaultValue: '10',
description: 'number of examples in dataset', description: 'number of examples in dataset',
name: 'CUTOFF' name: 'CUTOFF'
) )