Unverified Commit 4d3f3c33 authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

reproducible debian: worker.sh: also include the timestamp in the error log

parent e7cde572
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ common_init "$@"
notify_log_of_failure() {
	tee -a /var/log/jenkins/reproducible-builder-errors.log <<-END

		$WORKER_NAME/$BUILD_ID exited with an error.  Return code: $RETCODE
		$(date -u) - $WORKER_NAME/$BUILD_ID exited with an error.  Return code: $RETCODE
		Check out the log at $BUILD_URL

		END