-
New Feature
-
Resolution: Fixed
-
Minor
-
None
I generally maintain all my Jenkins jobs in the form of groovy code rendered via the Job DSL plugin.
However, after adding the Office 365 Connector plugin for the MS Teams notifications, there seems to be no functionality in the Job DSL API to translate this component to code.
Reference below :-
The following tags couldn't be translated to DSL:
- jenkins.plugins.office365connector.WebhookJobProperty
I couldn't find a reference to this in the API here either - https://jenkinsci.github.io/job-dsl-plugin/#
This needs an urgent fix since notifications about the build I'm using are sent using MS Teams.
Thank you!