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
It appears that the pipeline_run_params declared in the presubmit/postsubmit config in trigger.yaml are not copied to the generated LighthouseJobSpec and are therefore not available later to the subsequent code that generates the PipelineRun resource.
I had a browse of the source code and it looks like the bug is caused here:
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close.
Provide feedback via https://jenkins-x.io/community.
/lifecycle stale
It appears that the
pipeline_run_params
declared in the presubmit/postsubmit config in trigger.yaml are not copied to the generated LighthouseJobSpec and are therefore not available later to the subsequent code that generates the PipelineRun resource.I had a browse of the source code and it looks like the bug is caused here:
lighthouse/pkg/jobutil/jobutil.go
Lines 160 to 174 in 860dc3b
as the line
PipelineRunParams: jb.PipelineRunParams
is missing.The text was updated successfully, but these errors were encountered: