mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-14 11:03:09 +02:00
79475732f9
Co-authored-by: Christoph Szymanski <spamerella@gmx.de> Co-authored-by: SarahNoack <44202907+SarahNoack@users.noreply.github.com>
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>
|
|
...
|