Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Pipeline build takes 120min. Can the minutes be refunded?

Relaxo December 5, 2018

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?

2 answers

0 votes
Aneita
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 9, 2018

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

0 votes
Ana Retamal
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 7, 2018

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

Relaxo December 8, 2018

Hey ho Ana,

thank you for your beautiful effort, it is no problem, i can wait.

Like Ana Retamal likes this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events