github.com/SAP/cloud-mta-build-tool@v1.2.27/internal/artifacts/testdata/mta/mtaWrongBuildResult2.yaml (about)

     1  ID: mta
     2  _schema-version: '2.1'
     3  version: 0.0.1
     4  
     5  build-parameters:
     6    before-all:
     7      - builder: mybuilder
     8        timeout: 6m30s
     9        commands:
    10          - command1
    11          - command2
    12    after-all:
    13      - builder: otherbuilder
    14        timeout: 6m30s
    15        commands:
    16          - command1
    17          - command2
    18  modules:
    19    - name: node-js
    20      type: nodejs
    21      path: node-js
    22      build-parameters:
    23        build-result: my.war
    24      provides:
    25        - name: node-js_api
    26          properties:
    27            url: ${default-url}