Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hudson - missing Trigger builds remotely option

I'm trying to set post commit build on Hudson but I can't enable Trigger builds remotely (e.g., from scripts) option in Hudson.

I have installed lots of plugins, google it for a while but all without success. This problem is kind of solved in (http://stackoverflow.com/questions/2469831/hudson-build-on-url-token) but this doesn't work for me either.

My version of Hudson is Hudson ver. 1.378.

bets

like image 655
Sobis Avatar asked Nov 26 '10 13:11

Sobis


2 Answers

If security isn't enabled on the Jenkins instance, then the option is not available.

But that's because you can do: http://jenkinsserver:8080/job/TestJob/build?delay=0sec

like image 70
Chris Avatar answered Sep 30 '22 17:09

Chris


I am on Hudson 1.381 and I have this option under Build Triggers. So tell us more about you configuration. Do you have security enabled (on Hudson, not job level)? Did you check the log file?

like image 38
Peter Schuetze Avatar answered Sep 30 '22 17:09

Peter Schuetze