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
f3e4c3fd
Commit
f3e4c3fd
authored
Apr 02, 2021
by
温海元
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify ip from 192.168.4.96 to 172.29.1.15
parent
05f32214
Pipeline
#873
failed with stages
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
pipelineback.js
app/controller/pipelineback.js
+1
-1
dev.config.js
src/dev.config.js
+1
-1
prod.config.js
src/prod.config.js
+1
-1
No files found.
app/controller/pipelineback.js
View file @
f3e4c3fd
...
...
@@ -135,7 +135,7 @@ const dingTalkPush = async function (ctx) {
ctx
.
body
=
ctx
.
fail
(
'
未查到结果集,不发送钉钉推送消息
'
)
return
}
const
url
=
'
http://1
92.168.4.96
:8080/view/TKE/job/tke-
'
const
url
=
'
http://1
72.29.1.15
:8080/view/TKE/job/tke-
'
result
.
forEach
(
async
(
item
)
=>
{
const
text
=
`> 项目名称 :
${
item
.
projectName
}
\n\n`
+
`> 分支名称 :
${
item
.
branchName
}
\n\n`
...
...
src/dev.config.js
View file @
f3e4c3fd
...
...
@@ -36,7 +36,7 @@ module.exports = {
},
jenkins
:
{
api
:
'
http://qahome:Quantgroup123@1
92.168.4.96
:8080
'
,
api
:
'
http://qahome:Quantgroup123@1
72.29.1.15
:8080
'
,
},
gitlab
:
{
token
:
'
owKJZwenxNaypTAz4Zcd
'
,
...
...
src/prod.config.js
View file @
f3e4c3fd
...
...
@@ -36,7 +36,7 @@ module.exports = {
// qahome的账户一般没人动。密码的话可能一年失效一次。到时候需要重新改下密码。
jenkins
:
{
api
:
'
http://qahome:Quantgroup123@1
92.168.4.96
:8080
'
,
api
:
'
http://qahome:Quantgroup123@1
72.29.1.15
:8080
'
,
},
log4js
:
{
...
...
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