Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
李 学龙
sdsd
Commits
a61903ac
Commit
a61903ac
authored
2 years ago
by
李 学龙
Browse files
Options
Download
Email Patches
Plain Diff
更新.gitlab-ci.yml文件
parent
a2ede8fb
Pipeline
#18471
canceled with stage
in 7 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+20
-0
.gitlab-ci.yml
with
20 additions
and
0 deletions
+20
-0
.gitlab-ci.yml
0 → 100644
+
20
-
0
View file @
a61903ac
stages
:
-
coverity
#定义管道中的阶段
coverity
:
stage
:
coverity
image
:
"
repo.gitsec.cn/docker/coverity:1.1"
#选择使用那个镜像
tags
:
-
k8s
script
:
-
echo hello
-
mv /home/script/start.sh ./
-
sh start.sh
artifacts
:
reports
:
dependency_scanning
:
coverity_report.json
paths
:
-
coverity_report.json
#读取检测结果不用修改
expire_in
:
3 day
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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
Menu
Projects
Groups
Snippets
Help