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 24 forks source link

Pipeline compatibility #7

Closed dcendents closed 7 years ago

dcendents commented 7 years ago

Hi,

I've updated the plugin to use only Job and Run interfaces instead of AbstractProject and AbstractBuild. This makes it compatible with pipeline projects.

Since the plugin was not using specific methods to these abstract classes it was a simple search and replace operation and it does not break any functionality.

Cheers

taksan commented 7 years ago

That's great. I'll release a new version with this, thanks!