Shippable / support

Shippable SaaS customers can report issues and feature requests in this repository
101 stars 28 forks source link

Builds Stuck "Waiting" #631

Closed zedtux closed 10 years ago

zedtux commented 10 years ago

While builds are running smoothly from Github, the builds from BitBucket aren't happening at all.

Create a new build is displaying first "Waiting for build information...", then refreshing the page shows the message "The build you're looking for wasn't found.".

Can you please fix this ?

manishas commented 10 years ago

@zedtux what is your repo name and bitbucket username?

zedtux commented 10 years ago

@manishas My username is zedtux and my repo is a private one named cursus-scholar.

zedtux commented 10 years ago

@manishas Any news on this ? I'm stuck with my build ...

zedtux commented 10 years ago

Any chance to have a fix please ?

zedtux commented 10 years ago

I'm using a Bitbucket Organization named Cursus.

manishas commented 10 years ago

Sorry we'll take a look and reset your minion on the backend. Thanks!

ragsden commented 10 years ago

@zedtux : I was looking at our logs and found that your private repo does not have shippable.yml file and hence our system is not creating builds. Can you verify and let me know. Our next code drop will have better messaging in place to surface these issues in the UI.

zedtux commented 10 years ago

@ragsden I have tried with this repository : https://github.com/zedtux/brewformulas.org and it is working while it doesn't have any shippable.yml file.

zedtux commented 10 years ago

Ha... reading your documentation I can see that you're supporting .travis.yml files. That's the reason why it was working for my other repository.

I will give it a try. Thank you.

ragsden commented 10 years ago

@zedtux : Yes, I forgot to mention that we do support .travis.yml

zedtux commented 10 years ago

Great ! It's now working. Thank you.