Skip to content

Commit

Permalink
Skip SkipUIHelperPlugins (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Feb 7, 2023
1 parent 99ba2aa commit 7011663
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 49 deletions.
5 changes: 0 additions & 5 deletions src/main/java/org/jenkins/tools/test/PluginCompatTester.java
Original file line number Diff line number Diff line change
Expand Up @@ -265,12 +265,7 @@ private void testPluginAgainst(
beforeCheckout.put("pomData", pomData);
beforeCheckout.put("config", config);
beforeCheckout.put("runCheckout", true);
beforeCheckout.put("skipPlugin", false);
beforeCheckout = pcth.runBeforeCheckout(beforeCheckout);
if ((boolean) beforeCheckout.get("skipPlugin")) {
LOGGER.log(Level.WARNING, "Skipping plugin {0}", plugin.name);
return;
}

if ((boolean) beforeCheckout.get("runCheckout")) {
if (beforeCheckout.get("checkoutDir") != null) {
Expand Down
44 changes: 0 additions & 44 deletions src/main/java/org/jenkins/tools/test/hook/SkipUIHelperPlugins.java

This file was deleted.

0 comments on commit 7011663

Please sign in to comment.