Log Successful Arc Patch
Notify the build log when a patch has been applied without issues.
This commit is contained in:
parent
51b9c105aa
commit
6a16a01e93
1 changed files with 4 additions and 0 deletions
|
@ -98,6 +98,10 @@ public class AgentBuildExtension extends AgentLifeCycleAdapter {
|
||||||
|
|
||||||
if (patchCode > 0) {
|
if (patchCode > 0) {
|
||||||
runningBuild.stopBuild("Patch failed to apply. Check the agent output log for patch failure detals.");
|
runningBuild.stopBuild("Patch failed to apply. Check the agent output log for patch failure detals.");
|
||||||
}
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
buildLogger.message(String.format(OUTPUT_PREFIX, "Patch completed"));
|
||||||
|
agentLogLogger.info("Patch completed");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue