Ritesh M Nayak
Ritesh M Nayak

Reputation: 8043

Hudson build on URL token

I configured a hudson instance and have created jobs. While creating builds, I was able to see this option "Trigger the build by accessing this URL + SecretTOKEN" option. Now, I am unable to see that for any new jobs I create. Am I missing some setting or a configuration? The only change I made was running the servlet container from Root to a regular user.

Upvotes: 3

Views: 2344

Answers (2)

Johan Lübcke
Johan Lübcke

Reputation: 20234

I had the same problem with the missing Trigger Builds Remotely option. The fix in my case was to enable security in the main Hudson configuration (with Anyone can do anything selected)

Upvotes: 2

Dave Bacher
Dave Bacher

Reputation: 15972

In my Hudson (1.349) when creating a new job, there's an option under Build Triggers called Trigger Builds Remotely (e.g. from scripts), which when selected allows you to enter an Authentication Token (which has the descriptive text from your question).

I'm not aware of any system configuration that disables this. It doesn't sound like a Hudson user permissions problem if you can have permissions to create/edit jobs.

What appears under Build Triggers when you create a new job?

Upvotes: 3

Related Questions