branches:
QA:
- step:
# We don't want the default pipeline to trigger this process, so we leave the first step empty
name: Start building the QA
status: In Progress ---- Is this Possible or something similar? because I need this to reflect the Status of my Pipeline to come back later and run the other steps remaining in the Pipeline
script:
- echo "Building QA in progress..."
- step:
# Code review and manually push changes in QA Bitbucket
name: Build Bitbucket QA
deployment: QA
trigger: Manual
script:
- echo "Building Bitbucket QA..."
- step:
# push changes in QA Salesforce, run Unit tests and UI review
name: Build Salesforce QA
trigger: Manual
script:
- echo "Building Final QA..."