Skip to content

C++ template for Jenkins is broken (depending on configuration) #10620

@dfuchss

Description

@dfuchss

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:

Image

Followed by

Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    buglecturePull requests that affect the corresponding moduleprogrammingPull requests that affect the corresponding module

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions