-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Major
-
Component/s: workflow-cps-global-lib-plugin, workflow-cps-plugin
-
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
-