User story: As a jenx user, I want to filter jobs, so that I can focus on the jobs that I am interested in.
As a concrete example, we have 46 jobs on one Jenkins server - for the web interface we have set up 11 'views' to group them for the users.
A regex pattern match would work for situations where jobs follow consistent naming conventions.
Alternatively for users with views configured, jenx could fetch the status information from the View API (/view/${view_name}/api/json where the view name(s) are configured in preferences)
User story: As a jenx user, I want to filter jobs, so that I can focus on the jobs that I am interested in.
As a concrete example, we have 46 jobs on one Jenkins server - for the web interface we have set up 11 'views' to group them for the users.
A regex pattern match would work for situations where jobs follow consistent naming conventions.
Alternatively for users with views configured, jenx could fetch the status information from the View API (/view/${view_name}/api/json where the view name(s) are configured in preferences)