Details
-
Bug
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
MultiJob plugin v1.8, Java v1.6, Jenkins 1.480.3, Red Hat Linux
Description
- Create a MultiJob Project
- click on it to view it
- Click Build Now link
(nothing happens, no errors)
The URL of the link is something like
http://hostname:8080/view/TAB1/view/TAB2/job/My-MultiJob/build?delay=0sec
If I click on the "Schedule a Build" icon, with a URL like:
http://hostname:8080/job/My-MultiJob/build?delay=0sec
it works OK.
If I go up to the parent View and click on the "Schedule a Build" icon with a URL like:
http://hostname:8080/view/TAB1/view/TAB2/job/My-MultiJob/build?delay=0sec
It works OK. (appears to be the same URL that doesn't work from a the first link).
Attachments
Issue Links
- is related to
-
JENKINS-17576 Conditional buildstep unable to launch MultiJob
-
- Resolved
-
-
JENKINS-18571 clicking on build now button fires build twice for specific jobs
-
- Resolved
-
If I use the 'b' keystroke, I get this message:
You must use POST method to trigger builds. (From scripts you may instead pass a per-project authentication token, or authenticate with your API token.) If you see this page, it may be because a plugin offered a GET link; file a bug report for that plugin.