Signed-off-by: Jason Dillaman <dillaman@redhat.com>
echo Check the status of the repo at: https://shaman.ceph.com/api/repos/${chacra_repo_endpoint}/
fi
+# pbuilder will leave root-owned files in shared workspaces
+sudo chown -R jenkins-build ${WORKSPACE}/dist
+
# update shaman with the completed build status
update_build_status "completed" "ceph" $NORMAL_DISTRO $NORMAL_DISTRO_VERSION $NORMAL_ARCH
builders:
- shell: |
echo "Cleaning up top-level workarea (shared among workspaces)"
- rm -rf dist
+ sudo rm -rf dist
rm -rf venv
rm -rf release
- copyartifact: