Add additional logging for docs publishing

This commit is contained in:
Oleg Zhurakousky
2020-07-20 15:36:25 +02:00
parent 3f48643059
commit 5ee85187bf

View File

@@ -191,7 +191,7 @@ public class ProjectCommandExecutor {
try {
String providedCommand = new CommandPicker(properties)
.publishDocsCommand(originalVersion);
log.info("Executing command(s) for publishing docs " + providedCommand);
log.info("Executing command(s) for publishing docs " + providedCommand + " / " + properties);
String[] providedCommands = StringUtils
.delimitedListToStringArray(providedCommand, "&&");
for (String command : providedCommands) {