-
Bug
-
Resolution: Unresolved
-
Major
-
None
the script:
JSON.stringify(
)
delivers the wrong result:
- should: "
{"a":[1,2]}
"
- actual: "
{"a":"[1, 2]"}
"
hint:
This was probably introduced by fix for JENKINS-11618
The problem is that this behaviour breaks e.g. test automation support for SilkTest and WebDriver, and probably some other things too.
- is duplicated by
-
JENKINS-25152 Prototype adds Array.prototype.toJSON() that breaks JSON.stringify
-
- Open
-
- is related to
-
JENKINS-11618 Prototype 1.7 is missing the instance 'toJSON' method
-
- Closed
-
Code changed in jenkins
User: Ulli Hafner
Path:
src/main/java/hudson/plugins/warnings/GroovyParser.java
src/main/java/hudson/plugins/warnings/parser/ParserRegistry.java
http://jenkins-ci.org/commit/warnings-plugin/2987adb60b54e0a0b471ba2c3e14384d680ba930
Log:
Improved fix for JENKINS-15526[FIXED JENKINS-16107].
Compare: https://github.com/jenkinsci/warnings-plugin/compare/d677b1f5d9f1...2987adb60b54
–
You received this message because you are subscribed to the Google Groups "Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.