mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-03-05 15:15:44 +02:00
18 lines
409 B
YAML
18 lines
409 B
YAML
|
_schema-version: "3.1"
|
||
|
ID: "<Id of your MTA>"
|
||
|
version: <version number of your application>
|
||
|
|
||
|
parameters:
|
||
|
...
|
||
|
|
||
|
modules:
|
||
|
- name: "<Name of your Fiori application>"
|
||
|
type: <type of your project>
|
||
|
path: .
|
||
|
parameters:
|
||
|
version: <version number of your application>-${timestamp}
|
||
|
name: "<Name of your Fiori application>"
|
||
|
build-parameters:
|
||
|
builder: <appropriated builder>
|
||
|
...
|