Some checks failed
gitea/abap_tutorial_11/pipeline/head There was a failure building this commit
29 lines
682 B
YAML
29 lines
682 B
YAML
# yaml-language-server: $schema=https://sap.github.io/ui5-tooling/schema/ui5.yaml.json
|
|
|
|
specVersion: "3.1"
|
|
metadata:
|
|
name: mvcapp00124
|
|
type: application
|
|
builder:
|
|
resources:
|
|
excludes:
|
|
- /test/**
|
|
- /localService/**
|
|
customTasks:
|
|
- name: deploy-to-abap
|
|
afterTask: generateCachebusterInfo
|
|
configuration:
|
|
target:
|
|
url: https://s40lp1.ucc.cit.tum.de:8100/
|
|
client: '300'
|
|
auth: basic
|
|
credentials:
|
|
username: env:S40_USER
|
|
password: env:S40_PASSWORD
|
|
app:
|
|
name: Z_MVCAPP_00_124
|
|
package: Z_00_124
|
|
transport: S40K905675
|
|
exclude:
|
|
- /test/
|