From c0362512b35390aedd7dc369b49b0b0122223e2f Mon Sep 17 00:00:00 2001 From: Yang Yu Date: Thu, 14 Sep 2017 11:33:14 +0800 Subject: [PATCH] bug-fix: fix privilege error for removing workspace JIRA: BOTTLENECK-196 Details refer to: https://build.opnfv.org/ci/view/bottlenecks/ job/bottlenecks-compass-posca_stress_ping-virtual-daily-master/ 41/consoleFull Change-Id: Ia973bab723e2b52a34f4332a5dbcff7c342720d7 Signed-off-by: Yang Yu --- jjb/bottlenecks/bottlenecks-ci-jobs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/bottlenecks/bottlenecks-ci-jobs.yml b/jjb/bottlenecks/bottlenecks-ci-jobs.yml index e7878f883..74e07b018 100644 --- a/jjb/bottlenecks/bottlenecks-ci-jobs.yml +++ b/jjb/bottlenecks/bottlenecks-ci-jobs.yml @@ -158,7 +158,7 @@ set -o pipefail # delete everything that is in $WORKSPACE - /bin/rm -rf $WORKSPACE + sudo rm -rf $WORKSPACE #################### # parameter macros -- 2.16.6