-
Notifications
You must be signed in to change notification settings - Fork 357
Open
Labels
buglecturePull requests that affect the corresponding modulePull requests that affect the corresponding moduleprogrammingPull requests that affect the corresponding modulePull requests that affect the corresponding module
Description
Describe the bug
Similar to #2778 we see that the C++ container has issues depending on the docker + jenkins configuration as jenkins is running the containers using the user id of the jenkins user (on a worker node) by default:
Followed by
Resolution
You can simply add -u 0:0 to the docker flags in the build plan
To Reproduce
Configure Jenkins workers not to run in a container.
Expected behavior
The C++ template should work
Screenshots
No response
Which version of Artemis are you seeing the problem on?
8.0.0
What browsers are you seeing the problem on?
Other (specify in "Additional context")
Additional context
No response
Relevant log output
angatha and marcelauer
Metadata
Metadata
Assignees
Labels
buglecturePull requests that affect the corresponding modulePull requests that affect the corresponding moduleprogrammingPull requests that affect the corresponding modulePull requests that affect the corresponding module

