-
Notifications
You must be signed in to change notification settings - Fork 0
/
pipeline.yml
36 lines (36 loc) · 1.11 KB
/
pipeline.yml
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
# docker image path in artifactory
artifactoryPath: "wqp_ui"
# name of the docker image
dockerImageName: "wim_wqp_ui"
# type of build
gitRepoUrl: "https://github.com/NWQMC/WQP_UI.git"
# the Jenkins credential ID to be use when pushing commits
gitRepoCredentialsId: "Jenkins-GitHub-Read-Write-Token"
# name of the deploy job to trigger
deployJobName: "wim-wqp-ui-deploy"
# name of the project
projectName: "iow-allgemein"
# location of the Dockerfile
buildContext: "./server/"
# maximum amount of RAM for running Docker containers in the service
memory: 512
# name of the application or service
applicationName: "wim_wqp_ui"
# port that is exposed by your container
containerPort: 5050
# string parameter specifying a path that ALB should use to verify that your application is alive
healthCheck: "/wqp/robots.txt"
# configuration repository paths
configRepoPath: "wma/docker/wqp/wqp_ui"
configCredentialsId: "wma-eto-eb-rsa"
urlRules:
- type: forward
conditions:
- "/wqp/*"
priority: 504
tags:
wma:costCenter: TBD
wma:organization: IOW
wma:contact: [email protected]
wma:taggingVersion: 0.0.1
wma:project_id: wqp