Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
27710f51
Commit
27710f51
authored
May 25, 2022
by
赵伟庚
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更换镜像仓库
parent
747fc1f5
Pipeline
#77173
canceled with stage
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
4 deletions
+16
-4
.beagle.yml
.beagle.yml
+16
-4
No files found.
.beagle.yml
View file @
27710f51
...
...
@@ -53,9 +53,9 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行
args
:
"
TARGETOS=linux,TARGETARCH=amd64"
# 不同架构的构建参数
registry
:
hub.test.wodcloud.com
# 私有仓库地址
registry_user
:
# 用户
from_secret
:
REGISTRY_USER
from_secret
:
REGISTRY_USER
_TEST
registry_password
:
# 密码
from_secret
:
REGISTRY_PASSWORD
from_secret
:
REGISTRY_PASSWORD
_TEST
---
clone
:
disable
:
true
...
...
@@ -82,9 +82,9 @@ steps:
http_proxy
:
http://10.11.92.33:1282
https_proxy
:
http://10.11.92.33:1282
REGISTRY_USER
:
from_secret
:
REGISTRY_USER
from_secret
:
REGISTRY_USER
_TEST
REGISTRY_PASSWORD
:
from_secret
:
REGISTRY_PASSWORD
from_secret
:
REGISTRY_PASSWORD
_TEST
settings
:
source
:
hub.test.wodcloud.com/gzgajzapi/apaas-ui:v3.0.5-alpha
target
:
hub.test.wodcloud.com/gzgajzapi/apaas-ui:v3.0.5
...
...
@@ -93,6 +93,18 @@ steps:
##--------------对于需要保密的信息隐藏,减少账户信息的泄密⬇-----------------##
---
kind
:
secret
name
:
REGISTRY_USER_TEST
get
:
name
:
REGISTRY_USER_TEST
path
:
devops-secrets
---
kind
:
secret
name
:
REGISTRY_PASSWORD_TEST
get
:
name
:
REGISTRY_PASSWORD_TEST
path
:
devops-secrets
---
kind
:
secret
name
:
REGISTRY_USER
get
:
name
:
REGISTRY_USER
...
...
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