diff --git a/jenkinsfile b/jenkinsfile index 537a1b8..9e3a3cd 100644 --- a/jenkinsfile +++ b/jenkinsfile @@ -6,7 +6,7 @@ pipeline { spec: containers: - name: python - image: wenxinxin/python-image:3.8.2 + image: qiaoshilu/devops-kse-python:v3.5.0 command: [\'sleep\'] args: [\'1d\'] ''' @@ -40,7 +40,7 @@ pipeline { agent none environment { // 使用apiserver的dns地址 - ENV_URL = "ks-apiserver.kubesphere-system" + ENV_URL = "172.31.53.27:30464" PATH = "$PATH:/usr/local/src/allure-2.17.2/bin" } steps { diff --git a/requirements.txt b/requirements.txt index 1924341..5cfd50a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -56,3 +56,4 @@ urllib3==1.25.11 utils==1.0.1 xlrd==1.2.0 zipp==3.3.0 +loguru==0.7.0