Fabian Deutsch has posted comments on this change. Change subject: jenkins: Redirect stderr and -out to the same file ......................................................................
Patch Set 1: (1 comment) http://gerrit.ovirt.org/#/c/27423/1/jenkins.sh File jenkins.sh: Line 101: --with-build-number="${custom_build_number}" Line 102: ## add the repo-creator to the path Line 103: PATH="$PATH:${recipes_dir}/../../sbin" Line 104: sudo -E env PATH=$PATH make BUILD_TYPE="$BUILD_TYPE" iso publish \ Line 105: 1>make-iso-publish.stdout.stderr 2>&1 > I think that make-iso-publish.log fits better True Line 106: ## restore any file permissions Line 107: sudo -E chown -R $USER:$USER . Line 108: } Line 109: -- To view, visit http://gerrit.ovirt.org/27423 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: If5f7c893f318949a885bcb32fce1e15d531e6af4 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node-iso Gerrit-Branch: master Gerrit-Owner: Fabian Deutsch <[email protected]> Gerrit-Reviewer: David Caro <[email protected]> Gerrit-Reviewer: Fabian Deutsch <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-HasComments: Yes _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
