8000 I buy a 3k screen so that Checkstyle can complain I am using more tha… · github-cloud/github-plugin@7a16460 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7a16460

Browse files
committed
I buy a 3k screen so that Checkstyle can complain I am using more than the leftmost third of it?
1 parent 2b2b1b9 commit 7a16460

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/com/cloudbees/jenkins/GitHubPushTrigger.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ public void run() {
116116
cause = new GitHubPushCause(pushBy);
117117
}
118118
if (asParameterizedJobMixIn(job).scheduleBuild(cause)) {
119-
LOGGER.info("SCM changes detected in " + job.getFullName() + ". Triggering #" + job.getNextBuildNumber());
119+
LOGGER.info("SCM changes detected in " + job.getFullName()
120+
+ ". Triggering #" + job.getNextBuildNumber());
120121
} else {
121122
LOGGER.info("SCM changes detected in " + job.getFullName() + ". Job is already in the queue");
122123
}

0 commit comments

Comments
 (0)
0