Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(3242): Unable to force start a frozen job that is part of a pipeline stage #3246

Merged
merged 1 commit into from
Nov 25, 2024

Conversation

sagar1312
Copy link
Member

Context

When an event is started from a frozen stage job, it again gets into frozen state.

This is because, when an event is started from a stage job, the stage setup is executed prior to executing the event origin job.

Objective

Pass the event causeMessage to the stage job build so that the executor can force start the build for the frozen stage job.

References

#3242

License

I confirm that this contribution is made under a BSD license and that I have the authority necessary to make this contribution on behalf of its copyright owner.

@coveralls
Copy link

coveralls commented Nov 25, 2024

Coverage Status

coverage: 95.196% (-0.01%) from 95.206%
when pulling b81aba0 on sagar1312-fix-3242-force_start_frozen_stage_job
into 18f1e79 on master.

tkyi
tkyi previously approved these changes Nov 25, 2024
@sagar1312 sagar1312 force-pushed the sagar1312-fix-3242-force_start_frozen_stage_job branch from 65a1936 to 55e74fd Compare November 25, 2024 20:04
@sagar1312 sagar1312 force-pushed the sagar1312-fix-3242-force_start_frozen_stage_job branch from 55e74fd to b81aba0 Compare November 25, 2024 20:54
@tkyi tkyi merged commit 9beed12 into master Nov 25, 2024
2 checks passed
@tkyi tkyi deleted the sagar1312-fix-3242-force_start_frozen_stage_job branch November 25, 2024 23:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants