If a question is about the CI template of bitbucket, i.e. bitbucket-pipelines, then this tag could be used.
Questions tagged [bitbucket-pipelines]
16 questions
3
votes
1 answer
How to avoid code duplication in bitbucket-pipelines?
The following bitbucket-pipelines file has been created:
options:
docker: true
pipelines:
default:
- step:
script:
- echo "Login to the docker registry"
- docker login some-docker-registry
- step:
…
030
- 13,235
- 16
- 74
- 173
0
votes
1 answer
How to configure bitbucket pipeline and deploy to alibaba clouds
I have a repo on my bitbucket. I want to deploy it via bitbucket pipeline to my alibaba clouds ecs. I dont know what are steps required to manage it.
Advcha
- 1