-
Bug
-
Resolution: Fixed
-
Minor
https://github.com/jenkinsci/jenkinsfile-runner/blob/master/Jenkinsfile uses agents with the `docker` label. These agents are permanent agents which do not automatically cleanup workspaces or orchestrate parallel runs. If multiple runs are executed in parallel, it may lead to various workspace collisions.
Acceptance criteria:
- Jenkinsfile is updated to prevent collision of workspaces in parallel builds
- Jenkinsfile automatically cleanups workspaces when the build succeeds or fails during the execution... for all stages utilizing the node
- links to
[JENKINS-56632] Jenkinsfile Runner CI Pipeline is unstable
Description |
Original:
[https://github.com/jenkinsci/jenkinsfile-runner/blob/master/Jenkinsfile] uses agents with the `docker` label. These agents are permanent agents which do not automatically cleanup workspaces or orchestrate parallel runs. If multiple runs are executed in parallel, it may lead to various workspace collisions. |
New:
[https://github.com/jenkinsci/jenkinsfile-runner/blob/master/Jenkinsfile] uses agents with the `docker` label. These agents are permanent agents which do not automatically cleanup workspaces or orchestrate parallel runs. If multiple runs are executed in parallel, it may lead to various workspace collisions. Acceptance criteria: * Jenkinsfile is updated to prevent collision of workspaces in parallel builds * Jenkinsfile automatically cleanups workspaces when the build succeeds or fails during the execution... for all stages utilizing the node |
Assignee | New: Francisco Fernández [ fcojfernandez ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Link | New: This issue is blocked by INFRA-2057 [ INFRA-2057 ] |
Labels | Original: ci.jenkins.io | New: ci.jenkins.io triaged |
Remote Link | New: This issue links to "PR#101 (Web Link)" [ 22527 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |