I'm using for pipelines with 'image: maven:3.3.3' and everything worked fine untill this morning, during
git clone ... to $BUILD_DIR ...
Cloning into '/opt/atlassian/pipelines/agent/build'...
the forlder /opt/atlassian/pipelines/agent/build does not exist and System error. What has changed with pipelines?
Seems like these bastards are persistently ignoring the problem.
The opt/atlassian/pipelines/agent/build/** issues have to do with how your bitbucket-pipelines.yml file is configured to handle your artifacts.
Your artifacts files that have to do with your bitbucket run and the files inside of the build/** only exist inside of the run and then are deleted/removed when the run is over. If you want to get to them you have to set it up correctly in your .yml file to get to them. Learn more about artifacts and how to configure them here: https://confluence.atlassian.com/bitbucket/using-artifacts-in-steps-935389074.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
BitBucket team, we really need some update on this. We've experiemented with our configuration, lots of LS commands to debug, everything looks correct.
This is affecting PRODUCTION environment.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have the same problem:
could not scan for classes inside "/opt/atlassian/pipelines/agent/build/vendor/symfony/polyfill-php73/Resources/stubs" which does not appear to be a file nor a folder
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In my case this error occurred because i had a symlink in the project. .gtignore didnt seem to work in my case ... this was on windows.
I removed the offending folder/symlink in my case because refactoring is easy.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm also not able to deploy my app to an App Engine due to ERROR: (gcloud.app.deploy) [/opt/atlassian/pipelines/agent/build/app.yaml] does not exist.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
High I'm having this problem now
1s+ gcloud --verbosity=error app deploy app.yaml
ERROR: (gcloud.app.deploy) [/opt/atlassian/pipelines/agent/build/app.yaml] does not exist.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Seems to be fixed now.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Where and how? Am having the same problem right now and I don't know how to fix it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same error
/opt/atlassian/pipelines/agent/build/venv/.Python does not exist
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you get a fix for this please? Am having the same problem.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same error. No change in the pipeline configuration since the last successful run.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I had the same issue but it resolved itself after about an hour. I guess theres been some kind of patch.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have the same Problem but with
image: kanti/buildy:5.6
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.