Issue Type: Bug Bug
Assignee: Unassigned
Components: rich-text-publisher-plugin
Created: 21/Jan/15 4:37 PM
Description:

Hi.

I use the rich-text-publisher from a Jenkins job, to create HTML text on the build results page. Putting plain text there works very nicely. But, then I update this builds results text to contain a link to another Jenkins job that has parameters, that the user may wish to call after the first job is done, passing parameters used during the first job to the second job as URL parameters. Rich text publisher creates the link okay.

Here is the gist of it:

Text that is in "Rich Text Message" box, in Post build Step:

<a href="">Promote this build ${ENV:FullVersion}.</a>

Generated link that appears on Build Results page:
https://jenkins_server.company.com:8442//job/_publish_promote_module_test/buildWithParameters?FullVersion=1.2.3.4&Component=sample_component&location=//builds/daily/sample_location

When I click the link, I get new browser Window, with following message and a Proceed button:
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.

I can click the proceed button, but despite the parameters all appearing to be processed by the Jenkins job, the job is failing with what may be authentication errors, as hinted to by the above message.

Environment: Windows 2008 Server, Jenkins 1.592, rich-text-plublisher-plugin 1.3
Project: Jenkins
Priority: Minor Minor
Reporter: Rick Patterson
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to