Re: in-house mirrored update center is not working as expected...

2014-06-16 Thread jhermann
See https://github.com/ikedam/backend-update-center2/wiki/How-to-create-your-own-Jenkins-Update-Center for the only method I found so far, which still seems way too complicated. What would be most useful is a simple tool that just signs a given JSON with a given key. On Friday, January 10, 2

Re: in-house mirrored update center is not working as expected...

2014-06-16 Thread Stephen Connolly
You can just drop the public key you are signing with into a directory in the jenkins home and it should then be seen as a valid bundle... On 10 January 2014 02:34, Jonathan Li wrote: > Resurrecting this thread as I'm stuck in a similar situation of running > Jenkins in an environment without a

Re: in-house mirrored update center is not working as expected...

2014-06-16 Thread Stephen Connolly
should say "into a magic directory in the jenkins home" and not "into a directory in the jenkins home" On 16 June 2014 11:57, Stephen Connolly wrote: > You can just drop the public key you are signing with into a directory in > the jenkins home and it should then be seen as a valid bundle... >

build remote job Jenkins using curl

2014-06-16 Thread MaryG
Hi, I need to run a job called "start_service" from another jenkins. This job takes one parameter. I use this sintax: curl http://xxx.it/view/%20%20%20%20APP/view/%20PREPROD/job/start_service/buildWithParameters/buildWithParameters But it doesn't work. In the api page it is written: If the

Re: build remote job Jenkins using curl

2014-06-16 Thread ziv
Hi @MaryG curl -v http://xxx.it/view/%20%20%20%20APP/view/%20PREPROD/job/start_service/buildWithParameters ?=value e.g. curl -v http://xxx.it/view/%20%20%20%20APP/view/%20PREPROD/job

Re: [Email-ext] Add images to mail

2014-06-16 Thread Maciej Gąsiorowski
*slide* thanks for reply, but it doesn't solve my problem. I want to add images that will be visible to all recipients, no matter if they are logged into Jenkins or not. Any ideas ? :) W dniu piątek, 13 czerwca 2014 14:28:40 UTC+2 użytkownik slide napisał: > > If the recipient of the email is

Re: [Email-ext] Add images to mail

2014-06-16 Thread Slide
That's where the data-inline stuff comes in, the images will be inkined as base64 encoded data. On Jun 16, 2014 5:34 AM, "Maciej Gąsiorowski" < maciej.m.gasiorow...@gmail.com> wrote: > *slide* thanks for reply, but it doesn't solve my problem. > > I want to add images that will be visible to all r

Cannot launch slave agent on Win XP slave

2014-06-16 Thread David Aldrich
Hi We have multiple Win XP 64-bit slaves that we use with our Linux Jenkins master (v.1.565). Today, one of the slaves is failing to launch. This slave has launched fine in the past. Several error conditions occur: 1) Sometimes, when I click the "Launch slave agent" button, I see: POST

Jenkins Play plugin with Play framework 2.2.3

2014-06-16 Thread swastika basu
Hi All, I am using jenkins master (version 1.532.1) and Play Framework 2.2.3 and jenkins playframework plugin 0.0.12. I am getting error as In-valid syntax for any play command. I could see that the plugin is appending the workspace location every command it executes. Does playframework plugin

Re: [Email-ext] Add images to mail

2014-06-16 Thread Maciej Gąsiorowski
But when I add this to img tag, this does not change anything. Maybe I am doing something wrong ? Here is my code: Icons: ** W dniu poniedziałek, 16 czerwca 2014 14:39:40 UTC+2 użytkownik slide napisał: > > That's where the data-inline stuff comes in, the images wil

Re: Cannot launch slave agent on Win XP slave

2014-06-16 Thread Daniel Beck
On 16.06.2014, at 15:16, David Aldrich wrote: > 1) Sometimes, when I click the "Launch slave agent" button, I see: > > POST is required for hudson.slaves.SlaveComputer.doLaunchSlaveAgent > Will be fixed in 1.570. -- You received this message because you are subscribed to the Google Gr

Problem matching a value separated with commas

2014-06-16 Thread Maciej Jaros
Not sure if this is a bug or somehow desired behaviour, but I get this: Run condition [Regular expression match] preventing perform for step [Trigger/call builds on other projects] Regular expression run condition: Expression=[(^|,)dev2(,|$)], Label=[dev,dev2,dev3] So "dev,dev2,dev3" didn't m

Re: Problem matching a value separated with commas

2014-06-16 Thread Maciej Jaros
Maciej Jaros (2014-06-16 18:51): Not sure if this is a bug or somehow desired behaviour, but I get this: Run condition [Regular expression match] preventing perform for step [Trigger/call builds on other projects] Regular expression run condition: Expression=[(^|,)dev2(,|$)], Label=[dev,dev2,d

Re: Problems with email-ext messages after Jenkins upgrade, with both Perforce and Git SCM jobs

2014-06-16 Thread Jim Lloyd
Thank you Rob, that's exactly the info I need. It's not clear to me when I can expect a public release of the fixed perforce plugin, but at least now I understand specifically what the problem is and see options for how to work around it until there is a new release of the plugin. -Jim On Sun,

Need Plugin/Suggestion in for unlimited hierarchy in showing test results

2014-06-16 Thread Navya Sruti Sirugudi
Hi, I am currently trying to improve the way the test results are shown in the jenkins test results page for our project. Our tests are not writted using JUnit. I generate the testresults.xml in the Junit test results format and have the jenkins parse and show the details of the tests as a post

[ANN] JUC Berlin dinners

2014-06-16 Thread Kohsuke Kawaguchi
I've arranged two dinners for those who are coming to JUC Berlin. One before the event and one after the event. http://www.meetup.com/jenkinsmeetup/events/189413622/ http://www.meetup.com/jenkinsmeetup/events/189405872/ If you are coming to the event, looking forward to seeing you! -- Kohsuke