Woodpecker pipeline restart skips deploy steps (missing event:push metadata) #254
Labels
No labels
domain:backend
domain:devops
domain:frontend
status:approved
status:in-progress
status:needs-fix
status:qa
type:bug
type:devops
type:feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ldraney/pal-e-platform#254
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Type
Bug
Lineage
Standalone -- discovered during basketball-api validation 2026-03-30. Pipeline #259 restart (#262) built image but skipped
update-kustomize-tag.Repo
forgejo_admin/pal-e-platformWhat Broke
When a Woodpecker pipeline is restarted via UI or API, the
update-kustomize-tagstep is skipped because it has awhen: event: pushcondition. Restarted pipelines haveevent: manual, notevent: push, so the deploy step never runs. The image gets built and pushed to Harbor, but the kustomize tag in pal-e-deployments is never updated, leaving ArgoCD pointing at the old image.Repro Steps
.woodpecker.yamlpipelinemcp__woodpecker__restart_pipelineupdate-kustomize-tagis skippedExpected Behavior
Restarted pipelines should also trigger the
update-kustomize-tagstep. Thewhencondition should includeevent: [push, manual]so restarts complete the full pipeline.Environment
Acceptance Criteria
update-kustomize-tagstep runs on bothpushandmanualeventsRelated
project-pal-e-platform