jenkinsci / jenkinsci/git-plugin
[JENKINS-20427] Build Parameter variable in branch name causes polling to detect false changes in GIT
- Dominant language
- Java
- Stars
- 694
- Forks
- 1.1k
- Avg merge
- 1h 29m
- Merged PRs (30d)
- 3
Description
Create a Job with a parameter:
branch
In GIT configuration set branch to:
${branch}
or
*/${branch}
This causes polling to keep detecting changes, even when there are none.
Everything is fine when I hardcode branch name like so:
*/master
---
Originally reported by
m_a_r_k_y, imported from: Build Parameter variable in branch name causes polling to detect false changes in GIT
Raw content of original issue
Create a Job with a parameter:
branchIn GIT configuration set branch to:
${branch}
or
*/${branch}This causes polling to keep detecting changes, even when there are none.
Everything is fine when I hardcode branch name like so:
*/master
environment
```
Jenkins 1.537
Jenkins GIT Plugin 2.0
Jenkins Multiple SCM Plugin 0.2
```
Contributor guide
Assessment
This issue has not been assessed yet.