I'm trying to configure Jenkins with Rundeck to run integration tests on Jenkins when Rundeck finishes a deployment job.
I've put webhook url to rundeck job definition, as it specified in docs
(https://jenkins-url/plugin/rundeck/webhook/
)
but it doesn't work because Jenkins requires authentication.
Putting credentials to the url in form userId:password
, userName:password
or userId:apiToken
doesn't help.
Any ideas on how to
- disable authentication for particular url or
- enable url http auth (basic auth) or
- make Rundeck plugin exposing url correctly so it will not require authentication (as it works with github plugin)?