Questions tagged [drone.io]

Drone is a hosted continuous integration service. It enables you to conveniently set up projects to automatically build, test, and deploy as you make changes to your code.

Drone is an open source continuous integration project, with an optional enterprise version. It enables you to conveniently set up projects to automatically build, test, and deploy as you make changes to your code.

Drone integrates seamlessly with GitHub, Bitbucket and Google Code as well as third party services such as Heroku, Dotcloud, Google AppEngine and more.

It is developed by Brad Rydzewski and Adam Singer - the free plan provides unlimited builds for open source projects.

It supports many languages and frameworks like

  • C / C++
  • Dart
  • Go
  • Haskell
  • Groovy
  • Java
  • Node.js
  • PHP (Beta)
  • Python (Beta)
  • Ruby (Beta)
  • Scala

GitHub Website

401 questions
0
votes
1 answer

Integration testing with drone.io

I am using a CI tool called Drone(drone.io). So i really want to do some integration tests with it. What i want is Drone to start my application container on some port on the drone host and then I would be able to run integration tests against it.…
GeneralFailure
  • 1,085
  • 3
  • 16
  • 32
0
votes
1 answer

Bitbucket repo:push webhook to drone fails

I'm trying to test drone for implementing CD in my java environment. I'm running drone 0.4 locally and exposing publicly through ngrok. I have managed to add some bitbucket private git repositories to drone. There is already a drone.yml file in the…
Daniel Cerecedo
  • 6,071
  • 4
  • 38
  • 51
0
votes
1 answer

repository not building when connected to bitbucker server on drone

Im trying drone 0.5 with bitbucket server, And it seems connected because i can see my repositories. But it keeps saying that it does not have any builds yet. I added the drone.yml to my repo but nothing... am i missing something
Ramonskie
  • 13
  • 1
  • 4
0
votes
1 answer

Is it possible to show logs of service containers in open-source drone?

I want to see logs of my api that is added as a service container. Right now my app cannot connect to myapi. If I do locally $ drone exec it works, but it's not working on hosted drone and I want to see logs of service myapi. This is an example of…
Zhomart
  • 702
  • 1
  • 7
  • 19
0
votes
1 answer

build Drone using Dockerfile

I have searched in all hub.docker images to find a good Dockerfile to build my own custom CI drone.io server container. I found some of them but some have errors or don't work. I found this link to download http://downloads.drone.io/master/drone.deb…
Eddy Hernandez
  • 5,150
  • 1
  • 24
  • 31
0
votes
1 answer

Drone slaves provided by CoreOs

I have a drone host and a CoreOS cluster with fleet. The drone now have only unix:///var/run/docker.sock in the nodes menu. As I understand, I could add other docker nodes defined by docker URLs and certificates. However once I have a CoreOS…
Árpád Magosányi
  • 1,394
  • 2
  • 19
  • 35
0
votes
2 answers

add ca certificate to drone.io build container such that git fetch can use it?

I have a local gitlab node and a local drone.io node. The drone.io node runs on ubuntu. The gitlab node uses a self-signed certificate. I have added the certificate to the drone.io node in the canonical ubuntu way (cp cert.pem…
Árpád Magosányi
  • 1,394
  • 2
  • 19
  • 35
0
votes
2 answers

Run terminal application from bat file, timeout the bat file then give commands to the application

I'm struggeling with a problem here. I want to run a bat file which writes a mission to my drone using MAVProxy. I can start MAVProxy from my bat file but there is something I dont get. When I execute this command: mavproxy.exe --master=com6…
viewtYy
  • 15
  • 1
  • 4
0
votes
1 answer

AR.Drone functions usages in Android

Can someone clarify how to make a drone fly using the DroneProxy API class? I'm using AR.Drone 2.0. What I want to make is an indoor independent flying application. I want to input coordinates like a 2 meters left, then 3 meters right, turn right,…
D.K.
  • 1,315
  • 2
  • 11
  • 20
0
votes
2 answers

Color of the Drone console logs

I have a ruby on rails application which I am building using drone. I am running "rspec" as part of my builds. However, the console logs show the output of the rspec only in a plain format. Is there a way I can get these "rspec" logs to show up in…
sunsin1985
  • 2,437
  • 5
  • 22
  • 27
0
votes
3 answers

Cancel build in drone.io

I'm working on setting Drone.io into repositories of my team, in order to have continuous integration. The problem is I have a test build locked and I see no way to cancel it. Is there a way to cancel it manually? If not, is there a timeout that…
0
votes
1 answer

How to wiki not updated in Flyver SDK

I wanted to mimick video streaming, photo capture etc for android and iOS mobile apps using Drones. I have found Android support is available by Flyver here - http://flyver.co/drone-api-sdk/. But, I could not find anything that suffice my needs as…
Smitha
  • 6,110
  • 24
  • 90
  • 161
0
votes
1 answer

SSH continuous deployment with self hosted Drone CI

I just need a simple guide on how to setup SSH continuous deployment with a self hosted Drone CI. Is it possible to do that? I know that Drone.io offers continuous deployment in many ways (SSH, Heroku, AppEngine, Amazon S3 ...etc) but what about…
Wazery
  • 15,394
  • 19
  • 63
  • 95
0
votes
2 answers

Build Status from Matlab using Drone

I am using Drone as a continuous integration (CI) server. The tests are started using this script: image: drone/matlab:R2014a script: - cd test - matlab -nodesktop -nosplash -r ci_run_tests notify: email: on_failure: blame The…
0
votes
1 answer

Account invitations only work for logged in users

If you send out an invitation to a new user from self-hosted Drone they are redirected to the login form, unless they are already logged in with another account - then they are redirected to the account completion form (as expected). Any way to fix…
Anders Bornholm
  • 1,326
  • 7
  • 18
1 2 3
26
27