Skip to content

Commit b4a94aa

Browse files
proskijakub-bochenski
authored andcommitted
StashPullRequestsBuilder: Fix compile error, "project" should be "job" now
1 parent 74fd53a commit b4a94aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/stashpullrequestbuilder/stashpullrequestbuilder/StashPullRequestsBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public StashPullRequestsBuilder(@Nonnull Job<?, ?> job, @Nonnull StashBuildTrigg
2424
}
2525

2626
public void run() {
27-
logger.info(format("Build Start (%s).", project.getName()));
27+
logger.info(format("Build Start (%s).", job.getName()));
2828
Collection<StashPullRequestResponseValue> targetPullRequests =
2929
this.repository.getTargetPullRequests();
3030
this.repository.addFutureBuildTasks(targetPullRequests);

0 commit comments

Comments
 (0)