Skip to content
This repository was archived by the owner on Nov 7, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,8 @@ public boolean perform(AbstractBuild build, Launcher launcher, BuildListener lis
//Have to form the string ourselves, as we might not get a response from non-parameterized builds
String jobURL = remoteServerURL + "/job/" + this.encodeValue(job) + "/";

listener.getLogger().println("Triggering " + jobURL + Integer.toString(nextBuildNumber));

// This is only for Debug
// This output whether there is another job running on the remote host that this job had conflicted with.
// The first condition is what is expected, The second is what would happen if two jobs launched jobs at the
Expand Down