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

feat(3112): Add support to start an event from a stage #623

Merged
merged 1 commit into from
Jul 5, 2024

Conversation

sagar1312
Copy link
Member

Context

An event can be started from one of the below entry points in the workflow

  • SCM events. Ex: ~commit, ~tag
  • internal job names. Ex: component, stage@integration:setup
  • external job triggers. Ex: ~sd@123:release

Entry point is specified in startFrom field in the event creation request.

Related PR
screwdriver-cd/data-schema#569

Objective

Allow event creation from a stage. Ex: stage@integration.
When an event is created from a stage, the build must be created for the stage setup job (Ex: stage@integration:setup)

References

screwdriver-cd/screwdriver#3112

License

I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary to make this contribution on behalf of its copyright owner.

@sagar1312
Copy link
Member Author

Build should pass after screwdriver-cd/data-schema#569 is merged

@@ -58,7 +58,7 @@
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"screwdriver-config-parser": "^10.0.0",
"screwdriver-data-schema": "^23.0.4",
"screwdriver-data-schema": "^23.4.0",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be available after screwdriver-cd/data-schema#569 is merged

@sagar1312 sagar1312 merged commit 8291226 into master Jul 5, 2024
2 checks passed
@sagar1312 sagar1312 deleted the sagar1312-feat-3112-start_event_from_stage branch July 5, 2024 17:21
@sd-buildbot
Copy link

🎉 This PR is included in version 29.20.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants