Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qa-api
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
QA
qa-api
Commits
c1c203c9
Commit
c1c203c9
authored
Dec 17, 2019
by
智勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
通知增加镜像名称
parent
4fd1a387
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
pipeline.js
app/controller/pipeline.js
+1
-0
No files found.
app/controller/pipeline.js
View file @
c1c203c9
...
@@ -205,6 +205,7 @@ const sendSuccessDing = async (data, pipeLineData, pushData) => {
...
@@ -205,6 +205,7 @@ const sendSuccessDing = async (data, pipeLineData, pushData) => {
const
text
=
`> 执行结果 :
${
data
.
flag
}
\n\n`
const
text
=
`> 执行结果 :
${
data
.
flag
}
\n\n`
+
`> 项目名称 :
${
pushData
.
projectName
}
\n\n`
+
`> 项目名称 :
${
pushData
.
projectName
}
\n\n`
+
`> 分支名称 :
${
pushData
.
branchName
}
\n\n`
+
`> 分支名称 :
${
pushData
.
branchName
}
\n\n`
+
`> 镜像名称 :
${
data
.
image
}
\n\n`
+
`> 部署空间 :
${
pipeLineData
.
namespace
}
\n\n`
+
`> 部署空间 :
${
pipeLineData
.
namespace
}
\n\n`
+
`> 触发同学 :
${
pushData
.
gitUser
}
\n\n`
+
`> 触发同学 :
${
pushData
.
gitUser
}
\n\n`
+
`> 触发信息 :
${
pushData
.
commitMes
}
\n\n`
+
`> 触发信息 :
${
pushData
.
commitMes
}
\n\n`
...
...
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