-
Bug
-
Resolution: Not A Defect
-
Blocker
-
None
*strong text*When choosing in build setting the option Execute concurrent builds if necessary, if a build is executed while another build is running, the second workspace created as workspace@2.
The use of '@' character is not so good as it is sometimes used as a meta-character in scripts.
For example, I had a problem when my script was trying to run sqlplus command where @ is used.
Consider changing '@' character with '_' or simply just using workspace2 with no character in between.
- is duplicated by
-
JENKINS-4791 Concurrent Build Notation Not Friendly with SVN
- Resolved
-
JENKINS-14354 Concurrent build jobs use BAD naming convention for workspaces
- Resolved
- is related to
-
JENKINS-41021 Not possible to change hudson.slaves.WorkspaceList in runtime
- Open