You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fails to create a job when the HTTPS certificate is expired it doesn't print any output. But it should. Also I'm unsure whether it correctly sets a failure exit return value.
The same happens when running many jenkins-job-trigger after another, at some point Jenkins doesn't register the jobs and again this failure is silent.
After looking at #2679 it seems to me from the logs that when
automation/scripts/jenkins/jenkins-job-trigger
Line 63 in acc5e2a
The request is made around here: https://github.com/openstack/python-jenkins/blob/1.2.1/jenkins/__init__.py#L543
I would expect an SSLError exception or something to be printed.
The text was updated successfully, but these errors were encountered: