From 83f279d8e11c214bebb3896470b5e0a5f59ffffd Mon Sep 17 00:00:00 2001 From: Arthur Ramsey <54082931+c42-arthur@users.noreply.github.com> Date: Sun, 13 Aug 2023 16:09:02 -0500 Subject: [PATCH] Apply spotless (#45) --- .../pipelinekt/internal/step/scripted/CommitMessageBasedSkip.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/src/main/kotlin/com/code42/jenkins/pipelinekt/internal/step/scripted/CommitMessageBasedSkip.kt b/internal/src/main/kotlin/com/code42/jenkins/pipelinekt/internal/step/scripted/CommitMessageBasedSkip.kt index a53c5f9..ab51611 100644 --- a/internal/src/main/kotlin/com/code42/jenkins/pipelinekt/internal/step/scripted/CommitMessageBasedSkip.kt +++ b/internal/src/main/kotlin/com/code42/jenkins/pipelinekt/internal/step/scripted/CommitMessageBasedSkip.kt @@ -6,7 +6,7 @@ import com.code42.jenkins.pipelinekt.core.writer.GroovyWriter /** * Use this to abort a job based on a regex pattern match in the latest commit message. - * + * * This requires approval of the following signature which isn't normally allowed in the Groovy sandbox. * new org.jenkinsci.plugins.workflow.steps.FlowInterruptedException hudson.model.Result jenkins.model.CauseOfInterruption[] */