|
| 1 | +## Changelog |
| 2 | + |
| 3 | +### 17/06/2019 Version 0.9.11 |
| 4 | + |
| 5 | +- [JENKINS-57879](https://issues.jenkins-ci.org/browse/JENKINS-57879) Build number increments by more than 1 |
| 6 | +- [JENKINS-51512](https://issues.jenkins-ci.org/browse/JENKINS-51512) Git parameter plugin does not work with Windows agent |
| 7 | +- [JENKINS-50711](https://issues.jenkins-ci.org/browse/JENKINS-50711) plugin doesn't work with ssh link to git repo |
| 8 | +- [JENKINS-52051](https://issues.jenkins-ci.org/browse/JENKINS-52051) git-parameter exec: nc: not found |
| 9 | + |
| 10 | +### 18/02/2019 Version 0.9.10 |
| 11 | +* PR #78: changed select element's id following previous fix in ae9de22 |
| 12 | + |
| 13 | + |
| 14 | +### 16/02/2019 Version 0.9.9 |
| 15 | + |
| 16 | +- [JENKINS-55769](https://issues.jenkins-ci.org/browse/JENKINS-55769): Tag |
| 17 | + match filter shows more entries than direct command (git tag -l |
| 18 | + "$tagFilter") |
| 19 | +- [JENKINS-55770](https://issues.jenkins-ci.org/browse/JENKINS-55770): Intrusive |
| 20 | + and misleading warning text from the parameter selection display |
| 21 | +- [JENKINS-54359](https://issues.jenkins-ci.org/browse/JENKINS-54359): Change |
| 22 | + error handling |
| 23 | + |
| 24 | +### 09/10/2018 Version 0.9.6 |
| 25 | + |
| 26 | +- [JENKINS-53911](https://issues.jenkins-ci.org/browse/JENKINS-53911): Duplicate |
| 27 | + entries in list, if git repo is checked out twice. |
| 28 | +- [JENKINS-52533](https://issues.jenkins-ci.org/browse/JENKINS-52533): Display |
| 29 | + commit message on the build action |
| 30 | +- [JENKINS-45925](https://issues.jenkins-ci.org/browse/JENKINS-45925): Show |
| 31 | + git commit message when building with parameter "revision" |
| 32 | + |
| 33 | +### 17/09/2018 Version 0.9.5 |
| 34 | + |
| 35 | +- [JENKINS-51041](https://issues.jenkins-ci.org/browse/JENKINS-51041), [JENKINS-50510](https://issues.jenkins-ci.org/browse/JENKINS-50510), [JENKINS-45419](https://issues.jenkins-ci.org/browse/JENKINS-45419): Fixed |
| 36 | + use repository option |
| 37 | + |
| 38 | +### 16/08/2018 Version 0.9.4 |
| 39 | + |
| 40 | +- [JENKINS-52273](https://issues.jenkins-ci.org/browse/JENKINS-52273): Support |
| 41 | + git-parameter-plugin in declarative pipeline |
| 42 | +- [JENKINS-52132](https://issues.jenkins-ci.org/browse/JENKINS-52132): |
| 43 | + Description with HTML support |
| 44 | + |
| 45 | +### 20/06/2018 Version 0.9.3 |
| 46 | + |
| 47 | +- [JENKINS-51521](https://issues.jenkins-ci.org/browse/JENKINS-51521): Git |
| 48 | + parameter does not show branch list in case deleteDir() is present |
| 49 | + in pipeline |
| 50 | +- [JENKINS-51476](https://issues.jenkins-ci.org/browse/JENKINS-51476): |
| 51 | + Git parameter plugin is not retrieving revision number |
| 52 | + |
| 53 | +### 16/04/2018 Version 0.9.2 |
| 54 | + |
| 55 | +- [JENKINS-50776](https://issues.jenkins-ci.org/browse/JENKINS-50776): |
| 56 | + Default selected item doesn’t always honor exactly Default Value |
| 57 | +- [JENKINS-49727](https://issues.jenkins-ci.org/browse/JENKINS-49727): |
| 58 | + Add optional parameter to specify the number of items the list will |
| 59 | + display |
| 60 | + |
| 61 | +### 18/02/2018 Version 0.9.1 |
| 62 | + |
| 63 | +- [JENKINS-45419](https://issues.jenkins-ci.org/browse/JENKINS-45419): 'Use |
| 64 | + Repository' setting does not find other remote urls if multiple |
| 65 | + repos are added to job |
| 66 | +- [PR |
| 67 | + \#55](https://github.com/jenkinsci/git-parameter-plugin/pull/55): Add |
| 68 | + complete French support |
| 69 | + |
| 70 | +### 02/11/2017 Version 0.9.0 |
| 71 | + |
| 72 | +- [JENKINS-47110](https://issues.jenkins-ci.org/browse/JENKINS-47110 "View this issue"): Retrieving |
| 73 | + Git references do not work with variable in Repository URL |
| 74 | +- [PR |
| 75 | + \#54](https://github.com/jenkinsci/git-parameter-plugin/pull/54): Help |
| 76 | + improvement: complete English translation, and reorder items |
| 77 | +- [JENKINS-47078](https://issues.jenkins-ci.org/browse/JENKINS-47078 "View this issue"): IndexOutOfBoundsException |
| 78 | + for pipeline job |
| 79 | +- [JENKINS-39530](https://issues.jenkins-ci.org/browse/JENKINS-39530): Add |
| 80 | + support to Pipeline projects |
| 81 | + |
| 82 | +### 04/09/2017 Version 0.8.1 |
| 83 | + |
| 84 | +- [JENKINS-46216](https://issues.jenkins-ci.org/browse/JENKINS-46216 "View this issue"): Null |
| 85 | + Pointer exception when no default parameter provided |
| 86 | +- [JENKINS-45577](https://issues.jenkins-ci.org/browse/JENKINS-45577 "View this issue"): \[Git |
| 87 | + Parameter Plugin\] Parameter does not support the definition from |
| 88 | + CLI |
| 89 | +- [JENKINS-46624](https://issues.jenkins-ci.org/browse/JENKINS-46624 "View this issue"): fix |
| 90 | + remote name |
| 91 | +- [JENKINS-46185](https://issues.jenkins-ci.org/browse/JENKINS-46185): Set |
| 92 | + browser focus to filter after the QuickFilter has been filled |
| 93 | +- [JENKINS-46038](https://issues.jenkins-ci.org/browse/JENKINS-46038): Extend |
| 94 | + list of supported type with pull request |
| 95 | +- [JENKINS-26799](https://issues.jenkins-ci.org/browse/JENKINS-26799): |
| 96 | + Multiple SCMs plugin support part 3 (Work fine when selected |
| 97 | + revisions) |
| 98 | +- [JENKINS-42313](https://issues.jenkins-ci.org/browse/JENKINS-42313): Default |
| 99 | + Value not honoured |
| 100 | + |
| 101 | +### 02/06/2017 Version 0.8.0 |
| 102 | + |
| 103 | +- [JENKINS-26799](https://issues.jenkins-ci.org/browse/JENKINS-26799): |
| 104 | + Multiple SCMs plugin support part 2 |
| 105 | +- [JENKINS-40523](https://issues.jenkins-ci.org/browse/JENKINS-40523): |
| 106 | + Include Jenkins Project Name in Log message |
| 107 | +- [JENKINS-40232](https://issues.jenkins-ci.org/browse/JENKINS-40232): |
| 108 | + Git Parameter Plugin doesn't need to clone |
| 109 | + |
| 110 | +### 23/01/2017 Version 0.7.2 |
| 111 | + |
| 112 | +- [JENKINS-41091](https://issues.jenkins-ci.org/browse/JENKINS-41091): |
| 113 | + git-parameter:0.7.1 breaks the multi-line parameters in rebuild |
| 114 | + |
| 115 | +### 11/27/2016 Version 0.7.1 |
| 116 | + |
| 117 | +- [JENKINS-39366](https://issues.jenkins-ci.org/browse/JENKINS-39366): |
| 118 | + Add support for a rebuild-plugin |
| 119 | +- [JENKINS-26799](https://issues.jenkins-ci.org/browse/JENKINS-26799): |
| 120 | + Multiple SCMs plugin support |
| 121 | + |
| 122 | +### 09/12/2016 Version 0.7.0 |
| 123 | + |
| 124 | +- [JENKINS-37555](https://issues.jenkins-ci.org/browse/JENKINS-37555): |
| 125 | + Better support for internationalization |
| 126 | +- [JENKINS-37595](https://issues.jenkins-ci.org/browse/JENKINS-37595): |
| 127 | + Add support for polish localization |
| 128 | +- [JENKINS-37370](https://issues.jenkins-ci.org/browse/JENKINS-37370): |
| 129 | + Retrieving Git references do not work with variable in "Repository |
| 130 | + URL" |
| 131 | +- [JENKINS-37953](https://issues.jenkins-ci.org/browse/JENKINS-37953): |
| 132 | + Add support to ProxySCM |
| 133 | +- [JENKINS-37738](https://issues.jenkins-ci.org/browse/JENKINS-37738): |
| 134 | + Update dependency in plugin and cleanup in pom |
| 135 | +- [JENKINS-34876](https://issues.jenkins-ci.org/browse/JENKINS-34876): |
| 136 | + Git Parameters not working for Pipeline projects and Jenkinsfile |
| 137 | + from SCM |
| 138 | + |
| 139 | +### 08/06/2016 Version 0.6.2 |
| 140 | + |
| 141 | +- [JENKINS-36833](https://issues.jenkins-ci.org/browse/JENKINS-36833): |
| 142 | + Race Condition Populating Multiple Tag Parameters |
| 143 | +- [JENKINS-36934](https://issues.jenkins-ci.org/browse/JENKINS-36934): |
| 144 | + No return value passed to the url |
| 145 | +- [JENKINS-31939](https://issues.jenkins-ci.org/browse/JENKINS-31939): |
| 146 | + The top value is better to be chosen by default of to have such |
| 147 | + option (part 3) |
| 148 | + |
| 149 | +### 07/19/2016 Version 0.6.1 |
| 150 | + |
| 151 | +- [JENKINS-31939](https://issues.jenkins-ci.org/browse/JENKINS-31939): |
| 152 | + The top value is better to be chosen by default of to have such |
| 153 | + option (part 2) |
| 154 | + |
| 155 | +### 07/06/2016 Version 0.6.0 |
| 156 | + |
| 157 | +- [JENKINS-36104](https://issues.jenkins-ci.org/browse/JENKINS-36104): |
| 158 | + Add Repo SCM support (Derron Hu) |
| 159 | +- [JENKINS-16290](https://issues.jenkins-ci.org/browse/JENKINS-16290): |
| 160 | + git parameter plugin doesn't support Jenkins slave setup with git |
| 161 | + repos checked out only on slaves |
| 162 | +- [JENKINS-35363](https://issues.jenkins-ci.org/browse/JENKINS-35363): |
| 163 | + Git parameter filter doesn't work |
| 164 | + |
| 165 | +### 05/03/2016 Version 0.5.1 |
| 166 | + |
| 167 | +- [JENKINS-34425](https://issues.jenkins-ci.org/browse/JENKINS-34425): |
| 168 | + Git parameter plugin skips one build number while populating tags |
| 169 | +- [JENKINS-34544](https://issues.jenkins-ci.org/browse/JENKINS-34544): |
| 170 | + NPE After update to 0.5.0 |
| 171 | +- [JENKINS-34574](https://issues.jenkins-ci.org/browse/JENKINS-34574): |
| 172 | + After cleaned workspace doesn't show branches |
| 173 | + |
| 174 | +### 04/02/2016 Version 0.5.0 |
| 175 | + |
| 176 | +1\. User interface |
| 177 | + |
| 178 | +- [JENKINS-27435](https://issues.jenkins-ci.org/browse/JENKINS-27435): |
| 179 | + Quick branch filter (Thank Bruno P. Kinoshita for inspiration) |
| 180 | +- [JENKINS-33963](https://issues.jenkins-ci.org/browse/JENKINS-33963): |
| 181 | + Branch filter does not save the value (part of the work Joe Hansche) |
| 182 | + |
| 183 | +2\. Refactor/fix/feature |
| 184 | + |
| 185 | +- [JENKINS-33361](https://issues.jenkins-ci.org/browse/JENKINS-33361): |
| 186 | + Long release number in branch, tag or revision name |
| 187 | +- [JENKINS-33084](https://issues.jenkins-ci.org/browse/JENKINS-33084): |
| 188 | + Git Parameter plugin should prune stale remote |
| 189 | + branches (@darashenka) |
| 190 | +- [JENKINS-31939](https://issues.jenkins-ci.org/browse/JENKINS-31939): |
| 191 | + The top value is better to be chosed by default of to have such |
| 192 | + option |
| 193 | +- [JENKINS-33831](https://issues.jenkins-ci.org/browse/JENKINS-33831): |
| 194 | + Revision Parameter Type: ArrayIndexOutOfBoundsException |
| 195 | +- [JENKINS-33912](https://issues.jenkins-ci.org/browse/JENKINS-33912): |
| 196 | + Refactoring Test Case |
| 197 | + |
| 198 | +### 01/16/2015 Version 0.4.0 |
| 199 | + |
| 200 | +- Possibility to select branch, tag or branch (Alban Dericbourg) |
| 201 | +- Keep complex logics in jelly as less as possible (Yestin Sun) |
| 202 | +- support folders (Nicolas De Loof) |
| 203 | +- Minimized pom.xml as suggested by Jesse Glick |
| 204 | +- Removed LICENSE.txt as suggested by Jesse Glick |
| 205 | + |
| 206 | +### 05/14/14 Version 0.3.2 |
| 207 | + |
| 208 | +User visible changes are: |
| 209 | + |
| 210 | +- Updated help texts for configuration and when selecting your |
| 211 | + tag/revision |
| 212 | +- Runs a fetch each time the user enters the "Build with parameter". |
| 213 | +- Run clone when fetch fails on workspace empty (Gabor Liptak) |
| 214 | +- Merging SortMode from graeme-hill |
| 215 | +- With an empty workspace the tags are calculated after we made a |
| 216 | + checkout. This may take a long time. |
| 217 | + |
| 218 | +Changes relevant to developer |
| 219 | + |
| 220 | +- Added MIT-LICENSE.txt to use the same license as Jenkins-CI. |
| 221 | +- Added Contributors.textile |
| 222 | +- Display month not minutes in date. Add HH.mm. Display only first 8 |
| 223 | + chars of SHA1 (Niklaus Giger) |
| 224 | +- Add backup pluginRepository (Gabor Liptak) |
| 225 | +- Use GitTool to query configured location of the git executable |
| 226 | + (gliptak) |
| 227 | +- Upgrade to git 2.2.0. (christ66) |
| 228 | +- Build against latest stable Jenkins-CI version 1.554.1 |
| 229 | +- New co-maintainer/developer Niklaus Giger (id ngiger) |
| 230 | +- Version 0.3 and 0.3.1 never made it to the distribution, because of |
| 231 | + problems with the release mechanism. |
| 232 | + |
| 233 | +### 02/21/12 Version 0.2 |
| 234 | + |
| 235 | +- Corrected error - plugin wasn't showing anything after change of |
| 236 | + main Git Plugin |
| 237 | +- Corrected major dis-functionality - plugin now it showing revisions |
| 238 | + only from correct job/project. |
| 239 | +- Adding support for choosing branch from which revisions/tags are |
| 240 | + returned |
| 241 | + |
| 242 | +### 11/01/11 Version 0.1 |
| 243 | + |
| 244 | +- Initial Release |
0 commit comments