Commit 737a5617 authored by Mike Rapoport's avatar Mike Rapoport Committed by Andrei Vagin

jenkins: criu-lib: add BUILD_NUMBER to the archive filename

Signed-off-by: 's avatarMike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent 1a79b4d6
......@@ -36,7 +36,7 @@ function fail()
uname -a
ps axf > ps.log
cat /sys/kernel/debug/tracing/trace > trace.log
tar -czf /home/`basename $0`-${GIT_COMMIT}-$(date +%m%d%H%M).tar.gz .
tar -czf /home/`basename $0`-${BUILD_NUMBER}-${GIT_COMMIT}-$(date +%m%d%H%M).tar.gz .
tar -czf report.tar.gz -C test/ report
exit 1
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment