Re: [Blue Ocean] Build failure when compiling BlueOcean on a Windows 10 machine

2016-06-14 Thread Tom Fennelly
As said earlier you will have a job if you are not running via hpi:run. You will need to gather and install more than just the blueocean plugins. You could use "mvn hpi:assemble-dependencies" to pull together all of the plugins you need. You'd need to run this inside blueocean-plugin/

Updating Thucydides plugin to work with Content Security Policy changes

2016-06-14 Thread Harry King
Hi, Been using Jenkins for 2+ years, and the Thucydides Test Report plugin I've been relying on is no longer compatible with the latest releases of Jenkins. So I dug in and made some changes locally, and I've got a local copy of

Re: [Jenkins-infra] Scheduled infrastructure maintenance window June 14 00:00 UTC

2016-06-14 Thread 'Björn Pedersen' via Jenkins Developers
Hi, seems like the links from changelog pages are broken now ( https://issues.jenkins-ci.org/browse/WEBSITE-187) Björn Am Dienstag, 14. Juni 2016 02:12:54 UTC+2 schrieb R Tyler Croy: > > (replies inline) > > On Mon, 13 Jun 2016, R. Tyler Croy wrote: > > > Reminder, this will be happening in

Re: [Blue Ocean] Build failure when compiling BlueOcean on a Windows 10 machine

2016-06-14 Thread fkpkot
Thanks! that worked. although i still can't simply press run on my pipeline in order to run - and i have to go to the old interface to do it. I'm having some kind of exception on symbolic link - could that be the issue? On Tuesday, June 14, 2016 at 10:28:40 AM UTC+3, Tom Fennelly wrote: > > As

retrieve xml from Jenkins with Node js

2016-06-14 Thread Sirine Ibn Fraj
Hey everyone , I am working on a project where i should retrive data from some xml files in Jenkins using node js . how can i read an xml file from jenkins ? Regards Sirine -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To

CERT Team Request

2016-06-14 Thread Armando Fernández
Hello, I am an engineer at CloudBees and I would like to request membership to the Jenkins CERT team. I will be involved in release-related work at CloudBees so I would need to be able to test security patches before they are released. Armando Fernandez - GitHub ID: armfergom - Jenkins

Unexpected memory footpring from LogRotator

2016-06-14 Thread Jimilian
Hi! We had some issues with Jenkins last days and after some profiling I found that root cause is how Jenkins perform log rotation. {code} if(numToKeep!=-1) { // Note that RunList.size is deprecated, and indeed here we are loading all the builds of the job. //

Re: CERT Team Request

2016-06-14 Thread Daniel Beck
I approve this request. The more the merrier \o/ > On 14.06.2016, at 17:15, Armando Fernández wrote: > > Hello, > > I am an engineer at CloudBees and I would like to request membership to the > Jenkins CERT team. I will be involved in release-related work at CloudBees so

Re: Plugin site overhaul?

2016-06-14 Thread Slide
+1 for the effort, ideally I'd like to see something that can pull information from the github README.md files and have people push updates to the descriptions that would be shown to their own plugin repositories. Perhaps some of the other information could be pulled from a metadata file that was

Re: Plugin site overhaul?

2016-06-14 Thread Gus Reiber
+1 to GitHub readme as well. Why put the same doc in 2 places. On Tuesday, June 14, 2016 at 1:30:24 PM UTC-7, slide wrote: > > +1 for the effort, ideally I'd like to see something that can pull > information from the github README.md files and have people push updates to > the descriptions

[BlueOcean] Error during maven installation "Illegal character in path at index 32: https://nodejs.org/dist/v5.8.0/${node.download.file}"

2016-06-14 Thread Quentin Dufour
Hi, I've an error durring blueocean-plugin installation (mvn clean install). Here is the stacktrace : java.lang.IllegalArgumentException: Illegal character in path at index 32: https://nodejs.org/dist/v5.8.0/${node.download.file} at java.net.URI.create(URI.java:852) at

【Plugin Develop】 How to reset the order of build step from code level?

2016-06-14 Thread icetree521
Does anybody has experience on how to reset the order of newly added build step ? I found there is an getBuildersList().set method but it is not working. Here is my code. Any advice is appreciated. FreeStyleProject p = (FreeStyleProject) build.getProject(); ORIGIN_BUILDER =

Jenkins Slave node setup

2016-06-14 Thread ran son
Hi There Im looking for an option to enable a slave node from a jenkins distributed cluster to a specific set of jobs under a view type lets say set of jobs to do nightly builds. I do not want this particular slave node to be used by other set of jobs that are set up in this jenkins instance.

Re: Asking for commit access on emailext-template-plugin

2016-06-14 Thread Mikael Gaunin
Do you meet any blocker with release? Le vendredi 10 juin 2016 14:44:53 UTC+2, slide a écrit : > > Yup, working on it. > > On Fri, Jun 10, 2016 at 4:58 AM Mikael Gaunin > wrote: > >> Thanks for the merge. >> Can you release it please? >> >> >> Le jeudi 9 juin 2016 18:01:50

Re: Asking for commit access on emailext-template-plugin

2016-06-14 Thread Slide
My machine started acting up, I should have it fixed and do a release this week. On Tue, Jun 14, 2016 at 7:45 PM Mikael Gaunin wrote: > Do you meet any blocker with release? > > > Le vendredi 10 juin 2016 14:44:53 UTC+2, slide a écrit : > >> Yup, working on it. >> >> On Fri,

[Blue Ocean] backlog of issues are now in JENKINS jira project

2016-06-14 Thread Michael Neale
Thanks to some shaved yaks (Tyler, James Dumay), there is a bit of backlog of issues added to the blueocean-plugin component in JIRA. As always, open new tickets against the "blueocean-plugin" component.

Re: Asking for commit access on emailext-template-plugin

2016-06-14 Thread Mikael Gaunin
:-) thanks Le mercredi 15 juin 2016 06:24:31 UTC+2, slide a écrit : > > My machine started acting up, I should have it fixed and do a release this > week. > > On Tue, Jun 14, 2016 at 7:45 PM Mikael Gaunin > wrote: > >> Do you meet any blocker with release? >> >> >> Le

Re: [BlueOcean] Error during maven installation "Illegal character in path at index 32: https://nodejs.org/dist/v5.8.0/${node.download.file}"

2016-06-14 Thread Michael Neale
Wow, glad you worked that out! Yes the front end pluging picks an appropriate pre-made node binary for the platform. This has happened before with BSD (no premade binaries exist for freebsd though, as far as I know). I assume you are showing up as i386 as you are 32bit? Did that change

Re: [BlueOcean] Error during maven installation "Illegal character in path at index 32: https://nodejs.org/dist/v5.8.0/${node.download.file}"

2016-06-14 Thread Quentin Dufour
Problem was due to my (old ?) architecture : i386. There is no entry for nodejs and linux i386. I've solved the problem by adding the following to * ~/.m2/repository/org/jenkins-ci/plugins/plugin/2.10/plugin-2.10.pom* : node-classifier-linux-i386 Linux