Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yanxuan-qc-change-system
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yx-qc-change-flow
yanxuan-qc-change-system
Commits
7308436b
You need to sign in or sign up before continuing.
Commit
7308436b
authored
Mar 28, 2023
by
胡园园
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into 'feature-20230321-serviceLeaveCloud'
Master See merge request
!19
parents
6a0c6c1b
2152eead
Pipeline
#46788
passed with stages
in 1 minute 17 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
9 deletions
+8
-9
.gitlab-ci.yml
.gitlab-ci.yml
+3
-4
application.properties
...bly/src/main/resources/config/test/application.properties
+5
-5
No files found.
.gitlab-ci.yml
View file @
7308436b
...
...
@@ -64,21 +64,20 @@ test_upload_bee:
dependencies
:
-
test_package
test_
image
_upload
:
test_
artifact
_upload
:
stage
:
upload
script
:
-
version_tools time && CURRENT_TIMESTAMP=$(version_tools result)
-
version_tools version && PROJECT_VERSION=$(version_tools result)
-
IMAGE_TAG="${PROJECT_VERSION}-${CI_COMMIT_REF_NAME##*/}-${CURRENT_TIMESTAMP}-${CI_PIPELINE_ID}"
-
IMAGE_NAME="${HARBOR_URL}/${HARBOR_APP_DIRECTOR}/${SERVICE_CODE}:${IMAGE_TAG}"
-
unzip -o -q $CI_PROJECT_NAME.zip -d .
-
docker build --pull -t ${IMAGE_NAME} .
-
eval opera docker $OPERA_ARGS --env=test --imageName=${IMAGE_NAME} --imageTag=${IMAGE_TAG} --autoDeploy=true --clusterId=44 --ldcCode=cluster1
-
eval opera truck $OPERA_ARGS --env=test --artifactPath=$CI_PROJECT_NAME.zip --artifactVersion=$ARTIFACT_VERSION
tags
:
-
ci-backend
only
:
-
dev
-
/^feature-.*$/
-
/^release.*$/
-
/^hotfix.*$/
dependencies
:
-
test_package
...
...
yanxuan-qc-change-system-assembly/src/main/resources/config/test/application.properties
View file @
7308436b
...
...
@@ -32,15 +32,15 @@ mybatis.configuration.map-underscore-to-camel-case=true
# redis
spring.redis.password
=
xc0CdqWMzMj6hBvpIY5HrciHX85txmftyXukMnyKdK8X
spring.redis.password
=
KX4CRYuA68T2
spring.redis.timeout
=
20000
spring.redis.sentinel.master
=
paas-redis/yx-common-repl-1-
test
spring.redis.sentinel.nodes
=
yx-cust23-test.ncr.cn-east-p1.internal:31461
spring.redis.sentinel.master
=
yx_common1_repl_
test
spring.redis.sentinel.nodes
=
10.131.99.201:11030
spring.redis.pool.max-active
=
50
spring.redis.pool.max-idle
=
20
spring.redis.pool.max-wait
=
10000
spring.redis.host
=
yx-cust23-test.ncr.cn-east-p1.internal
spring.redis.port
=
31461
spring.redis.host
=
10.131.99.201
spring.redis.port
=
11030
# supplier
supplier.url
=
http://127.0.0.1:8550/proxy/test-v1.yanxuan-supplier-ms.service.mailsaas
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment