jenkinsci/office-365-connector-plugin

ConfigAsCode support

Opened this issue · 4 comments

What feature do you want to see added?

Make it possible to configure global defatuls via config as code. https://plugins.jenkins.io/configuration-as-code/

Upstream changes

No response

Are you interested in contributing this feature?

No response

I'm not sure how to make sure if the support is completed jenkinsci/configuration-as-code-plugin#2446

Hi @damianszczepanik it looks like documentation has been updated. Could you add Configuration as a Code plugin support, please?

From what I see this plugins supports Jenkins configuration and not jobs. The only global configurations are already supported as a code as I can define global url and name and then I can see those values when exporting configuration to yaml

unclassified:
  webhook:
    globalName: "name-global-url.office365.com"
    globalUrl: "http://global-url.office365.com"

is it what you are looking for?

@damianszczepanik thanks, it's enough from my side. I'm not sure about @gimler who opened this issue.