Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

can just get the build which is successful and whose variable satifies specific requirement #4612

Epi-apiao ·

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:Snipaste_2025-02-05_11-10-38.png

  • solved #5
  • replies 3
  • views 77
  • stars 0
robinshen ADMIN ·

Not quite understand the question. Can you please elaborate?

Epi-apiao ·

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?

robinshen ADMIN ·

You may add trigger build step as last step of B to trigger A, and pass B's variable to A via trigger variables in step setting.