Skip to content

Commit

Permalink
Update plugin/src/main/java/io/jenkins/plugins/casc/ConfigurationAsCo…
Browse files Browse the repository at this point in the history
…de.java

Co-authored-by: Kris Stern <krisstern@outlook.com>
  • Loading branch information
lakshmishreea122003 and krisstern committed Jan 31, 2023
1 parent cdace3d commit 50aa680
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,6 @@ private static void invokeWith(Mapping entries, ConfiguratorOperation function)
unknownKeys.add(key);
}
});

if (!unknownKeys.isEmpty()) {
LOGGER.log(Level.SEVERE, "No configurator for the following root elements: " + String.join(", ", unknownKeys));
throw new ConfiguratorException("Invalid Configuration. Please check your configuration and try again.");
Expand Down

0 comments on commit 50aa680

Please sign in to comment.