-
Bug
-
Resolution: Unresolved
-
Critical
-
None
-
1.609.1
git-plugin-2.4.0
git-client-1.18.0
- Parametrise build with input string parameter BRANCH and default value *
- define branchspec
origin/${BRANCH}
- enable polling
Polling will see infinitely new changes.
Fix - remove variable and directly set *
- is related to
-
JENKINS-30345 broken workspace less polling
-
- Open
-
-
JENKINS-17614 Jenkins triggers builds on git SCM changes, but nothing changed
-
- Resolved
-
Is this a new behavior, or has it always behaved this way?
Since this is the refspec, can you explain your use case further so that I understand why you declared it to be critical?
I'm accustomed to refspecs being used to limit what is fetched or is considered for fetch, but still you need to choose the branch which will be built. Help me better understand how you are using a parameterized refspec.