How can I prevent concurrent builds in CruiseControl.NET?

后端 未结 2 699
挽巷
挽巷 2021-02-08 05:48

We have several projects in CruiseControl and I noticed that often 2 or more projects are building at the same time. This seems to be causing conflicts. Often, a build fails a

2条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-08 05:52

    You can use the Locking feature to define queus that should not run at the same time.

    This is available in version 1.4.3

    A sample from the documentation:

    
      
      
    
      
        ...
      
      ...
    
      
        ...
      
      ...
    
    

提交回复
热议问题