Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JENKINS-57571] Configuration-as-Code compatibility #20

Closed
cpoenisch opened this issue Feb 26, 2019 · 1 comment · Fixed by #23
Closed

[JENKINS-57571] Configuration-as-Code compatibility #20

cpoenisch opened this issue Feb 26, 2019 · 1 comment · Fixed by #23
Assignees
Labels
feature New feature request
Milestone

Comments

@cpoenisch
Copy link
Contributor

cpoenisch commented Feb 26, 2019

Add full support for the Jenkins Configuration as Code Plugin. This mainly includes the global configurations for ECU-TEST installations and TEST-GUIDE servers.

Example configurations:

ECU-TEST

tool:
  ecu-test:
    installations:
    - home: "C:\\Program Files\\ECU-TEST 8.0"
      name: "ECU-TEST 8.0"

TEST-GUIDE

unclassified:
  test-guide:
    installations:
      - config:
        settings:
          - atx-boolean-setting:
            group: UPLOAD
            name: "uploadToServer"
            value: true
          - atx-text-setting:
            group: UPLOAD
            name: "serverURL"
            value: "127.0.0.1"
          - ...
        customSettings:
          - atx-custom-boolean-setting:
            name: "customOption"
            checked: true
          - atx-custom-text-setting:
            name: "customLabel"
            value: "test"
          - ...
      name: "TEST-GUIDE"
      toolName: "ECU-TEST"

Tracking: jenkinsci/configuration-as-code-plugin#809

@cpoenisch cpoenisch self-assigned this Feb 26, 2019
@cpoenisch cpoenisch added feature New feature request ecu-test labels Feb 26, 2019
@cpoenisch cpoenisch added this to the 2.7.0 milestone Feb 26, 2019
@cpoenisch cpoenisch changed the title Add JCasC plugin compatibility Configuration-as-Code compatibility Feb 26, 2019
@oleg-nenashev
Copy link
Member

Also a placeholder for the JCasC compatibility dashboard: https://issues.jenkins-ci.org/browse/JENKINS-57571

@oleg-nenashev oleg-nenashev changed the title Configuration-as-Code compatibility [JENKINS-57571] Configuration-as-Code compatibility May 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants