Re: qemu nodes are very slow in jenkins

2014-04-21 Thread Fatemeh Mehdizadeh
>Does that mean you are nesting a VM inside of a host which is already >a VM? That might be possible these days but I wouldn't expect it to >perform well. Thanks for your attention, Actually I have a topology file that built in gns3. I assign a vyatta image to qemu nodes and these qemues connect

Re: turn off html escaping of email content?

2014-04-21 Thread Slide
File an issue and I'll get to it when I can. On Mon, Apr 21, 2014 at 4:12 PM, Stephan Lips wrote: > Hmmm. So I looked at the src for CssInliner. Most interesting is that if > the attribute data-inline="true" is set on an node, the image is > retrieved, base64-encoded, and included inline. So

Re: turn off html escaping of email content?

2014-04-21 Thread Stephan Lips
Hmmm. So I looked at the src for CssInliner. Most interesting is that if the attribute data-inline="true" is set on an node, the image is retrieved, base64-encoded, and included inline. So I did a li'l test, where I referenced an image via URL, setting data-inline="true". And lo and behold, th

Re: turn off html escaping of email content?

2014-04-21 Thread Slide
Hmm, actually, it looks like the CssInliner could be doing something. It processes anything that is text/html. I had forgotten about that because I didn't write that part. There is currently not a way to turn it off. On Mon, Apr 21, 2014 at 3:24 PM, Stephan Lips wrote: > Nope, does not make a di

Unable to install Latest Long Term Support Release 1.532.3

2014-04-21 Thread Andrew Sumner
I'm using the Windows package installing on a Windows 2008 Server. I'm currently running LTS 1.532.1. I didn't have much luck with the automatic upgrade (installed but randomly throwing AD connection errors when using), so downgraded and now trying to upgrade manually. I downloaded the 1.53

Re: turn off html escaping of email content?

2014-04-21 Thread Stephan Lips
Nope, does not make a difference. I blank'd out all fields in the default email configuration, and configured the ext-email plug-in overrides. '+' characters in email content still arrive as + Is some jenkins/ext-email dependency doing this? Thx, S On Mon, Apr 21, 2014 at 3:59 PM, Slide wrot

RE: How can Jenkins on Linux server to trigger PowerShell script on a window server?

2014-04-21 Thread Lily Fu
Thanks Daniel and Les, For now, I configured in Java Control Panel to add jenkin's webserver url as allowed site and it's working now. Lily -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Les Mikesell Sent: Monday, April

Re: How to unsubscribe

2014-04-21 Thread Richard Bywater
Perhaps try what I think is the web based subscription setup @ http://groups.google.com/group/jenkinsci-users/subscribe Richard. On Tue, Apr 22, 2014 at 4:09 AM, Christopher Carlson wrote: > I have sent an email to jenkinsci-users+unsubscr...@googlegroups.com. I > received an e-mail with a li

Re: turn off html escaping of email content?

2014-04-21 Thread Slide
Email-ext DOES have it's own server configuration, you just have to check "override default settings" in the global config. That would be another thing to try, overriding the default settings so that the session is created completely in email-ext. On Mon, Apr 21, 2014 at 12:37 PM, Stephan Lips wr

Mercurial + multi-configuration job = extra branches, lots of pain

2014-04-21 Thread bluntcoder
Hi everyone, I'm looking for some insight on the best way to set-up a multi-configuration job in Jenkins using Mercurial. I have a project which has two platforms: mobile and web. First off, Jenkins decides arbitrarily which one to build first. Note that I have "Run each configuration sequent

Re: turn off html escaping of email content?

2014-04-21 Thread Stephan Lips
If I check 'save to workspace' the '+' chars are not being escaped with +. FWIW, I also tried a couple different email providers (my corporate smtp server, and google), in both cases the arriving email had the '+' substituted for ". Since ext-email does not have its own mail server configuration,

Re: turn off html escaping of email content?

2014-04-21 Thread Slide
I don't know of anything in the email-ext code that would escape anything like you are describing. Can you try checking the "save to workspace" checkbox in the project settings and see if the same escaping is shown in the saved off file? On Mon, Apr 21, 2014 at 11:08 AM, Stephan Lips wrote: > Ye

Re: How can Jenkins on Linux server to trigger PowerShell script on a window server?

