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
What kind of cause leads to this error? I mean, the response code is 200/201, but the build hasn't been triggered in fact.
The text was updated successfully, but these errors were encountered:
ShenSteve
changed the title
Invoke BuildJob but raised "Don't have key Location in response of header"
Invoked BuildJob but raised "Don't have key Location in response of header"
Aug 5, 2021
Hi @ShenSteve
I got the same issue and solved by corrected my job name with the folder path(multibranch job).
wrong job name: testJob
correct job name: testJob/job/develop/
using release v1.0.1,
API response status code is 200 or 201, but no location in response header, the build hasn't been triggered on Jenkins.
errors.New("Don't have key "Location" in response of header")
What kind of cause leads to this error? I mean, the response code is 200/201, but the build hasn't been triggered in fact.
The text was updated successfully, but these errors were encountered: