2018-09-26 18:11:53 +02:00
|
|
|
#!/usr/bin/env python3
|
|
|
|
|
2018-09-26 18:40:52 +02:00
|
|
|
# Path to jenkins-cli.jar
|
|
|
|
jarpath = '/var/cache/jenkins/war/WEB-INF/jenkins-cli.jar'
|
|
|
|
|
2018-09-26 18:11:53 +02:00
|
|
|
# Physical path to where jobs are held
|
|
|
|
jobpath = '/srv/toaster'
|