Skip to content

v0.18.1

Compare
Choose a tag to compare
@obcode obcode released this 29 Oct 21:08
9dfbb80

Add release information in the assignment config and see results in the report.

Example:

...
  blatt3:
    per: group
    assignmentpath: blatt-3
    startercode:
      url: ...
      fromBranch: 22ws
      protectToBranch: true
      devBranch: develop
    release:
      mergeRequest:
        source: develop
        target: main
        pipeline: true
      dockerImages:
        - customer
        - book
...