diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2017-03-29 05:14:16 -0400 |
---|---|---|
committer | MatthewLi <matthew.lijun@huawei.com> | 2017-03-29 05:47:44 -0400 |
commit | f1105963ff4c410227f48845923c24291f8cb6d8 (patch) | |
tree | 97eda08906c99e58d72f59e554608a5e652994ca /jjb/dovetail/dovetail-weekly-jobs.yml | |
parent | 2f14f91f142709b4ec2c91f78a99ecdbe896046d (diff) |
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 <matthew.lijun@huawei.com>
Diffstat (limited to 'jjb/dovetail/dovetail-weekly-jobs.yml')
-rw-r--r-- | jjb/dovetail/dovetail-weekly-jobs.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jjb/dovetail/dovetail-weekly-jobs.yml b/jjb/dovetail/dovetail-weekly-jobs.yml index 8edce4246..7b3ede902 100644 --- a/jjb/dovetail/dovetail-weekly-jobs.yml +++ b/jjb/dovetail/dovetail-weekly-jobs.yml @@ -114,6 +114,9 @@ - 'dovetail-cleanup' - 'dovetail-run' + wrappers: + - fix-workspace-permissions + publishers: - archive: artifacts: 'results/**/*' |