You're right about the URL: I'm used to browse starting from the default dashboard view (https://qa.nuxeo.org/jenkins/) which has no "view/..." in its URL.

So far, here are the results:

  • the form name has not changed
    >>> $$("form[name=config]")
    [form configSubmit]
  • the "Apply" button never triggers the SCM Sync whereas the "Save" button does
  • the REGEXP ^(.*view/[^/]+/)?job/[^/]+/configure$ does not match URLs without a view (that's the case when using the default Dashboard view). Using ^(.*[^/]+/)?job/[^/]+/configure$ would match.


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

Reply via email to