Attempting to sync into a workspace that contains '@' in the path fails:
p4 client -i
Error in client specification.
Embedded special characters (*, %%, #, @) not allowed in 'd:\jenkins\workspace\workflow_test_parallel@2'.
This is particularly an issue for workflow-plugin as it tends to append '@' to workspace paths such as the path used by the 'Store DSL script in SCM' ('@script'), and the second and later workspaces for a particular build script on a node ('@2', '@3', ...)
[JENKINS-29387] Cannot sync into workspaces with '@' in their path
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Workflow | Original: JNJira [ 164261 ] | New: JNJira + In-Review [ 208994 ] |
Labels | Original: workflow | New: pipeline workflow |
Labels | Original: pipeline workflow | New: pipeline |
Somewhat related:
JENKINS-25242. Same issue with "@" in the path.