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

After a bisect and some testing against (Jenkins ver. 1.575) I was able to find the offending lines and commenting them out. Something is probably not working but loading a config now works.:
diff --git a/src/main/resources/hudson/plugins/project_inheritance/projects/InheritanceProject/configure-version-aware.groovy b/src/main/resou
index b34d228..74817c8 100644
— a/src/main/resources/hudson/plugins/project_inheritance/projects/InheritanceProject/configure-version-aware.groovy
+++ b/src/main/resources/hudson/plugins/project_inheritance/projects/InheritanceProject/configure-version-aware.groovy
@@ -75,8 +75,8 @@ l.layout(title: my.getDisplayName() + " Config", permission: my.EXTENDED_READ, n
f.entry(title: _("Description"), help: app.markupFormatter.helpUrl) {
f.textarea(
+// "codemirror-config": app.markupFormatter.codeMirrorConfig,^M
+// "codemirror-mode": app.markupFormatter.codeMirrorMode,^M
name: "description",
value: my.description,
previewEndpoint: "/markupFormatter/previewDescription"
Somebody with more knowledge can make the correct change.