Compare commits

..

1 Commits

Author SHA1 Message Date
parazyd f3290cb905
Use jenkins-cli.jar instead of the web. 2018-09-26 18:43:13 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ def add_job(jobname):
creds = '%s:%s' % (jenkins_user, jenkins_pass)
clijob = run(['java', '-jar', jarpath, '-s', jenkins_host, '-auth', creds,
'create-job', jobname], shell=True, input=sdk_job.encode())
'create-job', jobname], shell=True, input=sdk_job)
return clijob