On Tue, Feb 9, 2021 at 4:30 PM Magnus Bäck <[email protected]> wrote:

> @RequirePOST @WebMethod(name = "") public void doBuildWithEiffelLinks(...)
> { ... }
>

Drop the `@WebMethod` and just use `doIndex`.

Is there a way to attach the webmethod to the root of the item or do I have
> to live with the trailing slash or use a URL like
> $JOB_URL/eiffel/buildWithLinks?
>

 You need to use either the `buildWithEiffelLinks/` or
`eiffel/buildWithLinks` style.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr3LdmF8Vzza9kDzb9vPhZHn06yN0mPWACXrCYgThgGKJQ%40mail.gmail.com.

Reply via email to