Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tke-eos
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
0
Merge Requests
0
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
tke-eos
Commits
5281eeee
Commit
5281eeee
authored
Sep 28, 2020
by
温海元
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove restart &change ding robot
parent
78595b01
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
restartLatest.js
app/restartLatest.js
+2
-2
index.js
config/index.js
+3
-3
No files found.
app/restartLatest.js
View file @
5281eeee
const
schedule
=
require
(
'
node-schedule
'
)
/*
const schedule = require('node-schedule')
const _ = require('lodash')
const logger = require('koa-log4').getLogger('deployLatest')
const {
...
...
@@ -108,7 +108,7 @@ const deploy = async (cluster) => {
}
dingTalk('daily latest 部署结果', text, APP_CONFIG.latestDingRobot)
logger.info('deployLatest job end')
}
}
*/
// module.exports = () => {
// // schedule.scheduleJob('*/2 * * * *', async () => {
...
...
config/index.js
View file @
5281eeee
...
...
@@ -14,9 +14,9 @@ module.exports = {
'
acs-batch
'
,
'
acs-quartz
'
,
'
acs-service
'
,
'
pcm
'
,
'
vcc-talos
'
,
'
app-server
'
,
'
smart-recruitment-spyder
'
,
'
cash-loan-flow-report
'
,
'
egg-puppeteer
'
,
'
qa-platform
'
,
],
qaapiHost
:
'
http://qaapi.liangkebang.com
'
,
latestDingRobot
:
'
https://oapi.dingtalk.com/robot/send?access_token=
99e801a2cf26680e6ce09cb12f830c21a03ae3df07d18f6a38e1db54c0e95f2c
'
,
latestDingRobot
:
'
https://oapi.dingtalk.com/robot/send?access_token=
ac34acb1307a564e105269f8ff49d6da4b608bc019d444dc91a2738e8c2d32ee
'
,
deleteTestSvcRobot
:
{
test
:
'
https://oapi.dingtalk.com/robot/send?access_token=
4ea7498bb4e07a01925564cb192de0c612a23102b7ea1a31a3024eb1eb839d51
'
,
dev
:
'
https://oapi.dingtalk.com/robot/send?access_token=
08e45c0e77fdb3c18d47559729afe3fc6de624324ced77ebf3f4d0aa1a008de2
'
,
test
:
'
https://oapi.dingtalk.com/robot/send?access_token=
ac34acb1307a564e105269f8ff49d6da4b608bc019d444dc91a2738e8c2d32ee
'
,
dev
:
'
https://oapi.dingtalk.com/robot/send?access_token=
ac34acb1307a564e105269f8ff49d6da4b608bc019d444dc91a2738e8c2d32ee
'
,
},
}
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