2014-04-21 Thread Les Mikesell
On Mon, Apr 21, 2014 at 1:46 PM, Lily Fu wrote: > > On the slave window’s server, I installed > > > > java version 7 update 55 JRE I think you need to go to control panel/java and either tune down the security level or add your jenkins host as a site to allow. Depending on your windows version i

Re: How can Jenkins on Linux server to trigger PowerShell script on a window server?

2014-04-21 Thread Daniel Beck
On 21.04.2014, at 20:43, Lily Fu wrote: > Your security settings have blocked a self-signed application from running. > > My questions: where should I look into this security setting? > Jenkin's server? Firewall? Slave machine's IE browser setting? Jenken's > webserver? None of the above.

Re: qemu nodes are very slow in jenkins

2014-04-21 Thread Les Mikesell
On Mon, Apr 21, 2014 at 1:42 AM, Fatemeh Mehdizadeh wrote: > Hi all, > I'm on fedora 20. In my jenkins when I pressed build two qemu node should > boot with vyatta image. But they are too slowly. The cpu usage is also very > high when qemu is start. > > Cpu(s): 75.7% > qemu-system:40% > dynamips:4

Re: turn off html escaping of email content?

2014-04-21 Thread Stephan Lips
Yes, the issue reproduces with a template. Curiously, when testing the template (through the 'Email Template Testing' link in the workspace), the inserted base64 string renders correctly. The received email, however, still sees the + escapes instead of the '+' char, causing the base64 img src to

How to unsubscribe

2014-04-21 Thread Christopher Carlson
I have sent an email to jenkinsci-users+unsubscr...@googlegroups.com. I received an e-mail with a link, which I went to. I requested to unsubscribe, but I still get e-mails from the site. I now try to unsubscribe, and the only option provid

RE: How can Jenkins on Linux server to trigger PowerShell script on a window server?

2014-04-21 Thread Lily Fu
Thanks Les, I am a junior on Jenkins. Have been hearing people talking about slave, but I was at at that level yet. Thank you for pointing me the direction. I will take a look of the slave configuration. Thanks! Lily -Original Message- From: jenkinsci-users@googlegroups.com [mailto:j

Re: turn off html escaping of email content?

2014-04-21 Thread Slide
Yes, I'd like you to try and see if the issue occurs with a template. On Apr 21, 2014 6:49 AM, "Stephan Lips" wrote: > It reproduces without any templates. Simply put the following in the > 'Default Content' field of the ext-email configuration: > > > a+b > > The email received will show the ab

setting multiple build desc using 'Set build description' plugin

2014-04-21 Thread psn
I want to configure "Set Build Description Plugin" to list out all the change set for the CI builds. When Jenkins check out the Source from TFS, it will list the change set as follows: Changeset: 1234 09:59:26 User: 09:59:26 Date: Changeset: 1235 09:59:26 User: 09:59:26 Date:

Re:qemu nodes are very slow in jenkins

2014-04-21 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Are you saying that you can run two qemu 'nodes' without Jenkins and your system performs well? It's not surprising that starting up two virtual machines on your computer makes it run slower; you have given it more work to do! - Original Message - From: jenkinsci-users@googlegroups.com

Can't get svn revision number into FinalName

2014-04-21 Thread William Damage
I'm following this: https://maven-svn-revision-number-plugin.googlecode.com/svn/site/examples/artifact_name.html and I know it's working because I see the rev no echo'd out when I use it so: org.apache.maven.plugins maven-antrun-plugin

Re: turn off html escaping of email content?

2014-04-21 Thread Stephan Lips
It reproduces without any templates. Simply put the following in the 'Default Content' field of the ext-email configuration: a+b The email received will show the above as a+b (note the " in place of the '+' signs). Thx, - S On Fri, Apr 18, 2014 at 8:37 PM, Slide wrote: > Can you try

After restore, Jenkins build doesn't pick up changes anymore - unkown revision error

2014-04-21 Thread bluntcoder
Hi there, After requiring to restore a build from backup (by replacing the jobs folder in the jobs directory) I'm getting this error now when I build: abort: unknown revision '3da8d781e7109e0de4f1bcffd4ae368d0874f309'! ERROR: Previously built revision 3da8d781e7109e0de4f1bcffd4ae368d0874f309 is