jenkinsci / categorized-view-plugin

This is a plugin to create a new view named Categorized Jobs View, where jobs are grouped dynamically by regular expressions
https://plugins.jenkins.io/categorized-view/
GNU General Public License v3.0
11 stars 23 forks source link

Is it possible to create a categorization via CLI or REST? #13

Closed Saint762 closed 6 years ago

Saint762 commented 6 years ago

I have a automation script in python for creating jobs, but I have to do categorization manually via GUI. Is there anyway I could do this automatically?

Thanks.

Saint762 commented 6 years ago

If anyone is interested, this is how I did it:

https://issues.jenkins-ci.org/browse/JENKINS-8927

Solution is in the comments