From 87af49a287f4c7abf366b2f95543a5e214e6bc25 Mon Sep 17 00:00:00 2001 From: Adrian Charkiewicz Date: Thu, 24 Mar 2022 19:54:10 +0100 Subject: [PATCH] changes username --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 59a83e0..68cdf03 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,7 +2,7 @@ pipeline { agent any parameters { string( - defaultValue: 'sknera', + defaultValue: 'riraasaa', description: 'username', name: 'USERNAME', trim: false @@ -13,7 +13,7 @@ pipeline { name: 'KAGGLE_KEY' ) string( - defaultValue: '', + defaultValue: '20', description: 'Value for head command', name: 'CUTOFF' )