michael d commented on Bug JENKINS-11519

I think the change needed to be done in class WorkspaceList :

/**
     * The token that combines the project name and unique number to create unique workspace directory.
     */
    private static final String COMBINATOR = System.getProperty(WorkspaceList.class.getName(),"@");

I've seen kohsuke mention in the commit message that advanced users can change this string somehow, not sure how though.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to