From: MatthewLi Date: Wed, 29 Mar 2017 09:14:16 +0000 (-0400) Subject: dovetail: fix wipe workspace error X-Git-Tag: danube.1.0~38^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=f1105963ff4c410227f48845923c24291f8cb6d8;hp=f1105963ff4c410227f48845923c24291f8cb6d8;p=releng.git dovetail: fix wipe workspace error JIRA: DOVETAIL-377 workspace wipe clean error log https://build.opnfv.org/ci/job/dovetail-compass-virtual-debug-master/365/console this is caused of wrong permissions with files under $WORKSPACE seems the former method in dovetail-run not take effects(log into host, it's still root:root, not $USER:$USER_GROUP) use global fix workspace permission in wrapper to replace former method Change-Id: I6ceaaf630590666f3b3db5f2628334879df2b8fb Signed-off-by: MatthewLi ---