python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to change directory using hosted runner via Bitbucket pipeline
I have a simple pipeline where I just want to navigate to a specific folder on the server hosting the runner.
My runner is online, I added the host in the SSH Keys section, and my step is:
- step:
...
JeanMolins
Votes: 0
Answers: 0
How do I pass a command line argument to a service container?
I am trying to set up a bitbucket pipeline that uses a database service provided by a docker container. However, in order to get the database service started correctly, I need to pass an argument to b...
mactyr
Votes: 0
Answers: 1
generate a json within bitbucket pipeline
Running this dbt docs generatecommand generates a catalog.json file in the target folder. The process works well locally.
feature/dbt-docs:
- step:
name: 'setup dbt and generate do...
x89
Votes: 0
Answers: 1
Bitbucket ssh pipeline fails
Trying to ctreate pipeline for 2 brances but got configiration error
Configuration error
There is an error in your bitbucket-pipelines.yml at [pipelines > branches > staging > 1]. To be preci...
Misha Pakhomov
Votes: 0
Answers: 1