with quotes?

This commit is contained in:
Aaron Kimbre 2022-01-18 23:28:28 -06:00
parent aede0f4f1a
commit 59db1df604

4
Jenkinsfile vendored
View File

@ -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"
)
])
])