Sunday 15 March 2015

Creating release using Octopus rest API -


Please tell me how to create octopus release using REST API.
I octo But it is not known how to use the REST API.
I went through http: // localhost: 8080 / api but it does not know how to make a release

Is this feature that this feature is available is ??

I have not used the octopus myself, but as far as I understand you The URL is to request an HTTP post:

  http: // localhost: 8080 / api / projects / 1 / releases   

in your request body You specify the same parameter because you can use the command line tool but you have to encode them as JSON.

No comments:

Post a Comment