Reputation: 5729
Can I create Hudson jobs from the command line?? If yes, can views be created the same way??
Upvotes: 0
Views: 2207
Reputation: 16305
You can always create the xml file for the job. The location will be a new folder in the jobs directory. Than you only need to trigger a reload of the config. It should be similar for the views.
Upvotes: 0
Reputation: 1323293
You can try the Hudson Remote API, which include an API to create Jobs.
Upvotes: 2