Commit f3e4c3fd authored by 温海元's avatar 温海元

modify ip from 192.168.4.96 to 172.29.1.15

parent 05f32214
Pipeline #873 failed with stages
...@@ -135,7 +135,7 @@ const dingTalkPush = async function (ctx) { ...@@ -135,7 +135,7 @@ const dingTalkPush = async function (ctx) {
ctx.body = ctx.fail('未查到结果集,不发送钉钉推送消息') ctx.body = ctx.fail('未查到结果集,不发送钉钉推送消息')
return return
} }
const url = 'http://192.168.4.96:8080/view/TKE/job/tke-' const url = 'http://172.29.1.15:8080/view/TKE/job/tke-'
result.forEach(async (item) => { result.forEach(async (item) => {
const text = `> 项目名称 : ${item.projectName}\n\n` const text = `> 项目名称 : ${item.projectName}\n\n`
+ `> 分支名称 : ${item.branchName}\n\n` + `> 分支名称 : ${item.branchName}\n\n`
......
...@@ -36,7 +36,7 @@ module.exports = { ...@@ -36,7 +36,7 @@ module.exports = {
}, },
jenkins: { jenkins: {
api: 'http://qahome:Quantgroup123@192.168.4.96:8080', api: 'http://qahome:Quantgroup123@172.29.1.15:8080',
}, },
gitlab: { gitlab: {
token: 'owKJZwenxNaypTAz4Zcd', token: 'owKJZwenxNaypTAz4Zcd',
......
...@@ -36,7 +36,7 @@ module.exports = { ...@@ -36,7 +36,7 @@ module.exports = {
// qahome的账户一般没人动。密码的话可能一年失效一次。到时候需要重新改下密码。 // qahome的账户一般没人动。密码的话可能一年失效一次。到时候需要重新改下密码。
jenkins: { jenkins: {
api: 'http://qahome:Quantgroup123@192.168.4.96:8080', api: 'http://qahome:Quantgroup123@172.29.1.15:8080',
}, },
log4js: { log4js: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment