-
Improvement
-
Resolution: Unresolved
-
Major
-
None
Currently the following code fails with a cryptic error message:
package org.test.; import groovy.transform.ToString @ToString(includeNames=true) class X implements Serializable { def script def A, B Promotemodul(script, m) { this.script = script this.A = m.A this.B = m.B } }
It would be great if some common annotations (ToString, EqualsAndHashCode...) would be supported in Pipeline Shared Libraries.
- is duplicated by
-
JENKINS-40564 Groovy class annotations not supported
- Resolved
- is related to
-
JENKINS-46145 Groovy Traits are not supported
- Open