Hudson uses URL marker

I set up a hudson instance and created jobs. When creating the assembly, I was able to see this option "Run the assembly by accessing this URL + SecretTOKEN". Now I do not see this for any new jobs that I create. Am I missing any setup or configuration? The only change I made was to run the servlet container from Root to the regular user.

+3
source share
2 answers

In my Hudson (1.349), when creating a new task, there is an option for Build Triggers , called Trigger Builds Remoteally (for example, from scripts), which, when selected, allows you to enter an authentication token (which has a descriptive text from your question).

I do not know any system configuration that disables this. This does not seem to be a Hudson user rights issue if you have permission to create / edit tasks.

What appears in Build Triggers when creating a new task?

+3
source

I had the same issue with the missing Trigger Builds Remoteally option. The fix in my case was to enable security in the main Hudson configuration (you can do anything with any)

+2

Source: https://habr.com/ru/post/1737519/


All Articles