Skip to content
This repository was archived by the owner on Jan 17, 2024. It is now read-only.
This repository was archived by the owner on Jan 17, 2024. It is now read-only.

[BUG] /tmp is shared between jobs #35

@raydouglass

Description

@raydouglass

Since Jenkins stores the shell scripts to execute in /tmp, that directory is mounted in the container.

This can cause subtle bugs if multiple Matrix job combinations are running on the same node and all writing to /tmp.

Ideally, only the script(s) that need to executed should be mounted into the container. But I'm not sure if its possible to identify that information.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions