Today I was called by a colleague to investigate quite the problem. Since today all our builds are failing with an unexpected EOF error even though we haven't changed anything to the bitbucket-pipelines.yml. Looking into the YAML file I saw that it called a .sh script. So I checked wether or not that file was changed but to no avail.
We have not made any changes to the way we want to use the pipelines. Yet, suddenly, all our builds are failing with the unexpected EOF error.
Googling around didn't help me fix this problem. Now I'm stuck with this.
Has anything changed in the background that I wasn't aware of by bitbucket?
SOLVED
In my case it was because my YAML file requested a docker image provided by a third party. This image is not available right now so it throws an error. Makes a little sense that it receives an unexpected End Of File if no file is found in the first place. Changed the docker image reference and it worked perfectly.
I faced this error while running pipeline for branch A
I retried , again faced error
I tried running from branch B, which was created from A, no error
I run pipeline for branch A, works
I don't know the cause
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am facing similar issue... Any solution or what could be the root cause?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.