Details
-
Bug
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Duplicate
-
Jenkins 1.528
Description
Upgraded to Jenkins 1.528. Since we upgraded the job configuration page stays in loading state (because of a javascript exception):
Uncaught SyntaxError: Invalid flags supplied to RegExp constructor 'sonar'
(anonymous function)
e.targetUrl hudson-behavior.js:416
registerValidator hudson-behavior.js:428
(anonymous function) behavior.js:111
(anonymous function) behavior.js:107
Behaviour.applySubtree behavior.js:93
Behaviour.apply behavior.js:76
(anonymous function) behavior.js:71
window.onload behavior.js:125
The URL path for this exception is /job/sonar-analyse/configure. We have this issue on all jobs.
Attachments
Issue Links
- is related to
-
JENKINS-19248 regression: Upgrading to 1.528 ("Upgrade Automatically") breaks "configure"
-
- Resolved
-
The fast fix I posted above seems to work for people, what about your try that as one well, chuenniger? Just find your hudson-behavior.js and add the line to the right spot (somewhere around line 416).
Regards,
Ondrej Kupka