Git Parameter0.9.2Minimum Jenkins requirement: 1.651.3ID: git-parameter
Maintainers
Boguslaw Klimas
Niklaus Giger
Lukasz Milkowski
This plugin allows you to choose between Git tags or sha1 of your SCM repository so Git Plugin installed is required.
Plugin Info
This plugin allows you to assign git tag or revision number as parameter in Parametrized builds.
There is no need to set up anything special, this plugin will read your default configuration from Git Plugin.
It firstly fetching (by git fetch) current repository, and listing all the tags/sha1's to choose from.
You can select the following sorting options for tags/revision/branches/branches_or_tags
- none
- descending
- ascending
- ascending smart
- descending smart
For the smart variants the compare treats a sequence of digits as a single character. Contributed by Graeme Hill.
Releases schedule
?
Changelog
16/04/2018 Version 0.9.2
- JENKINS-50776: Default selected item doesn’t always honor exactly Default Value
- JENKINS-49727: Add optional parameter to specify the number of items the list will display
18/02/2018 Version 0.9.1
- JENKINS-45419: 'Use Repository' setting does not find other remote urls if multiple repos are added to job
- PR #55: Add complete French support
02/11/2017 Version 0.9.0
- JENKINS-47110: Retrieving Git references do not work with variable in Repository URL
- PR #54: Help improvement: complete English translation, and reorder items
- JENKINS-47078: IndexOutOfBoundsException for pipeline job
- JENKINS-39530: Add support to Pipeline projects
04/09/2017 Version 0.8.1
- JENKINS-46216: Null Pointer exception when no default parameter provided
- JENKINS-45577: [Git Parameter Plugin] Parameter does not support the definition from CLI
- JENKINS-46624: fix remote name
- JENKINS-46185: Set browser focus to filter after the QuickFilter has been filled
- JENKINS-46038: Extend list of supported type with pull request
- JENKINS-26799: Multiple SCMs plugin support part 3 (Work fine when selected revisions)
- JENKINS-42313: Default Value not honoured
02/06/2017 Version 0.8.0
- JENKINS-26799: Multiple SCMs plugin support part 2
- JENKINS-40523: Include Jenkins Project Name in Log message
- JENKINS-40232: Git Parameter Plugin doesn't need to clone
23/01/2017 Version 0.7.2
- JENKINS-41091: git-parameter:0.7.1 breaks the multi-line parameters in rebuild
11/27/2016 Version 0.7.1
- JENKINS-39366: Add support for a rebuild-plugin
- JENKINS-26799: Multiple SCMs plugin support
09/12/2016 Version 0.7.0
- JENKINS-37555: Better support for internationalization
- JENKINS-37595: Add support for polish localization
- JENKINS-37370: Retrieving Git references do not work with variable in "Repository URL"
- JENKINS-37953: Add support to ProxySCM
- JENKINS-37738: Update dependency in plugin and cleanup in pom
- JENKINS-34876: Git Parameters not working for Pipeline projects and Jenkinsfile from SCM
08/06/2016 Version 0.6.2
- JENKINS-36833: Race Condition Populating Multiple Tag Parameters
- JENKINS-36934: No return value passed to the url
- JENKINS-31939: The top value is better to be chosen by default of to have such option (part 3)
07/19/2016 Version 0.6.1
- JENKINS-31939: The top value is better to be chosen by default of to have such option (part 2)
07/06/2016 Version 0.6.0
- JENKINS-36104: Add Repo SCM support (Derron Hu)
- JENKINS-16290: git parameter plugin doesn't support Jenkins slave setup with git repos checked out only on slaves
- JENKINS-35363: Git parameter filter doesn't work
05/03/2016 Version 0.5.1
- JENKINS-34425: Git parameter plugin skips one build number while populating tags
- JENKINS-34544: NPE After update to 0.5.0
- JENKINS-34574: After cleaned workspace doesn't show branches
04/02/2016 Version 0.5.0
1. User interface
- JENKINS-27435: Quick branch filter (Thank Bruno P. Kinoshita for inspiration)
- JENKINS-33963: Branch filter does not save the value (part of the work Joe Hansche)
2. Refactor/fix/feature
- JENKINS-33361: Long release number in branch, tag or revision name
- JENKINS-33084: Git Parameter plugin should prune stale remote branches (@darashenka)
- JENKINS-31939: The top value is better to be chosed by default of to have such option
- JENKINS-33831: Revision Parameter Type: ArrayIndexOutOfBoundsException
- JENKINS-33912: Refactoring Test Case
01/16/2015 Version 0.4.0
- Possibility to select branch, tag or branch (Alban Dericbourg)
- Keep complex logics in jelly as less as possible (Yestin Sun)
- support folders (Nicolas De Loof)
- Minimized pom.xml as suggested by Jesse Glick
- Removed LICENSE.txt as suggested by Jesse Glick
05/14/14 Version 0.3.2
User visible changes are:
- Updated help texts for configuration and when selecting your tag/revision
- Runs a fetch each time the user enters the "Build with parameter".
- Run clone when fetch fails on workspace empty (Gabor Liptak)
- Merging SortMode from graeme-hill
- With an empty workspace the tags are calculated after we made a checkout. This may take a long time.
Changes relevant to developer
- Added MIT-LICENSE.txt to use the same license as Jenkins-CI.
- Added Contributors.textile
- Display month not minutes in date. Add HH.mm. Display only first 8 chars of SHA1 (Niklaus Giger)
- Add backup pluginRepository (Gabor Liptak)
- Use GitTool to query configured location of the git executable (gliptak)
- Upgrade to git 2.2.0. (christ66)
- Build against latest stable Jenkins-CI version 1.554.1
- New co-maintainer/developer Niklaus Giger (id ngiger)
- Version 0.3 and 0.3.1 never made it to the distribution, because of problems with the release mechanism.
02/21/12 Version 0.2
- Corrected error - plugin wasn't showing anything after change of main Git Plugin
- Corrected major dis-functionality - plugin now it showing revisions only from correct job/project.
- Adding support for choosing branch from which revisions/tags are returned
11/01/11 Version 0.1
- Initial Release
ArchivesGet past versions
Labels
Are you maintaining this plugin?
Visit the Jenkins Plugin Wiki to edit this content.