File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -56,12 +56,12 @@ workspace_attach: &workspace_attach
56
56
at : ./
57
57
58
58
restore_cache_settings_for_build : &restore_cache_settings_for_build
59
- key : autopilot-{{ checksum "~/project/pom.xml" }}
59
+ key : tc- autopilot-{{ checksum "~/project/pom.xml" }}
60
60
61
61
save_cache_settings : &save_cache_settings
62
62
paths :
63
63
- ~/.m2
64
- key : autopilot-{{ checksum "~/project/pom.xml" }}
64
+ key : tc- autopilot-{{ checksum "~/project/pom.xml" }}
65
65
66
66
build_steps : &build_steps
67
67
# Initialization.
@@ -80,7 +80,7 @@ build_steps: &build_steps
80
80
name : " Buidling OR file"
81
81
command : |
82
82
source awsenvconf
83
- ./buildproperties.sh -e $BUILD_ENV -k autopilot
83
+ ./buildproperties.sh -e $BUILD_ENV -k autopilotv1
84
84
# mvn dependency:go-offline
85
85
mvn clean package
86
86
- save_cache : *save_cache_settings
@@ -116,7 +116,7 @@ jobs:
116
116
LOGICAL_ENV : " dev"
117
117
COMPONENT_BRANCH : " dev"
118
118
DEPLOY_ENV : " DEV"
119
- APPNAME : " autopilot"
119
+ APPNAME : " tc- autopilot"
120
120
steps : *build_steps
121
121
122
122
" build-prod " :
@@ -126,23 +126,23 @@ jobs:
126
126
LOGICAL_ENV : " prod"
127
127
DEPLOY_ENV : " PROD"
128
128
COMPONENT_BRANCH : " master"
129
- APPNAME : " autopilot"
129
+ APPNAME : " tc- autopilot"
130
130
steps : *build_steps
131
131
132
132
deployDev :
133
133
<< : *deploy_defaults
134
134
environment :
135
135
DEPLOY_ENV : " DEV"
136
136
LOGICAL_ENV : " dev"
137
- APPNAME : " autopilot"
137
+ APPNAME : " tc- autopilot"
138
138
steps : *deploy_steps
139
139
140
140
deployProd :
141
141
<< : *deploy_defaults
142
142
environment :
143
143
DEPLOY_ENV : " PROD"
144
144
LOGICAL_ENV : " prod"
145
- APPNAME : " autopilot"
145
+ APPNAME : " tc- autopilot"
146
146
steps : *deploy_steps
147
147
148
148
workflows :
You can’t perform that action at this time.
0 commit comments