From 24b76dade7f2beeb889d20745ec42d617cf25449 Mon Sep 17 00:00:00 2001 From: Adrian Charkiewicz Date: Thu, 24 Mar 2022 20:17:00 +0100 Subject: [PATCH] small change to see if password is not shown --- Jenkinsfile2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile2 b/Jenkinsfile2 index bc5a04c..4b87629 100644 --- a/Jenkinsfile2 +++ b/Jenkinsfile2 @@ -13,7 +13,7 @@ pipeline { name: 'KAGGLE_KEY' ) string( - defaultValue: '', + defaultValue: '20', description: 'Value for head command', name: 'CUTOFF' )