can i monitor a repo and do something while the build is successful and its variable satifies some specific requirements?
in repositories part, i just found the condition of build like this:
- solved #5
- replies 3
- views 77
- stars 0
-
just like:
Configuration A depends on configuration B
Configuration B's build is successful every time, and every build has the parameter VAR.
I want Configuration A to trigger a new build based on:
1. Configuration B's parameter VAR for each build
2. Configuration B's build state
But now I can only monitor the status of each build of Configuration B from Configuration A's repository module.
Is there a solution to help me achieve this: trigger Configuration A only when the build of Configuration B is successful and the parameter VAR for that build is compliant?