0

I have an RCP product with a view. In the view, i want to show all the jenkins builds configured and should be able to download builds, view logs, trigger builds. is there any API available?

Vel
  • 67
  • 11

1 Answers1

1

A quick search yielded the following result Jenkins Remote API. The sample code section has some details. Hope this helps

ssdimmanuel
  • 448
  • 10
  • 29