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
Failed to parse pipeline myPipeline; java.util.HashMap cannot be cast to java.lang.String
I'm also struggling with this. Are we just using the tooling wrong or is this currently unsupported? Would need to define 10 lookups instead of 1 per pipeline.
runtime; - Unexpected error when handling plugin response java.lang.NullPointerException
deploy-dev: &deploy_pipeline
group: aws
materials: &deploy_pipeline_materials
git-a: *baybridge
git-bb: *baybridge-apps
create-ami:
pipeline: initialize
stage: xxx
deploy-qa:
group: aws
materials:
<<: *deploy_pipeline_materials
deploy-dev:
pipeline: deploy-dev
stage: xxx
The text was updated successfully, but these errors were encountered: