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
{{ message }}
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.
In Harbormaster, step 7, the required url is given as https://ci.example.com/buildByToken/buildWithParameters?job=test-example&DIFF_ID=${buildable.diff}&PHID=${target.phid}
when it should be https://ci.example.com/job/test-example/buildWithParameters?DIFF_ID=${buildable.diff}&PHID=${target.phid}
This is when using both Jenkins v.1.609.2 and v.2.60. calling /buildByToken/buildWithParameters gives a 404.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In Harbormaster, step 7, the required url is given as
https://ci.example.com/buildByToken/buildWithParameters?job=test-example&DIFF_ID=${buildable.diff}&PHID=${target.phid}
when it should be
https://ci.example.com/job/test-example/buildWithParameters?DIFF_ID=${buildable.diff}&PHID=${target.phid}
This is when using both Jenkins v.1.609.2 and v.2.60. calling /buildByToken/buildWithParameters gives a 404.
The text was updated successfully, but these errors were encountered: