Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way of put the branches mode to be manual?

Deleted user June 12, 2022
that's the pipeline. I would like to put in manual mode at the branches part of the pipeline.
definitions:
services:
# Define the default Docker service with 2 GB memory limit
docker:
memory1024
# Define the Docker service which requires 6 GB memory
docker-7g:
# You will have to define the service type if it is docker
typedocker
memory7168
pipelines:
custom:
sandbox:
step:
namePush
imageatlassian/pipelines-awscli
# Pass the Docker service with 7 GB
services:
docker-7g
oidctrue
# Raise the Step limit from 4 GB to 8 GB.
size2x
script:
.
.
.
step:
namedeploy
imageatlassian/pipelines-awscli
services:
docker
oidctrue
script:
.
.
.
services:
docker
>>>>>(I want from here that starts the branches mode to be manual)    <<<<<
branches:
staging:
step:
deploymentstaging
namePush
imageatlassian/pipelines-awscli
# Pass the Docker service with 7 GB
services:
docker-7g
oidctrue
# Raise the Step limit from 4 GB to 8 GB.
size2x
script:
.
.
.
.
step:
namedeploy
imageatlassian/pipelines-awscli
services:
docker
oidctrue
script:
.
.
.
services:
docker

1 answer

1 accepted

0 votes
Answer accepted
Patrik S
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 14, 2022

Hello @[deleted] ,

I think you might have created a duplicate question in the following link : 

https://community.atlassian.com/t5/Bitbucket-questions/I-have-a-pipeline-that-i-want-all-the-branches-steps-run-in-a/qaq-p/2052943

As I already replied to the other question, I kindly ask you to continue the discussion there, so we concentrate all the information in a single place.

Thank you, @[deleted] !

Kind regards,

Patrik S

Deleted user June 14, 2022

hey Patrick. yes i did. it was because after i finished edit my question i saw i referenced to jira instead bitbucket

 

thanks 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events