Commit 01ed73aa authored by zhaokai's avatar zhaokai

适配,最新拉取节点

parent bdf8a265
......@@ -5,7 +5,7 @@ from common.token import getToken
# 拉取git提交节点
def getGits(projectid, env):
cookie = getToken()
url = f'https://gw.qimai.shop/api/jenkins/jenkinsjob/git/?projectid={projectid}&env={env}'
url = f'https://gw.qimai.shop/api/jenkins/jenkinsjob/git/?projectid={projectid}&env={env}&page=1&keyword={env}'
payload={}
headers = {
'authority': 'gw.qimai.shop',
......
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