mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-12 10:55:20 +02:00
38237eb97b
* Update schema and hcp deployer version in mta.yaml file * Add name parameter in mta yaml file * Rename template_mta.yml to template_mta.yaml * Fix indentation Co-authored-by: Oliver Feldmann <oliver.feldmann@sap.com> Co-authored-by: Marcus Holl <marcus.holl@sap.com>
18 lines
420 B
YAML
18 lines
420 B
YAML
_schema-version: "3.1"
|
|
ID: "<Id of your MTA>"
|
|
version: <version number of your application>
|
|
|
|
parameters:
|
|
hcp-deployer-version: "1.1.0"
|
|
|
|
modules:
|
|
- name: "<Name of your Fiori application>"
|
|
type: html5
|
|
path: .
|
|
parameters:
|
|
version: <version number of your application>-${timestamp}
|
|
name: "<Name of your Fiori application>"
|
|
build-parameters:
|
|
builder: grunt
|
|
build-result: dist
|