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

Re: restart a nodejs app

2015-12-16 Thread Richard Bywater
I'm interested in why you would use Jenkins when cron would seem to be a better fit? Aside from that, you haven't said what OS/distro you are dealing with but assuming that ovrc-dashboard-api follows the standard pattern then using cron to run a shell script something like "service ovrc-dashboard-

restart a nodejs app

2015-12-16 Thread GBANE FETIGUE
Hey Folks, I am trying to create a jenkins job to restart a nodeJs API that I am having on my server( /etc/init/ovrc-dashoard-api). that's job need to be running the job every hour(@hourly). again the app is a nodejs app and is located on a server. all i need is an idea how to restart the API (n

Re: Zero Day attack due to Apache Commons statement to widespread Java object de-serialisation vulnerability

2015-12-16 Thread Indra Gunawan (ingunawa)
Point #3 is not possible because of this new change in 1.625.1? 1.625.1 is the first Jenkins LTS release that requires Java 7 to run. If you're using the Maven Project type, please note that it needs to use a JDK capable of running Jenkins, i.e. JDK 7 or up. If you configure an older JDK in a Mave

publish over ssh: send only commit scripts

2015-12-16 Thread Ismaila Baradji
Hi, I am trying to configure my job to send only commit files. I have tryed with run ssh and after publish over ssh but no one is not working. any idea? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop r

Re: Zero Day attack due to Apache Commons statement to widespread Java object de-serialisation vulnerability

2015-12-16 Thread Daniel Beck
On 12.12.2015, at 18:44, Indra Gunawan (ingunawa) wrote: > With the Java 7 to run requirement, I want to confirm the following: > 1. Jenkins master and all its slave needs to run JDK 7 or above (JDK7 or > above to run Jenkins master process and SSH slave to connect needs to run > JDK 7 or above)

Re: Cucumber reporting graphs not showing

2015-12-16 Thread Brian Ray
Which release of the Jenkins master are you running? The most recent versions of the release and LTS release introduced this security feature that, by default, disables most inline and non-domain scripting, CSS, e

Cucumber reporting graphs not showing

2015-12-16 Thread donovan . bailey2015
Hi, We have created a job which succeeds and creates a cucumber-html-reports directory on the master. When locally accessing these files the graphs display perfectly. However, if I click on Cucumber Reports in Jenkins, the graphs do not show and the graphics around the statistics table do not s