Skip to content

Commit

Permalink
Ignore stage graph output while checking out (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
XiongKezhi authored Feb 7, 2021
1 parent 4fd868c commit 57bb131
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public void onCheckout(final Run<?, ?> run, final SCM scm, final FilePath worksp
final TaskListener listener, @CheckForNull final File changelogFile,
@CheckForNull final SCMRevisionState pollingBaseline) {
getChecksName(run).ifPresent(checksName -> publish(ChecksPublisherFactory.fromRun(run, listener),
ChecksStatus.IN_PROGRESS, ChecksConclusion.NONE, checksName, getOutput(run)));
ChecksStatus.IN_PROGRESS, ChecksConclusion.NONE, checksName, null));
}
}

Expand Down

0 comments on commit 57bb131

Please sign in to comment.