Need advice on (auto) adding a Maven installation from my CD pipeline with Docker

2016-03-12 Thread Olivier Liechti
Hello, I am building a pipeline and I am trying to build on top of the official Jenkins Docker image. What I have already managed to do is to add a list of custom plugins and to install a custom job. I am now trying to use the pipeline plugin and to implement basic steps. In all the examples I

Is there a documented REST API to get information produced by jenkins workflow (status of jobs, etc.)?

2015-12-16 Thread Olivier Liechti
If I want to build a visual representation of my pipelines (as an alternative to the stage view plugin), is there a way for me to retrieve the state of the jobs that have been executed through my pipeline? I have not used the jenkins REST endpoints yet, but after spending some time experiment