Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: Continuous Integration
-
Labels:None
-
Story Points:0.25
-
Epic Link:
-
Team:SQuaRE
Description
Files created on the docker volume mount should have ownership of jenkins-slave:jenkins-slave rather than centos:centos.
[root@jenkins-el7-4 infrastructure]# ls -la /home/jenkins-slave/workspace/sqre/infrastructure/update-cmirror/local_mirror/linux-64/_license-1.1-py27_0.tar.bz2 |
-rw-r--r-- 1 centos centos 195012 Jun 14 05:26 /home/jenkins-slave/workspace/sqre/infrastructure/update-cmirror/local_mirror/linux-64/_license-1.1-py27_0.tar.bz2 |
|
It appears that the file ownership was correctly fixed in
DM-11161. The errors were caused by an old workdir on el7-4 that had bad ownership.