-
Improvement
-
Resolution: Unresolved
-
Blocker
-
None
-
Jenkins 2.387.1 JCasC based on jenkins/jenkins:lts-jdk17
Hi!
I try exact the same steps as defined in the documentation.
- Configured the token on my multibranch pipeline:
- Test with curl with both described calls:
curl -POST "http://localhost:8080/jenkins/multibranch-webhook-trigger/invoke?token=my-token"
curl -POST -H "token: my-token" "http://localhost:8080/jenkins/multibranch-webhook-trigger/invoke"
- Both calls gives the error:
Authentication required
Best regards
Torsten