-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add chmod g=rwx $HOME to jenkins agent (#945) #946
add chmod g=rwx $HOME to jenkins agent (#945) #946
Conversation
this fixes the issue that the user used during pipeline run cannot access the child direcories created the image build
For potential consideration:
|
You are right. Changed it. |
@matzehecht is this PR also related to opendevstack/ods-jenkins-shared-library#1028 ? |
No. Those are completely separate issues. As stated in the description: This PR solves the issue #945. In the description of the issue I posted a very detailed the description, which should make the difference clear. |
this fixes the issue that the user used during pipeline run cannot access the child direcories created the image build. See #945
Adds/Switches to
g=rwx
for affected jenkins-agentsCloses #945
Fixes #945