Skip to content

Commit 0123d07

Browse files
authored
Nexus garbage collector: Redirect both stderr and stdout to report.txt
1 parent 81ad704 commit 0123d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/jjb/maintenance.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
-e NEXUS_USER=$NEXUS_USER \
163163
-e NEXUS_PASSWORD=$NEXUS_PASSWORD \
164164
-e RUST_LOG=info \
165-
docker.stackable.tech/tools/nexus-garbage-collector:latest > report.txt
165+
docker.stackable.tech/tools/nexus-garbage-collector:latest &> report.txt
166166
report_exit_code=$?
167167

168168
exit $report_exit_code

0 commit comments

Comments
 (0)