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

Simplify JSON parsing #57

Closed basil closed 4 months ago

basil commented 4 months ago

Now that Prototype.js has been removed in 2.426.x, we can remove the no-longer needed Object.toJSON workaround.

Testing done

mvn clean verify -DskipTests