opendevstack / ods-quickstarters

Contains project quickstarters (boilerplates) for Nginx, Go, Java (Spring Boot), Python (Flask), Rust (Axum), Scala (Play), TypeScript (Express), Angular, Ionic, Jupyter, RShiny - all including CI/CD integration & Jenkins build agents
Apache License 2.0
26 stars 39 forks source link

add chmod X permissions to group in $HOME to jenkins agent #1002

Closed matzehecht closed 5 months ago

matzehecht commented 5 months ago

this fixes the issue that the user used during pipeline run cannot access the child directories created the image build in jenkins-agent-nodejs20. See https://github.com/opendevstack/ods-quickstarters/issues/1001

Adds X group permissions to $HOME for jenkins-agent-nodejs20

Closes #1001 Fixes #1001

braisvq1996 commented 5 months ago

@matzehecht we will add this in the next release