-
Bug
-
Resolution: Fixed
-
Major
-
Jenkins 1.626
Java 1.8
CentOS 6.6 (x86_64)
After upgrades (I'm not sure whether it happened after jenkins or jenkins plugin upgrade), jenkins doesn't set configured environment variables with default values in the "This build is parameterized" section on commit notification from SCM (Stash) using /git/notifyCommit request. However it works properly when build is manually triggered with "Build with parameters" button. The only difference I can see is the lack of these configured variables set – everything else works as expected.
It is a regression – this setup is used for a very long time in our environment.
- is blocking
-
JENKINS-27902 Allow to pass additional request parameter for notifyCommit
-
- Closed
-
- is related to
-
JENKINS-13768 default parameter values are ignored when triggering parameterized build from groovy post-build script
-
- Open
-
[JENKINS-30178] Regression: parameters are not set on commit notification
Assignee | Original: Nicolas De Loof [ ndeloof ] | New: Félix Belzunce Arcos [ fbelzunc ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Could you compare the behavior of the previous release (2.3.5) and the current release (2.4.0) to see if that is where the change was introduced? There was a change included in 2.4.0 which may have caused this regression, and it would help me to have it narrowed to a specific version that introduced the bug.