Jobs fail if they are allowed to run concurrent if svn commands are used in the build steps like shell/windows batch.
Reason is the "@" appended to the workspace name which indicates svn pegging.
All jobs running in "workspace" succeed all jobs running in "workspace@2" and upwards fail with the message "is not a working copy"
- duplicates
-
JENKINS-11519 When chosing "Execute concurrent builds if necessary" extra workspaces created should use a different character than '@'
-
- Resolved
-
[JENKINS-14354] Concurrent build jobs use BAD naming convention for workspaces
Resolution | New: Won't Fix [ 2 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Link |
New:
This issue duplicates |
Workflow | Original: JNJira [ 144986 ] | New: JNJira + In-Review [ 191292 ] |
You can override the separator by specifying the system property "hudson.slaves.WorkspaceList". For example, -Dhudson.slaves.WorkspaceList=_