-
Notifications
You must be signed in to change notification settings - Fork 45
/
manifest.template.yaml
37 lines (37 loc) · 1.29 KB
/
manifest.template.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
name: zss
# Component identifier. This identifier matches artifact path in Zowe Artifactory https://zowe.jfrog.io/.
id: org.zowe.zss
# Without the v
version: 3.0.0
# Component version is defined in gradle.properties for Gradle project
# Human readable component name
title: Zowe System Services (ZSS)
# Human readable component description
description: 'Zowe System Services is an HTTPS and Websocket server that makes it easy to have secure, powerful web APIs backed by low-level z/OS constructs. It contains services for essential z/OS abilities such as working with files, datasets, and ESMs, but is also extensible by REST and Websocket "Dataservices" which are optionally present in App Framework "Plugins".'
homepage: https://zowe.org
keywords:
- zss
- appfw
license: EPL-2.0
schemas:
configs:
- schemas/zowe-schema.json
- schemas/zss-config.json
repository:
type: git
url: https://github.com/zowe/zss.git
build:
branch: "{{build.branch}}"
number: "{{build.number}}"
commitHash: "{{build.commitHash}}"
timestamp: {{build.timestamp}}
commands:
install: bin/internal-install.sh
start: bin/start.sh
configure: bin/configure.sh
validate: bin/validate.sh
# we do not specify encoding here because its already tagged ascii
apimlServices:
static:
- file: apiml-static-reg.yaml.template