Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[JENKINS-17230] Updating prepare view
- Loading branch information
|
@@ -71,8 +71,8 @@ public SnapshotView invoke( File workspace, VirtualChannel channel ) throws IOEx |
|
|
out.println( ConfigurationRotator.LOGGERNAME + "View root: " + new File( workspace, "view" ) ); |
|
|
out.println( ConfigurationRotator.LOGGERNAME + "View tag : " + viewtag ); |
|
|
//view = ViewUtils.createView( devStream, "ALL", new File( workspace, "view" ), viewtag, true ); |
|
|
view = new GetView( new File( workspace, "view" ), viewtag ).validateView().get(); |
|
|
new UpdateView( view ).overwrite().update(); |
|
|
view = new GetView( new File( workspace, "view" ), viewtag ).get(); |
|
|
new UpdateView( view ).update(); |
|
|
} catch( ClearCaseException e ) { |
|
|
throw new IOException( "Unable to create view", e ); |
|
|
} |
|
|
|
@@ -116,7 +116,7 @@ public void testView() throws IOException, ClearCaseException, InterruptedExcept |
|
|
new Rebase( container ).addBaseline( model1 ).dropFromStream().rebase( true ); |
|
|
|
|
|
new UpdateView( view ).update(); |
|
|
|
|
|
|
|
|
new SystemValidator().addElementToPathCheck( filepath, new SystemValidator.Element( "Model", true ) ). |
|
|
addElementToPathCheck( filepath, new SystemValidator.Element( "Clientapp", false ) ). |
|
|
validatePath(); |
|
|