Azure DevOps
Azure DevOps is a cloud--based platform that allows you to plan your projects using Agile tools, manage code in git repositories, and deploy using CI/CD systems.
Triggers
-
Build Completed: Triggers when a build of the specified organization is marked as completed.
-
Code Checked-in: Triggers when a code is checked-in under the specified path.
-
Code Pushed: Triggers when a new code is pushed to the specified organization.
-
Pull Request Created: Triggers when a new pull request is created in the specified organization.
-
Pull Request Merge Attempted: Triggers when merging of new pull request with existing one is attempted in the specified organization.
-
Pull Request Updated: Triggers when an existing pull request is updated in the specified organization.
-
Release Created: Triggers when an new release is create for the specified organization.
-
Release Abandoned: Triggers when release is abandoned of the specified organization.
-
Release Deployment Started: Triggers when the release deployment of the specified organization is started.
-
Release Deployment Approval Pending: Triggers when release deployment approval of the specified organization is pending.
-
Release Deployment Approval Completed: Triggers when approval of deployment release is completed.
-
Release Deployment Completed: Triggers when the release deployment of the specified organization is completed.
-
Work Item Commented On: Triggers when a new comment is added to the specified work item.
-
Work Item Created: Triggers when a new work item is created in the specified organization.
-
Work Item Deleted: Triggers when an existing work item is deleted form the specified organization.
-
Work Item Restored: Triggers when an existing work item is restored.
-
Work Item Updated: Triggers when an existing work item is updated.