I tried to Setup my Pipeline like explained in this tutorial.
My bitbucket-pipelines.yml file Looks like this:
image: mingc/android-build-box:latest
pipelines:
branches:
develop_stable: #target develop_stable branch only
- step:
name: DebugUpload
deployment: test
caches:
- gradle
script:
- chmod +x gradlew
- ./gradlew assembleDebug
- ls
- cd app
- ls
- curl -X POST --user "${BB_AUTH_STRING}" "https://api.bitbucket.org/2.0/repositories/${BITBUCKET_REPO_OWNER}/${BITBUCKET_REPO_SLUG}/downloads" --form files=@"app/build/outputs/apk/app-debug.apk"
The last line takes 120min before it fails. Now, my 50 free minutes for this month are consumed. Is it my fault that it takes so Long, the validator says "valid"? And if it is not my fault, can i get back my wasted build minutes?
Hey @Relaxo,
Thanks for reaching out. Can you please raise a support ticket so that we can look at your repository and investigate in more detail?
Thanks,
Aneita
Hi Relaxo, welcome to the Community!
I'm reaching out to the Pipelines team so we can figure out an answer for you :) Their weekend has already started so we'll probably don't have a response until monday. We'll keep you posted!
Cheers,
Ana
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.