Commits were merged into target branch
-
3 months ago3 months ago
-
-
| Submitter | Robin Shen |
| Target | main |
| Source | issue-2801-pause-not-working-win-agent |
Merge Strategy
Create Merge Commit
Fixes OD-2801.
The
pausestep failed on Windows agents when OneDev was installed under a path containing spaces (e.g.C:\Program Files\OneDev), becausepause.batwas invoked without quoting the full path.This change quotes the batch file path in the agent and bumps the bundled agent to 3.0.10 so k8s-helper picks up the fix.