Skip to content
This repository was archived by the owner on Dec 20, 2025. It is now read-only.

echo 1.591.0

Choose a tag to compare

@ezimanyi ezimanyi released this 05 Mar 19:03
· 846 commits to master since this release
5cbc9ca
fix(artifacts): Move build fetching to build event handler (#473)

Artifact contstraints on build triggers currently don't work as
the constraint is evaluated while determining which trigger to
use but build information and artifact inflation only happens
once the pipeline is ready to be sent to Orca. Move the fetching
of build information to earlier in the triggering process (and
scope it to only build triggers). A follow-up change will move
artifact inflation earlier as well.