Thank you folks for pipelines, its a great tool for developers. I am using it for building android projects. It would have been nice if pipelines supported building android project natively. I am using a 3rd party docker image to build my android project. The script looks like this.
image: beevelop/android:latest pipelines: default: - step: script: - chmod +x gradlew - ./gradlew assembleDebug - ./gradlew test
Right now if my test fails I am getting this error
FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':sdk:testDebugUnitTest'. > There were failing tests. See the report at: file:///opt/atlassian/pipelines/agent/build/sdk/build/reports/tests/testDebugUnitTest/index.html
Is there a way to access this report from bitbucket?
Hi Omkar! This file seems to be inside your docker (the one you're using to run the pipelines).There's no way for us to view the log on our end because the error was generated within the docker container. You can run another build and "cat" this file. To view the error, follow the steps:
Hope this helps :)
Ana
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.