Minor update: I would be totally fine making a 'builder' user with read
access and then just authenticating in the URL, something like:

wget http://username:passw...@host.com:8080/job/test/build?token=build

... but that doesn't appear to work. That solution seems so close to what I
want; does anyone see something blatantly incorrect with the
username:password credentials passed in the URL like that? My main goal
here is just to get builds triggering without allowing any random person to
read my Jenkins stuff.

On Mon, Apr 2, 2012 at 2:26 PM, Anogar <ryanrag...@gmail.com> wrote:

> Is there a way to allow anonymous users to trigger builds but NOT view
> the project? I just want something like the following to work:
>
> wget http://host.com:8080/job/test/build?token=build
>
> ... and it works just fine as long as the "Anonymous" user has
> permissions for both overall/read and job/read. Is there a way to make
> it so that all anonymous users see is the login box but remote
> services can still trigger builds?

Reply via email to