Hello,
I was wondering if is possible to trigger a job using a curl or something similar (getting a latest commit from github)? I’m trying to integrate spinnaker with drone (start a job after some steps from spinnaker)
Thanks! (:
Hello,
I was wondering if is possible to trigger a job using a curl or something similar (getting a latest commit from github)? I’m trying to integrate spinnaker with drone (start a job after some steps from spinnaker)
Thanks! (:
Yes, newer versions of Drone can use this endpoint:
https://docs.drone.io/api/builds/build_create/
omg, this is wonderful. Thank you!