Branch: refs/heads/master
Home: https://github.com/jenkinsci/clearcase-plugin
Commit: aa9833a27582fd8878672f5469899b2ce492b068
https://github.com/jenkinsci/clearcase-plugin/commit/aa9833a27582fd8878672f5469899b2ce492b068
Author: Vincent Latombe <[email protected]>
Date: 2012-08-30 (Thu, 30 Aug 2012)
Changed paths:
M src/main/java/hudson/plugins/clearcase/ClearCaseSCM.java
M src/main/java/hudson/plugins/clearcase/util/BuildVariableResolver.java
M src/main/webapp/viewtag.html
Log Message:
-----------
Add DASH_WORKSPACE_NUMBER token to replace WORKSPACE_NAME.
This makes the clearcase plugin compatible with 'Execute concurrent
builds if necessary' option.
This new token allows to disambiguate between 2 workspaces present on
the same slave.
Default view tag has been updated to include this new token.