Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 395012 Details for
Bug 537346
dev-python/jenkinsapi - A Python API for accessing resources on a Jenkins continuous-integration server
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
use_local_jenkins_war.patch
use_local_jenkins_war.patch (text/plain), 564 bytes, created by
Tomáš Mózes
on 2015-01-27 14:43:14 UTC
(
hide
)
Description:
use_local_jenkins_war.patch
Filename:
MIME Type:
Creator:
Tomáš Mózes
Created:
2015-01-27 14:43:14 UTC
Size:
564 bytes
patch
obsolete
>--- a/jenkinsapi_tests/systests/__init__.py 2015-01-27 14:14:43.632779039 +0100 >+++ b/jenkinsapi_tests/systests/__init__.py 2015-01-27 15:08:52.521438293 +0100 >@@ -11,7 +11,7 @@ > > def setUpPackage(): > systests_dir, _ = os.path.split(__file__) >- war_path = os.path.join(systests_dir, 'jenkins.war') >+ war_path = os.path.join('/opt/jenkins', 'jenkins.war') > state['launcher'] = JenkinsLancher(war_path, PLUGIN_DEPENDENCIES, > jenkins_url=os.getenv('JENKINS_URL', None)) > state['launcher'].start()
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 537346
:
394698
|
394984
|
395008
|
395010
| 395012 |
395014