Issue Details (XML | Word | Printable)

Key: HUDSON-7004
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: mindless
Reporter: anshnd
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Hudson

cause not working in parameterized projects

Created: 16/Jul/10 01:26 PM   Updated: 09/Aug/10 01:58 PM   Resolved: 18/Jul/10 08:59 AM
Component/s: parameters
Affects Version/s: current
Fix Version/s: current


 Description  « Hide

The documentation in trigger builds remotely says

Optionally append &cause=Cause+Text to provide text that will be included in the recorded build cause.

The cause doesn't work for parameterized builds.

Also the documentation should state that the trigger URL in that case has buildWithParameters not build...

Already requested in wiki



Sort Order: Ascending order - Click to sort in descending order
anshnd added a comment - 16/Jul/10 01:27 PM

assigning to parameters and not to unrelated parameterized-trigger


scm_issue_link added a comment - 18/Jul/10 08:59 AM

Code changed in hudson
User: : mindless
Path:
trunk/hudson/main/core/src/main/java/hudson/model/AbstractProject.java
trunk/hudson/main/core/src/main/java/hudson/model/ParametersDefinitionProperty.java
trunk/hudson/main/core/src/main/resources/hudson/model/BuildAuthorizationToken/config.jelly
trunk/www/changelog.html
http://hudson-ci.org/commit/33032
Log:
[FIXED HUDSON-7004] Make /buildWithParameters support remote cause and
user supplied cause text for build via authentication token, just as /build does.