Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
so-manage-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
smart-operation
so-manage-ui
Commits
a850f5c7
Commit
a850f5c7
authored
Dec 29, 2022
by
赵伟庚
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[cicd](.beagle.yml): 新建第四次迭代bug修复分支,版本5.1.1
parent
be6e6a34
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
16 deletions
+16
-16
.beagle.yml
.beagle.yml
+16
-16
No files found.
.beagle.yml
View file @
a850f5c7
kind
:
pipeline
kind
:
pipeline
name
:
dev
name
:
fix-dev1230
trigger
:
trigger
:
branch
:
branch
:
-
dev
-
fix-dev1230
clone
:
clone
:
disable
:
true
disable
:
true
...
@@ -62,7 +62,7 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行
...
@@ -62,7 +62,7 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行
base
:
registry.cn-qingdao.aliyuncs.com/wod/nginx:1.19.5
# 基础镜像,根据项目需求进行使用,如果第三方登录改成ui-base
base
:
registry.cn-qingdao.aliyuncs.com/wod/nginx:1.19.5
# 基础镜像,根据项目需求进行使用,如果第三方登录改成ui-base
dockerfile
:
.beagle/dockerfile
dockerfile
:
.beagle/dockerfile
repo
:
wod/apaas-system-ui
# 生成镜像的 分组/名称
repo
:
wod/apaas-system-ui
# 生成镜像的 分组/名称
version
:
"
5.1.
0
"
# 版本号
version
:
"
5.1.
1
"
# 版本号
channel
:
alpha
# 后缀 example: alpha test fix-alpha fix等
channel
:
alpha
# 后缀 example: alpha test fix-alpha fix等
args
:
"
TARGETOS=linux,TARGETARCH=amd64"
# 不同架构的构建参数
args
:
"
TARGETOS=linux,TARGETARCH=amd64"
# 不同架构的构建参数
registry
:
registry.cn-qingdao.aliyuncs.com
# 私有仓库地址
registry
:
registry.cn-qingdao.aliyuncs.com
# 私有仓库地址
...
@@ -71,18 +71,18 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行
...
@@ -71,18 +71,18 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行
registry_password
:
# 密码
registry_password
:
# 密码
from_secret
:
REGISTRY_PASSWORD_ALIYUN
from_secret
:
REGISTRY_PASSWORD_ALIYUN
-
name
:
deploy-cloud
#
- name: deploy-cloud
image
:
registry.cn-qingdao.aliyuncs.com/wod/devops-kubernetes:1.0
#
image: registry.cn-qingdao.aliyuncs.com/wod/devops-kubernetes:1.0
settings
:
#
settings:
namespace
:
apaas-v5
#
namespace: apaas-v5
deployment
:
apaas-manage-ui
#
deployment: apaas-manage-ui
container
:
apaas-manage-ui
#
container: apaas-manage-ui
image
:
registry.cn-qingdao.aliyuncs.com/wod/apaas-system-ui:5.1.0-alpha
#
image: registry.cn-qingdao.aliyuncs.com/wod/apaas-system-ui:5.1.0-alpha
environment
:
#
environment:
KUBERNETES_SERVER
:
#
KUBERNETES_SERVER:
from_secret
:
KUBERNETES_SERVER
#
from_secret: KUBERNETES_SERVER
KUBERNETES_TOKEN
:
#
KUBERNETES_TOKEN:
from_secret
:
KUBERNETES_TOKEN
#
from_secret: KUBERNETES_TOKEN
-
name
:
docker-arm64
-
name
:
docker-arm64
image
:
registry.cn-qingdao.aliyuncs.com/wod/devops-docker:1.0
image
:
registry.cn-qingdao.aliyuncs.com/wod/devops-docker:1.0
...
@@ -93,7 +93,7 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行
...
@@ -93,7 +93,7 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行
base
:
registry.cn-qingdao.aliyuncs.com/wod/nginx:1.19.5-arm64
base
:
registry.cn-qingdao.aliyuncs.com/wod/nginx:1.19.5-arm64
dockerfile
:
.beagle/dockerfile
dockerfile
:
.beagle/dockerfile
repo
:
wod/apaas-system-ui
repo
:
wod/apaas-system-ui
version
:
"
5.1.
0
"
version
:
"
5.1.
1
"
channel
:
alpha-arm64
channel
:
alpha-arm64
args
:
"
TARGETOS=linux,TARGETARCH=arm64"
args
:
"
TARGETOS=linux,TARGETARCH=arm64"
registry
:
registry.cn-qingdao.aliyuncs.com
registry
:
registry.cn-qingdao.aliyuncs.com
...
...
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