Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 537346
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/jenkinsapi_tests/systests/__init__.py        2015-01-27 14:14:43.632779039 +0100
0
++ b/jenkinsapi_tests/systests/__init__.py      2015-01-27 15:08:52.521438293 +0100
Lines 11-17 Link Here
11
11
12
def setUpPackage():
12
def setUpPackage():
13
    systests_dir, _ = os.path.split(__file__)
13
    systests_dir, _ = os.path.split(__file__)
14
    war_path = os.path.join(systests_dir, 'jenkins.war')
14
    war_path = os.path.join('/opt/jenkins', 'jenkins.war')
15
    state['launcher'] = JenkinsLancher(war_path, PLUGIN_DEPENDENCIES,
15
    state['launcher'] = JenkinsLancher(war_path, PLUGIN_DEPENDENCIES,
16
                                       jenkins_url=os.getenv('JENKINS_URL', None))
16
                                       jenkins_url=os.getenv('JENKINS_URL', None))
17
    state['launcher'].start()
17
    state['launcher'].start()

Return to bug 537346