-
Bug
-
Resolution: Unresolved
-
Blocker
We are using 0.0.9 version of the plugin. The list branches/tags functionality works fine as build parameter however doesn't work as part of a input step.
See attachments below.
input message: 'test', parameters: [listGitBranches(branchFilter: '.*', credentialsId: 'creds', defaultValue: '', name: 'branch', quickFilterEnabled: true, remoteURL: 'https://github.xxx.com/XXX/XXXX', selectedValue: 'NONE', sortMode: 'DESCENDING_SMART', tagFilter: '*', type: 'PT_BRANCH')]
[JENKINS-63560] List Git parameter not branches/tags as part of input step
Epic Link |
New:
|
Description |
Original:
List Git branches parameter version [0.0.7|https://jenkins.aiam-dh.com/pluginManager/plugin/list-git-branches-parameter/thirdPartyLicenses] is not listing the tags. it can list only the branches. Git plugin version installed: [Git v.3.12.1 (latest)|https://plugins.jenkins.io/git] |
New:
We are using 0.0.9 version of the plugin. The list branches/tags functionality works fine as build parameter however doesn't work as part of a input step. See attachments below. !image-2020-08-31-09-17-17-525.png|width=580,height=202! input message: 'test', parameters: [listGitBranches(branchFilter: '.*', credentialsId: 'creds', defaultValue: '', name: 'branch', quickFilterEnabled: true, remoteURL: 'https://github.xxx.com/XXX/XXXX', selectedValue: 'NONE', sortMode: 'DESCENDING_SMART', tagFilter: '*', type: 'PT_BRANCH')] !image-2020-08-31-09-19-15-146.png|width=506,height=232! |