Skip to content

Commit

Permalink
Add a log message to inform we will deprecate critical checks (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
asimell authored Jan 19, 2024
1 parent 63e17c1 commit f45e451
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/hudson/plugins/robot/RobotPublisher.java
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ public void perform(Run<?, ?> build, @Nonnull FilePath workspace, @Nonnull EnvVa
if (build.getResult() != Result.ABORTED) {
PrintStream logger = listener.getLogger();
logger.println(Messages.robot_publisher_started());
logger.println(Messages.robot_publisher_only_critical());
logger.println(Messages.robot_publisher_parsing());
RobotResult result;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ robot.publisher.finished=Done publishing Robot results.
robot.publisher.done= Done!
robot.publisher.fail= Failed!

robot.publisher.only_critical=INFO: Checking test criticality is deprecated and will be dropped in a future release!
robot.publisher.file_not_found=WARNING! Could not find file:

robot.config.percentvalidation=Entry must be percentage value between 0-100
Expand Down

0 comments on commit f45e451

Please sign in to comment.