Closed raychinov closed 9 months ago
So if you leave the token-field empty in the plugin configuration, and keep a token-value in Trigger builds remotely
, it should work if you supply the token-value from Trigger builds remotely
.
The first version of this plugin did not have its own token
-field. It was added in #63 in 2018, perhaps it is time to simplify this code and just rely on the token-field from this plugin.
Support for BuildAuthorizationToken
is dropped now in 2.0.0
. The token used by this plugin now must be configured in the plugin config.
When I enable Trigger builds remotely (e.g., from scripts) configuration in a Pipeline Jenkins job, Jenkins responses with
HTTP 404
and:With no other changes, when disable the Trigger builds remotely config, the webhook trigger works as expected.