You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
orca's SQL pipelineRef feature doesn't populate the resolvedExpectedArtifacts field, causing error when using #triggerResolvedArtifact(String name).
Cloud Provider(s):
GCP
Kubernetes
Environment:
Spinnaker 1.35.4
Using pipeline trigger to propagate between clusters. Pipeline A deploy the Cluster A. Pipeline B has a trigger set to match successful run of pipeline B. Pipeline B match the docker artifacts of Pipeline A to decide which version to deploy.
Feature Area:
Pipeline trigger
Steps to Reproduce:
Spinnaker 1.35.4, with Orca config: executionRepository.sql.enabled=true and executionRepository.sql.pipelineRef.enabled=true
Create two pipeline, pipelineA and pipelineB
PipelineB has an automated trigger on pipelineA successful execution, with an artifact constraints
Trigger pipelineA and see pipelineB triggering successfully but the resolvedExpectedArtifacts field is empty causing the Evaluate Variables stage to fail
@dethi the fix for this issue was merged and backported. We still need to create a new patch release to deliver it. I will close this issue if you agree and you can re-open it if you still see issues.
Issue Summary:
orca's SQL pipelineRef feature doesn't populate the resolvedExpectedArtifacts field, causing error when using
#triggerResolvedArtifact(String name)
.Cloud Provider(s):
Environment:
Feature Area:
Steps to Reproduce:
executionRepository.sql.enabled=true
andexecutionRepository.sql.pipelineRef.enabled=true
Evaluate Variables
stage that use #triggerResolvedArtifact(String name) to use the expected artifact.Evaluate Variables
stage to failAdditional Details:
pipelineRef
Errors:
The text was updated successfully, but these errors were encountered: