Skip to content

Add trigger azure pipeline back - #178

Merged
paul-fresquet merged 5 commits into
masterfrom
chore/add-trigger-azure-pipeline
Aug 16, 2025
Merged

Add trigger azure pipeline back#178
paul-fresquet merged 5 commits into
masterfrom
chore/add-trigger-azure-pipeline

Conversation

@paul-fresquet

@paul-fresquet paul-fresquet commented Aug 16, 2025

Copy link
Copy Markdown
Contributor

This pull request introduces a new GitHub Actions workflow to automate the triggering of an Azure DevOps pipeline whenever relevant commits are pushed or pull requests are made to the master branch. This integration will help ensure that changes to key source and test directories are validated through the Azure pipeline, improving CI/CD reliability and visibility.

CI/CD Integration:

  • Added a new workflow file .github/workflows/trigger-azure-devops-pipeline.yml that listens to pushes and pull requests affecting important source and test directories, and triggers the Azure DevOps pipeline accordingly.
  • The workflow extracts the branch name, retrieves the Azure pipeline ID by name, triggers the pipeline with the branch as a variable, waits for the pipeline to complete, and fails the workflow if the pipeline does not succeed.

Comment thread .github/workflows/trigger-azure-devops-pipeline.yml Fixed
@sonarqubecloud

Copy link
Copy Markdown

@paul-fresquet
paul-fresquet merged commit 3db4a43 into master Aug 16, 2025
24 checks passed
@paul-fresquet
paul-fresquet deleted the chore/add-trigger-azure-pipeline branch August 16, 2025 15:37
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.

2 participants