github.com/SAP/cloud-mta-build-tool@v1.2.27/internal/artifacts/testdata/mta_no_path/mta.yaml (about) 1 ID: mta 2 _schema-version: '2.1' 3 version: 0.0.1 4 5 build-parameters: 6 before-all: 7 - builder: custom 8 timeout: 6m30s 9 commands: 10 - command1 11 - command2 12 after-all: 13 - builder: custom 14 timeout: 6m30s 15 commands: 16 - command1 17 - command2 18 modules: 19 - name: node-js 20 type: nodejs 21 path: node-js 22 provides: 23 - name: node-js_api 24 properties: 25 url: ${default-url} 26 27 - name: no_path 28 type: nodejs 29 build-parameters: 30 no-source: false 31 32 resources: 33 - name: mta-assembly-uaa 34 parameters: 35 service: xsuaa 36 service-plan: space 37 path: xs-security.json