Hudson project without user interface

Can I customize, create / update an existing project in Hudson without using its user interface?
Can I change the configuration file or another mean?

+3
source share
1 answer

The Remote Access API page indicates that you create / copy with it.

The remote access API is offered in REST style.
That is, there is no single entry point for all functions, and instead they are available under the URL , where " " is the data it affects. .../api/...

, Hudson http://deadlock.netbeans.org/hudson/, http://deadlock.netbeans.org/hudson/api/ HTML- , .

/api :

, config.xml URL name=JOBNAME.
200, , 4xx/5xx, .
config.xml - , , /server/path/to/your/hudson/home.

+11

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


All Articles