CSCI-GA-2820-FA24-001 / products

NYU DevOps Products Service Fall 2024
Apache License 2.0
0 stars 0 forks source link

GitHub Integration and Event Triggers #86

Open Aryagoy opened 1 week ago

Aryagoy commented 1 week ago

As a DevOps engineer I need to implement GitHub webhook and event triggers So that the pipeline runs automatically on code changes

Details and Assumptions

Acceptance Criteria Given the configured pipeline When code is pushed to the master branch Then the webhook should trigger the pipeline And the pipeline should execute all tasks And the pipeline status should be reported to GitHub And failed pipelines should not deploy