Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
interfaceTest
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Schedules
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
zhaihuitao
interfaceTest
Commits
9777510a
Commit
9777510a
authored
Nov 18, 2020
by
zhaihuitao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
0546cf68
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
workspace.xml
.idea/workspace.xml
+0
-0
envcfg.py
config/envcfg.py
+3
-3
result.html
report/result.html
+0
-0
No files found.
.idea/workspace.xml
View file @
9777510a
This diff is collapsed.
Click to expand it.
config/envcfg.py
View file @
9777510a
...
...
@@ -10,9 +10,9 @@ from common.iniUtil import read_config
import
jenkins
server
=
jenkins
.
Jenkins
(
'http://127.0.0.1:8080'
,
username
=
'admin'
,
password
=
'reyun.com'
)
#
server.build_job('tkio_interface_test')
print
(
server
.
get_job_info
(
'tkio_interface_test'
))
'''
server = jenkins.Jenkins('http://127.0.0.1:8080', username='admin', password='reyun.com')
server.build_job('tkio_interface_test')
print(server.get_job_info('tkio_interface_test'))
'''
# 生产环境:
path
=
"/Users/zhaihuitao/PycharmProjects/TKIO/interfaceTest/config/setting/config.ini"
...
...
report/result.html
View file @
9777510a
This diff is collapsed.
Click to expand it.
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