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