|
||||||||
|
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.

No, if it is not a user error (and it does not seem to be), then there should not be anything in the log file. The code in question simply assumes that the source field is a literal URI, whereas in your case it is a placeholder for something that varies per build. For such a project it makes no sense to participate in polling. (If there were a default value for the parameter, it could participate, but even then I am not convinced it is sensible.)
I am assuming that this project does not have the Poll SCM trigger configured. So it would be skipped anyway. However the skipping happens after the source is parsed as a URI and the stack trace printed.