Cancel Build for CI TriggerThis Azure DevOps build task augments the continuous integration (CI) trigger path filters feature. The task prevents a build when a branch is pushed but contains no changes in path. The primary purpose of the task is to prevent unnecessary builds on feature branches. The task compares the files in the triggering commit, with the CI path filters. If the CI path filters do not include (or exclude) the files in the triggering commit, the build is cancelled. Please note that the task assumes the triggering source is following the Gitflow workflow. In order to prevent master and release branch builds from being contaminated with updates from develop, CI triggered builds on master and release branches will not be cancelled by the task. RequirementsThe task requires access to the OAuth token and cancel build permissions. OAuthThe task requires access to the OAuth token in order to fetch the build's path filters. Edit the build and select the 'Agent job'. Under 'Additional Options' select 'Allow scripts to access the OAuth token'. Cancel Build PermissionsThe task requires cancel build permissions in order to stop tasks which do not include (or exclude) files in the triggering commit. Edit the build and select 'Security' from the top menu and select the 'Project Collection Build Service'. From the 'Access Control Summary' panel on the right change the 'Stop Builds' permission to 'Allow'. LicenseMIT Acknowledgments
|