pipelines icon indicating copy to clipboard operation
pipelines copied to clipboard

Pipelines - Run Bitbucket Pipelines Wherever They Dock

Results 10 pipelines issues
Sort by recently updated
recently updated
newest added

Just installed pipelines today and I'm brand new to this util. I've installed it using phive on macOS and setup my `pipelines` executable globally. I do have a bitbucket-pipelines.yml file...

bug
feedback-appreciated
accessibility
platform: macos
module: yaml

- What are you trying to do? Just want to execute bitbucket-pipelines.yml on my local machine before pushing the code to the repo. - So what problem are you facing?...

feedback-appreciated

Hi What I can see the library don't support [condition and changesets](https://support.atlassian.com/bitbucket-cloud/docs/configure-bitbucket-pipelinesyml/#condition) I saw that you have a test yaml file with the structure [test/data/yml/condition.yml](https://github.com/ktomk/pipelines/blob/master/test/data/yml/condition.yml) but it don't seem to...

Can't make it work with a private repository ``` Failed to clone the [email protected]:.....git repository, try running in interactive mode so that you can enter your Bitbucket OAuth consumer credentials...

feedback-appreciated
accessibility
platform: macos
subsystem: ssh

Hi there, Is there a Dockerfile with the `pipelines` command and PHP already installed? The use for this would be to allow users to run bitbucket pipelines through docker using...

accessibility

It would be great to have a way to copy SSH stuff (public/private keys and host key verification) into the container. This way we could copy the same SSH keys...

feedback-appreciated
accessibility
needs-fixing
platform: macos
subsystem: ssh

I am getting this weird output: ``` + echo "pipe: atlassian/git-secrets-scan:1.4.0 (pending feature)" # pipe feature is pending printf %s ' FILES_IGNORED (**/node_modules): '; printf '%s ' **/node_modules; printf '\n'...

feedback-appreciated

When a `parallel` step is defined with the `fail-fast` and `steps` properties pipelines shows it as invalid. Here is a sample that is perfectly valid and runs in BitBucket: ```...

The problem occurs when we define a custom service Ex: ``` definitions: services: docker: memory: 5120 docker-7g: type: docker memory: 7168 ```

Hello @ktomk, I found a link to this tool in your reply to a [Atlassian Community question](https://community.atlassian.com/t5/Bitbucket-questions/Re-Is-it-possible-to-validate-a-pipeline-locally/qaq-p/1428243/comment-id/73533#M73533). I just wanted to let you know that there's now an official JSON...