JCASC VERSION: 0.10-alpha
Jenkins: 2.13x
```plugins:
sites:
investigating.
anyway with inconsistent getter and setters jira plugin will need some update before being compatible with CasC
the issue is that JiraSite do declare a constructor parameter url with single value, but a getter to return an array. As a result we get mulitplicity mismatch for this attribute. Generally speaking getter and setters for the url property are fully inconsistent in this plugin :'(
damn! i'll create an issue over at the JiraSite plugin repo and refer to this issue here. what do you think @ndeloof ?
i'm afraid if they change the getter or the setter, a lot of dependent plugins will get into trouble as well. f**k.
Please report an issue, adding tag jcasc-compatibility.
To keep binary compatibility they could introduce new property accessors for get/setSites(). The current 'setter' actually add values to list ! 馃
issue created: https://issues.jenkins-ci.org/browse/JENKINS-52906