I've been running a Bitbucket Pipeline for over a year which has worked perfectly.
A few days ago it started failing. I've got a simple example below which doesn't work. The Jekyll image cannot find the bundle application. Which strange because this is a crucial tool for managing dependencies. Any help or advice to troubleshoot would be greatly appreciated.
pipelines:
default:
- step:
name: Testing
image: jekyll/jekyll:latest
script:
- bundle --version
- bundle install
The example will write out the following error messages!?!
bash: bundle: command not found
Many thanks!
I solved this issue for myself. I found that I'd used one or more repository variables that caused a conflict. I added a prefix to each variable and this cleaned up the issues where I'd used $SERVER, $USERNAME and $PASSWORD.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.