guyuqi commented on PR #1097:
URL: https://github.com/apache/bigtop/pull/1097#issuecomment-1498399508

   > I granted permissions because the jenkins in the container did not have 
permission to access the /ws directory. 
   
   
   May I ask why the `jenkins` did not have permission to access the `/ws` 
directory?
   Did you login as `root ` user in your development host?
   
   
   Just re-run the typical build command (normal user not `root`) in a new node:
   ```
   docker run --rm -u jenkins -v `pwd`:/ws --workdir /ws 
bigtop/slaves:3.2.0-centos-7 bash -c '. /etc/profile.d/bigtop.sh; ./gradlew 
allclean ranger-pkg'
   ```
   No issue occurs.
   Could you please have a try again with the typical build command above?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to