Ryan Barry has uploaded a new change for review. Change subject: Save ovirt-node-tools to be exported for other jobs ......................................................................
Save ovirt-node-tools to be exported for other jobs ovirt-node-tools is necessary for child-jobs to run edit-node. We should export it. Change-Id: I58e45866a3cdb06063250a1d98e7c329e24550c0 Signed-off-by: Ryan Barry <[email protected]> --- M jenkins.sh 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node-iso refs/changes/63/27163/1 diff --git a/jenkins.sh b/jenkins.sh index 83e73ac..c98a5f4 100755 --- a/jenkins.sh +++ b/jenkins.sh @@ -195,6 +195,7 @@ "$WORKSPACE"/manifest* "$WORKSPACE"/ovirt-node-iso.mini-manifest.txt "$WORKSPACE"/*log + "$WORKSPACE"/rpmbuild/RPMS/noarch/ovirt-node-tools*rpm ) mv "${to_archive[@]}" "$dst_dir" } -- To view, visit http://gerrit.ovirt.org/27163 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I58e45866a3cdb06063250a1d98e7c329e24550c0 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node-iso Gerrit-Branch: master Gerrit-Owner: Ryan Barry <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
