You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the documentation: The above YML/pipeline is supposed to get triggered if the 'roc-ui Build' is completed on develop or release/* branch.
Issue: Pipeline is getting triggered for develop branch correctly. But when I complete a build on release/* branch it still gets triggered on develop branch's last commit. It picks up the correct Build Artifact produced from release/* branch build but the pipeline itself gets triggered from develop branch last commit instead of release/* branch commit. Kindly Help please!!!!
[EDIT]: My repository is on Bitbucket Cloud
The text was updated successfully, but these errors were encountered:
I have a following YML:
name: "$(Date:yyyyMMdd).$(Rev:r)"
trigger: none
pr: none
resources:
pipelines:
- pipeline: build-pipeline
source: "roc-ui Build Pipeline"
branch: develop
trigger:
branches:
include:
- develop
- release/*
According to the documentation: The above YML/pipeline is supposed to get triggered if the 'roc-ui Build' is completed on develop or release/* branch.
Issue: Pipeline is getting triggered for develop branch correctly. But when I complete a build on release/* branch it still gets triggered on develop branch's last commit. It picks up the correct Build Artifact produced from release/* branch build but the pipeline itself gets triggered from develop branch last commit instead of release/* branch commit. Kindly Help please!!!!
[EDIT]: My repository is on Bitbucket Cloud
The text was updated successfully, but these errors were encountered: