From 59db1df604e07e7c33985510f5e1855fdb17dd83 Mon Sep 17 00:00:00 2001 From: Aaron Kimbre Date: Tue, 18 Jan 2022 23:28:28 -0600 Subject: [PATCH] with quotes? --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7f7146d..309eb5a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,12 +7,12 @@ properties([ description: '', name: 'GIT_BRANCH', quickFilterEnabled: true, - listSize: 1, selectedValue: 'DEFAULT', sortMode: 'NONE', tagFilter: '*', useRepository: 'git@github.com:DarkflameUniverse/NexusDashboard.git', - type: 'PT_BRANCH' + type: 'PT_BRANCH', + listSize: "1" ) ]) ])