Skip to content

Commit

Permalink
Merge pull request #29 from luqiaoshi/dev/qiaoshilu
Browse files Browse the repository at this point in the history
modify jenkinsfile
  • Loading branch information
luqiaoshi authored Nov 28, 2023
2 parents e397808 + 02604a3 commit 31e7587
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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\']
'''
Expand Down Expand Up @@ -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 {
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@ urllib3==1.25.11
utils==1.0.1
xlrd==1.2.0
zipp==3.3.0
loguru==0.7.0

0 comments on commit 31e7587

Please sign in to comment.