Toggle navigation
Toggle navigation
This project
Loading...
Sign in
yoho-cicd
/
jenkins-pipeline
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
jimi
2019-10-14 09:47:35 +0800
Commit
69b43aa780446e68de0efcc19f84e5f768608e32
1 parent
e55c2626
add xianyu
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
43 additions
and
0 deletions
Docker-Image-Deplopy/aws/xianyu-ufo-app-web-template.json
Docker-Node-Build/Jenkinsfile
Docker-Image-Deplopy/aws/xianyu-ufo-app-web-template.json
0 → 100644
View file @
69b43aa
{
"containerDefinitions"
:
[
{
"logConfiguration"
:
{
"logDriver"
:
"awslogs"
,
"options"
:
{
"awslogs-group"
:
"ufo-app-web"
,
"awslogs-region"
:
"cn-north-1"
,
"awslogs-stream-prefix"
:
"ufo-app-web"
}
},
"portMappings"
:
[
{
"hostPort"
:
6001
,
"protocol"
:
"tcp"
,
"containerPort"
:
6001
}
],
"cpu"
:
650
,
"environment"
:
[
{
"name"
:
"NODE_ENV"
,
"value"
:
"production"
}
],
"mountPoints"
:
[],
"memory"
:
650
,
"memoryReservation"
:
400
,
"volumesFrom"
:
[],
"image"
:
"860721417875.dkr.ecr.cn-north-1.amazonaws.com.cn/%IMAGE_VERSION%"
,
"essential"
:
true
,
"name"
:
"ufo-app-web"
}
],
"memory"
:
"700"
,
"taskRoleArn"
:
""
,
"family"
:
"ufo-app-web"
,
"networkMode"
:
"awsvpc"
,
"cpu"
:
"700"
,
"volumes"
:
[],
"placementConstraints"
:
[]
}
\ No newline at end of file
...
...
Docker-Node-Build/Jenkinsfile
View file @
69b43aa
...
...
@@ -147,5 +147,6 @@ def check_push_aws_images(project_name){
lst.add("yoho-community-web");
lst.add("ultrainBlockApi");
lst.add("yohobuywap-node-activity");
lst.add("xianyu-ufo-app-web");
return lst.contains(project_name);
}
...
...
Please
register
or
login
to post a comment