-
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
-
[JENKINS-11519] When chosing "Execute concurrent builds if necessary" extra workspaces created should use a different character than '@'
Priority | Original: Minor [ 4 ] | New: Major [ 3 ] |
Priority | Original: Major [ 3 ] | New: Critical [ 2 ] |
Priority | Original: Critical [ 2 ] | New: Blocker [ 1 ] |
Link |
New:
This issue is duplicated by |
Link |
New:
This issue is duplicated by |
Resolution | New: Not A Defect [ 7 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Workflow | Original: JNJira [ 141746 ] | New: JNJira + In-Review [ 189788 ] |
Link | New: This issue is related to JENKINS-41021 [ JENKINS-41021 ] |
Description |
Original:
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. |
New:
*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. |