-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJenkinsfile
More file actions
21 lines (21 loc) · 781 Bytes
/
Jenkinsfile
File metadata and controls
21 lines (21 loc) · 781 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@Library(value="kids-first/aws-infra-jenkins-shared-libraries", changelog=false) _
ecs_service_type_1_standard {
projectName = "kf-api-study-creator"
environments = "dev,qa,prd"
docker_image_type = "debian"
entrypoint_command = "/app/bin/entrypoint.sh"
quick_deploy = "true"
deploy_scripts_version = "master"
internal_app = "false"
container_port = "80"
vcpu_container = "2048"
memory_container = "4096"
vcpu_task = "2048"
memory_task = "4096"
health_check_path = "/health_check"
dependencies = "ecr"
friendly_dns_name = "study-creator"
override_templates = "true"
additional_ssl_cert_domain_name = "*.kidsfirstdrc.org"
publish_to_public_repo = "true"
}