You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: git-changelist-maven-extension/src/main/java/io/jenkins/tools/incrementals/git_changelist_maven_extension/Main.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -148,7 +148,7 @@ public void afterSessionStart(MavenSession session) throws MavenExecutionExcepti
148
148
} else {
149
149
StringjobName = System.getenv("JOB_NAME");
150
150
if (jobName == null) {
151
-
log.info("CHANGE_FORK set but incomplete with JOB_NAME");
151
+
log.info("CHANGE_FORK set but incomplete without JOB_NAME");
0 commit comments