Hudson - missing Trigger builds remotely option
Asked Answered
G

2

9

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 (https://mcmap.net/q/1314415/-hudson-build-on-url-token) but this doesn't work for me either.

My version of Hudson is Hudson ver. 1.378.

bets

Guidry answered 26/11, 2010 at 13:36 Comment(0)
O
9

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

Ovum answered 25/2, 2013 at 21:33 Comment(0)
S
5

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?

Swinish answered 30/11, 2010 at 22:6 Comment(1)
It seems that you are on the right track - if you don't enable any security, then you can start the jobs without a token, and the option never appears. If you enable security, you then get the option.Kathyrnkati

© 2022 - 2024 — McMap. All rights reserved.