|
||||||||
|
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Does this happen on all projects? Only specific ones? What about when you create a project now?
Enable your web browser's developer tools, and check the response to the 'Build Now' link. It should return HTTP 201 Created and contain a header like {{Location: http://jenkins/queue/item/71}}. Go to the URL http://jenkins/queue/item/71/api/xml and post its XML contents.
Provide a full list of the plugins that are installed, and some other environment info as explained here: https://wiki.jenkins-ci.org/display/JENKINS/How+to+report+an+issue
Run the following script in Manage Jenkins ยป Script Console and report its output: println hudson.model.Queue.QueueDecisionHandler.all()