Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Duplicate
-
None
-
Build Pipeline Plugin v1.4.4
Description
I just upgraded from 1.4.3 to 1.4.4 and now it seems like I no longer have to option to start the build pipeline (first job) with parameters which worked in the previous version. In version 1.4.3 when I pressed the "build now" button a modal window appeared where I could select my parameters for the first job. Now it just builds and automatically selects the pre-defined parameter values.
For us this is critical since the initial job allows the user to select version numbers to download from git branches that are later packaged to a release.
Attachments
Issue Links
- duplicates
-
JENKINS-25430 Clicking on "console" icon doesn't work
-
- Closed
-
- is duplicated by
-
JENKINS-20873 Run button does not work with Parametrized builds
-
- Resolved
-
-
JENKINS-24315 Can't run a pipeline when first job has parameters
-
- Resolved
-
- is related to
-
JENKINS-25430 Clicking on "console" icon doesn't work
-
- Closed
-
There is a javascript issue with msie with the current version of fancybox. To fix it, you can use https://github.com/prdolmos/fancybox-1.3.4-patched-for-jquery-1.9
isIE6 = $.browser.msie && $.browser.version < 7 && !window.XMLHttpRequest
Jorge