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

echo 1.595.1

Choose a tag to compare

@robzienert robzienert released this 14 Mar 23:39
· 837 commits to master since this release
fix(trigger): Fixed configuration for manual pipeline triggers (#492)

* fix(trigger): Fixed configuration for manual pipeline triggers

Manually triggering a pipeline with a pipeline trigger fails because the pipeline trigger attributes are not deserialized and passed downstream to orca which needs those attributes to retrieve artifacts from upstream pipeline. This fix adds these attributes to the trigger model so they get deserialized and passed downstream.

* Update Trigger.java