Remove Hudson Problem

I configured the ClearCase plugin in Hudson.

I created a project by providing a new one hudson_view_nameas a name for the Hudson project and provided a configuration specification. I determined that in my file storage directory it creates several folders related to the view. eg,

  • hudson_view_name.vws
  • hudson_view_name.1.vws
  • hudson_view_name.2.vws

but when I see that my team is cleartool lsviewonly hudson_view_name.vwsnot visible hudson_view_name.x.vws.

When I execute the following command:

cleartool rmview -force -tag hudson_view_name 
  • hudson_view_name.2.vws deleted but hudson_view_name.vws and
  • hudson_view_name.1.vws It remains, how can I also remove these two.

Another question: why did Hudson create many storage locations, such as viewname.x.vws?

+3
source share
1

viewname.x.vws - , .
, , (.. "cleartool unregister", "cleartool rmtag" ):
ClearCase, ( ) . ( , Hudson ClearCase)

, , , storage.x.vws.

" ", :

alt text

(, , "Do not reset " ).

+3

Source: https://habr.com/ru/post/1769130/


All Articles