Skip to content

Automatically trigger build on model change

Pascal Stücker requested to merge feature/auto-trigger-build into main

Our snapshot/dev p2 repository sometimes goes into the following state regarding dependencies:

  • SET depends on model build #105
  • SET depends on toolboxmodel build #100
  • toolboxmodel #100 depends on model #104

This occurs due to toolboxmodel not being rebuilt after model is updated. This ends up causing dependency resolution errors. This PR resolves the issue by automatically starting a new SET build upon a toolboxmodel/browser build finishing.

Limited to main branch only to avoid excessive resource usage.

Merge request reports