-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
As we know, after triggering by Gerrit, there are built-in parameters available in Jenkins building, like GERRIT_PROJECT,
GERRIT_TOPIC, GERRIT_REFSPEC. We hope the hashtags of Gerrit can also be set in building environment, e.g. GERRIT_HASHTAGS
- causes
-
JENKINS-75328 NullPointerException apparently caused by JENKINS-73355
-
- Open
-
[JENKINS-55342] Add hashtags support in Jenkins building parameters
Description |
New:
As we know, after triggering by Gerrit, there are built-in parameters available in building environment, like GERRIT_PROJECT, GERRIT_TOPIC, GERRIT_REFSPEC. We hope the hashtags of Gerrit can also be set in building environment, e.g. GERRIT_HASHTAGS |
Summary | Original: Add hashtag support in Jenkins build environment variable like GERRIT_TOPIC | New: Add hashtags support in Jenkins building parameters |
Description |
Original:
As we know, after triggering by Gerrit, there are built-in parameters available in building environment, like GERRIT_PROJECT, GERRIT_TOPIC, GERRIT_REFSPEC. We hope the hashtags of Gerrit can also be set in building environment, e.g. GERRIT_HASHTAGS |
New:
As we know, after triggering by Gerrit, there are built-in parameters available in Jenkins building, like GERRIT_PROJECT, GERRIT_TOPIC, GERRIT_REFSPEC. We hope the hashtags of Gerrit can also be set in building environment, e.g. GERRIT_HASHTAGS |
Link | New: This issue causes JENKINS-75328 [ JENKINS-75328 ] |
Would be great to also allow a change to be triggered via hashtags. For example, if we push with HEAD:refs/for/branch%t=trivial, that can be a signal that it doesn't need to trigger a build. It could then work just like the Topic filter.