github.com/SAP/cloud-mta-build-tool@v1.2.27/internal/buildops/testdata/mtahtml5/mtaWithBuildParamsWithWrongArtifacts.yaml (about) 1 ID: mtahtml5 2 _schema-version: '2.1' 3 version: 0.0.1 4 5 modules: 6 - name: ui5app 7 type: html5 8 path: testapp 9 parameters: 10 disk-quota: 256M 11 memory: 256M 12 requires: 13 - name: uaa_mtahtml5 14 - name: dest_mtahtml5 15 build-parameters: 16 requires: 17 - name: ui5app2 18 artifacts: ["[a,b"] 19 20 21 - name: ui5app2 22 type: html5 23 path: testapp 24 parameters: 25 disk-quota: 256M 26 memory: 256M 27 requires: 28 - name: uaa_mtahtml5 29 - name: dest_mtahtml5 30 31 resources: 32 - name: uaa_mtahtml5 33 parameters: 34 path: ./xs-security.json 35 service-plan: application 36 type: com.company.xs.uaa 37 38 - name: dest_mtahtml5 39 parameters: 40 service-plan: lite 41 service: destination 42 type: org.cloudfoundry.managed-service 43