-
Improvement
-
Resolution: Fixed
-
Major
-
None
we have a sandbox build environment with view mapping contain several entries. Multiple dev shelve changes can collaborate on single on demand sandbox build. currently we have to create mutiple build steps to do so. I would be very very helpfull to be able to enter multiple changelists in one build step
I wonder if the change is as simple as this? at UnshelveBuilder
// Expand shelf ${VAR} as needed and set as LABEL
String ids = ws.getExpand().format(shelf, false);
String [] tokens = StringUtils.split( id );
{ return false; }for ( String id: tokens ) {
int change = Integer.parseInt(id);
task.setShelf(change);
task.setWorkspace(ws);
if ( !buildWorkspace.act(task) )
}
return true;