-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpipeline.yml
28 lines (28 loc) · 1008 Bytes
/
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
# docker image path in artifactory
artifactoryPath: "qw_portal_services"
# name of the docker image
dockerImageName: "qw_portal_services"
# name of the git repo
gitRepoUrl: "https://github.com/NWQMC/qw_portal_services.git"
# Jenkins credential for pushing back to repo
gitRepoCredentialsId: "Jenkins-GitHub-Read-Write-Token"
# name of the deploy job to trigger
deployJobName: "qw-portal-services-deploy"
# name of the project
projectName: "wqp-external"
# maximum amount of RAM for running Docker containers in the service
memory: 512
# name of the application or service
applicationName: "qw_portal_services"
# port that is exposed by your container
containerPort: 8080
# string parameter specifying a path that ALB should use to verify that your application is alive
healthCheck: "/Codes/about/health"
# configuration repository paths
configRepoPath: "wma/docker/wqp/qw_portal_services"
configCredentialsId: "wma-eto-eb-rsa"
urlRules:
- type: forward
conditions:
- "/Codes/*"
priority: 502