Is there any REST API available to control the operations of Jenkins jobs etc.?
I see two different API clients for Java. https://github.com/cdancy/jenkins-rest https://github.com/jenkinsci/java-client-api
Which one of it is official or the latest one?
Is there any documentation of endpoints that are available in Jenkins which we can use and construct the client side piece of code?