RE: Hudson to Jenkins migration

2012-09-28 Thread Alex Earl
First, what version of Hudson are you trying to migrate from? The formats for the XML files diverged after a certain point l, which makes it very difficult to migrate. Are you using the deb packaging? Sent from my Windows Phone -- From: Fory Horio Sent: 9/28/2012 5:24 P

RE: Jenkins + Email-ext - How to configure per-project settings?

2012-10-05 Thread Alex Earl
This issue was that the email-ext couldn't be added to post build actions. If you have added it, and you are getting the emails, then you are not seeing this issue. The default email content for email-ext is not much different from the default mailer, you have to configure it how you want. Sent fr

RE: ERROR: Could not send email as a part of the post-build

2012-10-10 Thread Alex Earl
publishers. MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=e89a8ff1c166fd555b04cbc1c39d --e89a8ff1c166fd555b04cbc1c39d Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit The exception is different from that issue. I can't debug an old version, so please up

RE: Editable Email Notification. How do I set conditional Email

2012-11-08 Thread Alex Earl
Logic? MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=f46d044306707d987804ce08ac46 --f46d044306707d987804ce08ac46 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Also what do you mean based on the results? Based on the return code? Based on some output

RE: Editable Email Notification. How do I set conditional Email

2012-11-09 Thread Alex Earl
No, it doesnt Sent from my Windows Phone -- From: AdvanTiSS Sent: 11/9/2012 12:04 AM To: jenkinsci-users@googlegroups.com Cc: Varghese Renny Subject: Re: Editable Email Notification. How do I set conditional Email Pre-send script must have return statement if(cause) {

RE: Editable Email Notification. How do I set conditional Email

2012-11-09 Thread Alex Earl
I'm pretty sure it will take the value of the last expression. Sent from my Windows Phone -- From: AdvanTiSS Sent: 11/9/2012 7:12 AM To: jenkinsci-users@googlegroups.com Cc: AdvanTiSS; Varghese Renny Subject: Re: Editable Email Notification. How do I set conditional Ema

RE: Eamil-ext plugin add text to msg

2012-11-14 Thread Alex Earl
Just put it into the content template, why do it through a pre-send script? The templates are very powerful. Sent from my Windows Phone -- From: Sven Finsterwalder Sent: 11/14/2012 4:35 AM To: jenkinsci-users@googlegroups.com Subject: Re: Eamil-ext plugin add text to ms

RE: Eamil-ext plugin add text to msg

2012-11-14 Thread Alex Earl
Please look at the wiki where it talks about groovy templates. You can do checks for things just like the code you have in the pre-send script, but then you don't have to worry about modifying the message afterward. Sent from my Windows Phone -- From: Sven Finsterwalder

RE: Jenkins email ext plugin -To Send the file contents as mail

2012-11-14 Thread Alex Earl
message body MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="=_Part_375_26436934.1352907687514" --=_Part_375_26436934.1352907687514 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit You most likely can't send an iframe correctly in an emai

RE: Exception while using groovy-html.template in editable eamil

2012-11-15 Thread Alex Earl
notification MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="=_Part_1555_14652804.1352977427918" --=_Part_1555_14652804.1352977427918 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit You don't need to worry about init.groovy, it is not cu

RE: email-ext and Send To Committers

2012-11-23 Thread Alex Earl
It depends on how the git plugin is resolving the email address. If it's not resolving correctly, then email-ext will add the default domain. Sent from my Windows Phone -- From: Dan Stine Sent: 11/23/2012 1:40 PM To: jenkinsci-users@googlegroups.com Subject: email-ext a

RE: Email Ext plugin with parameterized booelans

2012-11-29 Thread Alex Earl
In the groovy template you would need to get a variable resolved from the build instance, then you can resolve your parameters. Sent from my Windows Phone From: mickeys Sent: 11/29/2012 4:12 AM To: jenkinsci-users@googlegroups.com Subject: Email Ext plugin with parameterized booelans I have a ques

RE: issue with Chrome Version 23.0.1271.95

2012-12-05 Thread Alex Earl
Any errors on the JavaScript console? Sent from my Windows Phone -- From: Kamal Ahmed Sent: 12/5/2012 6:55 PM To: jenkinsci-users@googlegroups.com Subject: issue with Chrome Version 23.0.1271.95 There seems to be an issue with Chrome Version 23.0.1271.95. Pull Down Men

RE: Hudson to Jenkins migration

2012-12-18 Thread Alex Earl
It depends on what version. The last point at which it will probably work very well is 1.3x. After that the formats for the job and config XML diverged significantly. Sent from my Windows Phone From: Stuart Lorber Sent: 12/18/2012 7:43 AM To: jenkinsci-users@googlegroups.com Subject: Hudson to Jen

RE: Hudson to Jenkins migration

2012-12-18 Thread Alex Earl
I'm not familiar with the installers, but it would probably be a good idea. Sent from my Windows Phone From: Les Mikesell Sent: 12/18/2012 10:50 AM To: jenkinsci-users@googlegroups.com Cc: Stuart Lorber Subject: Re: Hudson to Jenkins migration On Tue, Dec 18, 2012 at 8:56 AM, Alex Earl

RE: Hudson to Jenkins migration

2012-12-19 Thread Alex Earl
I think you misunderstood what I meant. After the split if Jenkins and Hudson, which was around 1.390 or something like that, Hudson changed its format for storing configuration in the XML. This does not mean that Jenkins 1.390 is compatible with current Hudson XML, it means that Hudson's file form

RE: Token Macro plugin v1.5.1 disrupts Email-Ext plugin

2012-12-27 Thread Alex Earl
notifications MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="=_Part_459_28571250.1356676206148" --=_Part_459_28571250.1356676206148 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Email-ext has not been tested with 1.494, it is tested w

RE: Token Macro plugin v1.5.1 disrupts Email-Ext plugin

2012-12-28 Thread Alex Earl
It will not be tested with latest, only with the latest LTS release, this is pretty common among plugins. As for token macro, 1.5.1 is the version email-ext conditionally depends on. Sent from my Windows Phone -- From: Vikram Toprani Sent: 12/27/2012 11:46 PM To: jenkin

RE: migration hudson 2.2.0 to jenkins

2012-12-28 Thread Alex Earl
My guess is you could do something with xslt to transform the XML between formats, but you would need to understand both formats in depth. I don't know that anyone on this list knows the new Hudson format well at all, but there would be plenty of help for the Jenkins format on here. Sent from my W

RE: TFS/Maven/Linux Help needed!

2013-01-03 Thread Alex Earl
It looks like it can't find the tf command, at least that's what it looks like to me. Sent from my Windows Phone -- From: Steve Brice Sent: 1/3/2013 8:55 AM To: jenkinsci-users@googlegroups.com Subject: TFS/Maven/Linux Help needed! We are currently migrating from Windo

RE: migration hudson 2.2.0 to jenkins

2013-01-03 Thread Alex Earl
Yes, the fork happened around 1.395 or so. I don't know what version Hudson changed the format. Sent from my Windows Phone -- From: Daniel Fortunov Sent: 1/3/2013 5:18 PM To: jenkinsci-users@googlegroups.com Subject: Re: migration hudson 2.2.0 to jenkins What is the la

RE: Problem while migrating from Hudson 2.1.2

2013-01-07 Thread Alex Earl
If you look at the wiki page for migrating from Hudson, you'll notice in bold red text that you can only upgrade from <=1.398 reliably. Hudson changed the format of their XML after that and so the formats are no longer compatible. Sent from my Windows Phone -- From: bth

RE: Read-only configurations plugin for latest jenkins

2013-01-09 Thread Alex Earl
FYI, latest Jenkins is 1.497 or something close to that, not 1.466 Sent from my Windows Phone -- From: Sumit Nagal Sent: 1/8/2013 11:26 PM To: jenkinsci-users@googlegroups.com Subject: Read-only configurations plugin for latest jenkins Hi, I want to know if this plug-

RE: MSBuild VC++ User settings

2013-01-09 Thread Alex Earl
What configuration do you mean? Sent from my Windows Phone -- From: mwpowellhtx Sent: 1/9/2013 4:05 PM To: jenkinsci-users@googlegroups.com Subject: MSBuild VC++ User settings Hello, Probably more a VS2008 and/or MSBuild question, but I'll ask here anyway I've got a

RE: jenkins/hudson problem with changelog when updating files from svn:externals

2013-01-10 Thread Alex Earl
You could fork, make the patch and create a pull request if one hasn't been made already. That would probably help get it done faster. Sent from my Windows Phone -- From: Tomasz Arendt Sent: 1/10/2013 7:39 AM To: jenkinsci-users@googlegroups.com Subject: jenkins/hudson

RE: Issue with Email-Ext plugin-Please help

2013-01-10 Thread Alex Earl
You may need to create your own template. Look at the wiki for more information. Sent from my Windows Phone -- From: uma shankar Sent: 1/10/2013 10:53 AM To: jenkinsci-users@googlegroups.com Subject: Issue with Email-Ext plugin-Please help Hi, ** ** I am trying t

RE: Issue with Email-Ext plugin-Please help

2013-01-10 Thread Alex Earl
The default groovy template should have the info. Sent from my Windows Phone -- From: uma shankar Sent: 1/10/2013 11:22 AM To: Alex Earl Cc: jenkinsci-users@googlegroups.com Subject: Re: Issue with Email-Ext plugin-Please help Hi Alex, I have tried in many ways to

RE: Email-ext plugin. variable substitution in included file ?

2013-01-11 Thread Alex Earl
Yes, this is expected, the file token supports nested content. Sent from my Windows Phone From: chris_willia...@dell.com Sent: 1/11/2013 3:02 PM To: jenkinsci-users@googlegroups.com Subject: Email-ext plugin. variable substitution in included file ? We are using the "${FILE,path}" token to include

RE: Jelly script, for email

2013-01-16 Thread Alex Earl
Use a groovy template Sent from my Windows Phone -- From: japinder gill Sent: 1/16/2013 4:07 AM To: jenkinsci-users@googlegroups.com Subject: Jelly script, for email Hello, I need to embed selenium result html report into email notification. The auto mail send after

RE: Emails not saving on email notification job option.

2013-01-16 Thread Alex Earl
Are you using Mailer or email-ext? Sent from my Windows Phone -- From: Jeff Sent: 1/16/2013 2:13 PM To: jenkinsci-users@googlegroups.com Subject: Emails not saving on email notification job option. I have a jenkins server (Ubuntu 12.04+Tomcat7 + Oracle JDK 7u6) with on

RE: Doing Builds using clearcase dynamic views

2013-01-21 Thread Alex Earl
Can you help us help you, by giving any errors you are seeing it what specifically is not working? Sent from my Windows Phone -- From: Bhaskar Juda Sent: 1/21/2013 5:43 PM To: jenkinsci-users@googlegroups.com Subject: Doing Builds using clearcase dynamic views Hi All,

RE: Jenkins fails to send email

2013-01-23 Thread Alex Earl
This looks similar to something people are seeing with email-ext with the latest as well. If you don't have anything company secret, would you be willing to zip up your entire Jenkins home and post it somewhere? Sent from my Windows Phone -- From: Chris Jones Sent: 1/24

RE: jobs aborted [matrix job] (jenkins 1.495)

2013-01-24 Thread Alex Earl
Are you using mailer or email-ext? Sent from my Windows Phone From: CHAVANNE Robert Sent: 1/24/2013 8:39 PM To: jenkinsci-users@googlegroups.com Subject: jobs aborted [matrix job] (jenkins 1.495) Hello, I'm working under Jenkins version 1.495. I have a matrix project that usually works fine. I bui

RE: How do I troubleshoot the ${CHANGES} token when sending an

2013-01-28 Thread Alex Earl
email MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="=_Part_983_23601516.1359417033123" --=_Part_983_23601516.1359417033123 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Yes, the global config is as you said. Sent from my Windows Pho

RE: How do I troubleshoot the ${CHANGES} token when sending an

2013-01-29 Thread Alex Earl
email MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="=_Part_912_13493124.1359481995454" --=_Part_912_13493124.1359481995454 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit I develop the plugin, so I'm quite sure where that token comes f

RE: $HOSTNAME in email-ext plugins

2013-02-05 Thread Alex Earl
I don't think it's a bug, if the variable isn't available, there is nothing email-ext can do to get it really. Sent from my Windows Phone -- From: Foxgang Sent: 2/5/2013 16:22 To: jenkinsci-users@googlegroups.com Subject: Re: $HOSTNAME in email-ext plugins That's a rea

RE: BUILD_LOG_REGEX and Email

2013-02-22 Thread Alex Earl
I'd recommend getting your regex working outside of Jenkins using one of the many online tools. Then once you have it working there try again Sent from my Windows Phone From: nes_welsh Sent: 2/22/2013 7:19 To: jenkinsci-users@googlegroups.com Subject: BUILD_LOG_REGEX and Email Hi All, I am trying

RE: Email-Notification with build failure reason in a poll / build scenario

2013-02-25 Thread Alex Earl
If you can get to the failure reason from code, using the groovy template feature of email-ext might work for you Sent from my Windows Phone -- From: Joern Boegeholz Sent: 2/25/2013 6:04 To: jenkinsci-users@googlegroups.com Subject: Email-Notification with build failure

RE: Quickly testing Jelly templates with email-ext?

2013-02-25 Thread Alex Earl
Sadly there currently isn't a nice way to do this. There is a bug filed requesting the ability to test using a previous build, but I haven't had a chance to implement it. Sent from my Windows Phone -- From: Josh Unger Sent: 2/25/2013 17:36 To: jenkinsci-users@googlegrou

RE: email-ext Exception while replacing BUILD_LOG_EXCERPT. Please

2013-03-05 Thread Alex Earl
report this as a bug. ]] {{ java.lang.NullPointerException }} MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="1869880960-1242272882-1362493139=:18508" --1869880960-1242272882-1362493139=:18508 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit I need more

RE: Send Email Based On Conditional

2013-03-06 Thread Alex Earl
I'm trying to release more often, so I hope to have the script triggers in and do a release in two weeks. Hopefully that is not too long to wait. I could possibly give you an rc build earlier if you wanted. Sent from my Windows Phone -- From: Eduardo Dias Sent: 3/6/2013

RE: Any way to find a plug-in configuration value of a job from

2013-03-06 Thread Alex Earl
groovy email template? MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="=_Part_1211_13601326.1362621484314" --=_Part_1211_13601326.1362621484314 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit build.parent.publisherList will get you all t

RE: How can I set recipient list?

2013-03-08 Thread Alex Earl
If you are using email-ext, you could do it with a presend script. Sent from my Windows Phone -- From: Eduardo Dias Sent: 3/8/2013 12:37 To: jenkinsci-users Subject: How can I set recipient list? Hi All, is possible to define Jenkins email recipient list base on the b

RE: Email-ext: How do I configure the email triggers based on the

2013-03-12 Thread Alex Earl
error in build logs MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="=_Part_1915_32336246.1363110706893" --=_Part_1915_32336246.1363110706893 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit You could possibly use a presend script, or wait

RE: email-ext groovy script groovy-html.template does not display

2013-04-08 Thread Alex Earl
the yellow, red and blue buttons MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="942553102-1508715359-1365465321=:85628" --942553102-1508715359-1365465321=:85628 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Is Jenkins running on the machi

RE: email-ext groovy script groovy-html.template does not display

2013-04-09 Thread Alex Earl
, the jelly script DOES work, with URL: but not the Groovy script , with the same URL, for yellow.gif -- *From:* Alex Earl *To:* Kamal Ahmed ; " jenkinsci-users@googlegroups.com" *Sent:* Monday, April 8, 2013 8:22 PM *Subject:* RE: email-ext groovy scr

RE: Problem with sending email

2013-04-16 Thread Alex Earl
Did you try enabling the javamail debug like I suggested? Sent from my Windows Phone -- From: Vladimir Zak Sent: 4/16/2013 10:00 To: jenkinsci-users@googlegroups.com Subject: Re: Problem with sending email Hello, I tried to run new jenkins from the war and try to send

RE: How to Install ClearCase plugins without Internet connection

2013-04-17 Thread Alex Earl
Download the hpi/jpi files and you can upload them via Jenkins' web interface. Sent from my Windows Phone -- From: Anna Sent: 4/17/2013 10:44 To: jenkinsci-users@googlegroups.com Subject: How to Install ClearCase plugins without Internet connection I am trying to insta

RE: email notifications have issues for Jenkins master in Amazon

2013-04-20 Thread Alex Earl
EC2 instance MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="=_Part_149_27066421.1366519937291" --=_Part_149_27066421.1366519937291 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Do you have the mailer plugin installed? What version of

RE: email notifications have issues for Jenkins master in Amazon

2013-04-22 Thread Alex Earl
EC2 instance MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b5d58869e96a304dafcd596 --047d7b5d58869e96a304dafcd596 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Wouldn't the version of Jenkins use the version if mailer bundled? Sent from my Wind

RE: No Emails were sent from Jenkins Build server

2013-04-23 Thread Alex Earl
Does the full list of INVALID email addresses match who you are expecting the email to go to? You could enable javamail debugging via a command line switch. Sent from my Windows Phone -- From: shumei Sent: 4/23/2013 7:34 To: jenkinsci-users@googlegroups.com Subject: No

RE: jenkins e-mail ext DEFAULT_CONTENT does not expand

2013-04-24 Thread Alex Earl
pre-build/post build added token MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="=_Part_89_9798859.1366811681215" --=_Part_89_9798859.1366811681215 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit They are expanded the same way, so I need

RE: Jenkins Plugins: Recommended UI Technology?

2013-05-14 Thread Alex Earl
I'd highly recommend using Groovy instead of Jelly. It is way easier to work with and debug. Sent from my Windows Phone -- From: Jochen Ehret Sent: 5/14/2013 1:55 To: jenkinsci-users@googlegroups.com Subject: Jenkins Plugins: Recommended UI Technology? Hi all, we are

RE: Resend: Publish Over CIFS Plugin fails when used over internet

2013-05-16 Thread Alex Earl
I'm not sure there is a maintainer, I don't work on it anymore... Sent from my Windows Phone -- From: Richard J Sent: 5/16/2013 6:36 To: jenkinsci-users@googlegroups.com Subject: Re: Resend: Publish Over CIFS Plugin fails when used over internet Well, humor aside.. I

RE: email-ext: pass parameters to script?

2013-05-17 Thread Alex Earl
No, there is not currently a way to do that. Sent from my Windows Phone From: Chris Withers Sent: 5/17/2013 1:26 To: jenkinsci-users@googlegroups.com Subject: email-ext: pass parameters to script? Hi All, I currently have a distributions.template that does the following: """ Distributions used:

RE: Email test results if it passed

2013-05-17 Thread Alex Earl
Check the email-ext plugin it adds a ton if options for sending emails. Sent from my Windows Phone -- From: hDadgari Sent: 5/17/2013 14:16 To: jenkinsci-users@googlegroups.com Subject: Email test results if it passed Hi, Is there way to setup jenkins to send test res

RE: Email notification recipients are not saved

2013-05-20 Thread Alex Earl
For email-ext, you would use ${ENV, var="YOUR_VAR"} Sent from my Windows Phone -- From: Antti Ollilainen Sent: 5/20/2013 6:53 To: jenkinsci-users@googlegroups.com Subject: Email notification recipients are not saved Hi list, I'm having a problem with Jenkins not savin

RE: Email notification recipients are not saved

2013-05-20 Thread Alex Earl
I don't know what "Build Settings" is, what type of job are you using? Free style? Maven? Something else? Also, can you remind me what version of Jenkins you are using? Sent from my Windows Phone -- From: Antti Ollilainen Sent: 5/20/2013 22:39 To: jenkinsci-users@google

RE: Email notification recipients are not saved

2013-05-20 Thread Alex Earl
Can you upload you global and job config XML files somewhere? Sent from my Windows Phone -- From: Antti Ollilainen Sent: 5/20/2013 23:11 To: jenkinsci-users@googlegroups.com Cc: Antti Ollilainen Subject: Re: Email notification recipients are not saved It's Jenkins 1.51

RE: Jenkins in windows

2013-05-22 Thread Alex Earl
Lance, We run Jenkins on windows with no issues. Can you describe the issues you are having in more detail? Thanks, Alex Sent from my Windows Phone -- From: lance.e.mead@mail.mil Sent: 5/22/2013 9:57 To: jenkinsci-users@googlegroups.com Subject: Jenkins in window

RE: Jenkins + Email-ext - How to configure per-project settings?

2012-05-13 Thread Alex Earl
Someone else mentioned this as well, I haven't had a chance to look into it yet. It seems like something with the new post build configuration (dropdown list) stuff. Sent from my Windows Phone -- From: v0idnull Sent: 5/13/2012 12:09 PM To: jenkinsci-users@googlegroups.c

RE: Jenkins + Email-ext - How to configure per-project settings?

2012-05-15 Thread Alex Earl
uration option you can customise the messages. Hope this helps! On May 13, 9:30 pm, Alex Earl wrote: > Someone else mentioned this as well, I haven't had a chance to look into it > yet. It seems like something with the new post build configuration > (dropdown list) stuff. > >

RE: Changing jenkins URL doesn't work

2012-05-16 Thread Alex Earl
Let me look up the bug number, it may not have gotten in until the release today of 2.21 Sent from my Windows Phone From: Venkat Sent: 5/16/2012 4:26 PM To: Jenkins Users Subject: Re: Changing jenkins URL doesn't work Yes, I am using email-ext. After your response, I've upgraded email- ext to the

RE: email-ext plugin - changes in groovy script don't upload

2012-05-21 Thread Alex Earl
I've never seen that issue and use the groovy script extensively. Please give more info about your platform and environment. Thanks, Slide Sent from my Windows Phone -- From: Odi Sent: 5/21/2012 12:55 AM To: jenkinsci-users@googlegroups.com Subject: email-ext plugin -

RE: Email with pmd | checkstyle

2012-05-23 Thread Alex Earl
You would use them the same way they are used in Java. Sent from my Windows Phone -- From: arjun tr Sent: 5/23/2012 11:29 AM To: jenkinsci-users@googlegroups.com Subject: Re: Email with pmd | checkstyle I tried looking into analysis core and analysis collector plugin b

RE: Email notification when built on different slaves

2012-05-25 Thread Alex Earl
Are you using the built in emailed, or email-ext? Sent from my Windows Phone -- From: hezjing Sent: 5/25/2012 5:25 PM To: jenkinsci-users@googlegroups.com Subject: Re: Email notification when built on different slaves FYI, I have created a JIRA issue for this, https://

RE: Beta Channel for Update Center?

2012-05-29 Thread Alex Earl
How do plugin owners decide when their plugin goes into LTS? Sent from my Windows Phone From: Jesse Farinacci Sent: 5/29/2012 10:22 AM To: jenkinsci-users@googlegroups.com Subject: Re: Beta Channel for Update Center? Greetings, On Tue, May 29, 2012 at 12:43 PM, Slide wrote: > In talking with a f

RE: Jenkins not catching Build errors

2012-05-31 Thread Alex Earl
Look into the msbuild plugin on the Jenkins wiki. Sent from my Windows Phone -- From: Steve Berg Sent: 5/31/2012 2:07 PM To: jenkinsci-users@googlegroups.com Subject: Re: Jenkins not catching Build errors Using Visual Studio solutions files sounds promising. Where can

RE: Error in downloading Jenkins source code from GIT.

2012-05-31 Thread Alex Earl
What jdk are you trying to build with? Sent from my Windows Phone -- From: sangeetha saggam Sent: 5/31/2012 6:20 PM To: jenkinsci-users@googlegroups.com Subject: Error in downloading Jenkins source code from GIT. Hello , I am new to Jenkins and can somebody *please *he

RE: Email-ext plugin issues

2012-06-01 Thread Alex Earl
${FILE, path="packages.txt"} is the correct syntax I believe. Can you post your usage of the parameters? Sent from my Windows Phone -- From: Scott Lavender Sent: 6/1/2012 4:34 AM To: jenkinsci-users@googlegroups.com Subject: Email-ext plugin issues I have two issues wi

RE: Email-ext plugin issues

2012-06-01 Thread Alex Earl
All of the content tokens are documented in the plugin's config areas. There is a help link that expands and shows the available contents and how to use them. Sent from my Windows Phone -- From: Scott Lavender Sent: 6/1/2012 5:02 AM To: Alex Earl Cc: jenkinsci-

RE: Email-ext plugin issues

2012-06-01 Thread Alex Earl
I'll try and make it more obvious, any suggestions? Sent from my Windows Phone -- From: Scott Lavender Sent: 6/1/2012 5:07 AM To: Alex Earl Cc: jenkinsci-users@googlegroups.com Subject: Re: Email-ext plugin issues I know... I was using that as a guide, but it wa

RE: Error deleting file in unit test

2012-06-01 Thread Alex Earl
Are you running your Jenkins on Windows by chance? Sent from my Windows Phone -- From: Xavier NOPRE Sent: 6/1/2012 5:20 AM To: jenkinsci-users Subject: Error deleting file in unit test Hi all, My context : new Java application, recent Jenkins, Maven projet, ... In a

RE: Multi-process jobs in Windows

2012-06-01 Thread Alex Earl
Are you running under cygwin or using a native win32 make? We run -j5 with no problems for several jobs which run under cygwin. Sent from my Windows Phone From: chris Sent: 6/1/2012 3:42 PM To: Jenkins Users Subject: Multi-process jobs in Windows Hey, I am trying to setup a new job that uses make

RE: Get summary on test results in jelly report

2012-06-02 Thread Alex Earl
The whole Jenkins object model is available, its can just be tricky to get at things sometimes. Sent from my Windows Phone From: Antanina Sent: 6/2/2012 9:11 AM To: Jenkins Users Subject: Get summary on test results in jelly report Hi All, I use Jelly email template for Jenkins reports and I want

RE: git on jenkins

2012-06-03 Thread Alex Earl
The git plugin should do what you want. Jenkins uses git heavily for development so the plugin is very stable. Sent from my Windows Phone -- From: ibiiztera Sent: 6/3/2012 5:31 AM To: jenkinsci-users@googlegroups.com Subject: git on jenkins how can i use a git reposito

RE: Emails when builds

2012-06-04 Thread Alex Earl
You probably want the email-ext plugin which has richtext email options. Sent from my Windows Phone -- From: Manuel Dahmen Sent: 6/4/2012 4:48 AM To: jenkinsci-users@googlegroups.com Subject: Emails when builds Hello, I've seen in the Jenkins interface that there is a

RE: Understanding Console Output

2012-06-05 Thread Alex Earl
You may want to look at the msbuild plugin, it should work with dbuikd which is the mono implementation of msbuild. You'd need to install mono and build for sure. Sent from my Windows Phone -- From: Steve Berg Sent: 6/5/2012 11:52 AM To: jenkinsci-users@googlegroups.com

RE: New guy questions

2012-06-05 Thread Alex Earl
I'll put it this way, anything you can do from the command line you can do in Jenkins. There are plenty of wiki pages that you can use as reference Sent from my Windows Phone -- From: louwho Sent: 6/5/2012 5:46 PM To: jenkinsci-users@googlegroups.com Subject: Re: New gu

RE: New guy questions

2012-06-06 Thread Alex Earl
You can setup your builds to do SCM polling, which will, on a schedule you determine go look to see if there are changes in the SCM. If there are no changes, it won't build the project, if there are changes it will update the local copy and execute the build steps. You need to install a plugin for

RE: Jenkins Jobs hangs at sending email

2012-06-07 Thread Alex Earl
Is this with the default mailer? Sent from my Windows Phone -- From: vprasad79 Sent: 6/7/2012 1:56 AM To: jenkinsci-users@googlegroups.com Subject: Jenkins Jobs hangs at sending email Some of our Jenkins jobs get hanged to the point where it says: Sending email for tr

RE: SVN revision number inconsistency between build page and

2012-06-07 Thread Alex Earl
environment variable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Are you expecting that the number of the build will match the SVN revision? Sent from my Windows Phone From: pmon Sent: 6/7/2012 9:21 PM To: Jenkins Users Subject: Re: SVN

RE: Jenkins CLI user gets locked in Active Directory

2012-06-08 Thread Alex Earl
Can you check the logs for authentication and see if AD is being tried before the key based auth? Sent from my Windows Phone From: Lewis, Eric Sent: 6/8/2012 6:32 AM To: jenkinsci-users@googlegroups.com Subject: AW: Jenkins CLI user gets locked in Active Directory Sorry! :-) Yes, Jenkins is runni

RE: Jenkins CLI user gets locked in Active Directory

2012-06-08 Thread Alex Earl
ave access to those logs. Best regards, Eric -Ursprüngliche Nachricht- Von: Alex Earl [mailto:slide.o@gmail.com] Gesendet: Freitag, 8. Juni 2012 16:00 An: Lewis, Eric; jenkinsci-users@googlegroups.com Betreff: RE: Jenkins CLI user gets locked in Active Directory Can you check th

RE: Jenkins CLI user gets locked in Active Directory

2012-06-08 Thread Alex Earl
u, so could you tell me where I find those logs? (Also, I'm not root either) Best regards, Eric -Ursprüngliche Nachricht- Von: Alex Earl [mailto:slide.o@gmail.com] Gesendet: Freitag, 8. Juni 2012 16:23 An: Lewis, Eric; jenkinsci-users@googlegroups.com Betreff: RE: Jenkins CLI user g

RE: Jobs failing during workspace clean ...

2012-06-09 Thread Alex Earl
Are you running Jenkins on Windows? Sent from my Windows Phone -- From: Jeff Sent: 6/9/2012 4:40 PM To: jenkinsci-users@googlegroups.com Subject: Jobs failing during workspace clean ... I'm getting intermittent failures for no apparent reason on nearly all my jobs wher

RE: New guy questions

2012-06-11 Thread Alex Earl
You would probably need to rub it through cscript.exe and launch with start /wait Sent from my Windows Phone -- From: louwho Sent: 6/11/2012 5:58 AM To: jenkinsci-users@googlegroups.com Cc: louwho Subject: Re: New guy questions Can you call VBscript from jenks. I have

RE: Jenkins executing build .bat with gui

2012-06-14 Thread Alex Earl
Running explorer.exe would launch the application which would never close since explorer just opens. That doesn't make much sense ad I reread it but hopefully you get what I mean. If you want to just test by starting Jenkins from the cmdline, just stop the service and try running. Sent from my Win

RE: Jenkins Jobs hangs at sending email

2012-06-18 Thread Alex Earl
This would be a change in the specific plugin that is trying to resolve, in this case either LDAP or Active Directory. Sent from my Windows Phone -- From: vprasad79 Sent: 6/17/2012 10:49 PM To: jenkinsci-users@googlegroups.com Cc: vprasad79 Subject: Re: Jenkins Jobs han

RE: Jenkins Jobs hangs at sending email

2012-06-18 Thread Alex Earl
I thought there was a separate setting for it let me look. Sent from my Windows Phone -- From: vprasad79 Sent: 6/17/2012 11:01 PM To: jenkinsci-users@googlegroups.com Cc: vprasad79 Subject: Re: Jenkins Jobs hangs at sending email Hello Slide, Please can I know how to

RE: Git clone fails with NPE and 'missing' exe

2012-06-29 Thread Alex Earl
Did you install to the home of the user running Jenkins? Sent from my Windows Phone -- From: Kurt Granroth Sent: 6/29/2012 10:44 AM To: jenkinsci-users@googlegroups.com Subject: Git clone fails with NPE and 'missing' exe I am unable to perform a git clone using a Jenki

RE: jenkins shows sucessful build while tests fail

2012-07-01 Thread Alex Earl
How are you running your tests? If whatever you are using to run tests returns success, then the build will be marked as success. Sent from my Windows Phone -- From: Eslam Mamdouh El Husseiny Sent: 7/1/2012 10:18 AM To: jenkinsci-users@googlegroups.com Subject: jenkins

FW: reason for jenkins hanging at email sending in email-ext and

2012-07-01 Thread Alex Earl
ldap MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Forwarding for the list's benefit. This looks like something that we would need to visit in the core email address resolution code. Sent from my Windows Phone From: nathan.grunzw...@hp.co

RE: Hudson remote build job kick off

2012-07-02 Thread Alex Earl
You'd probably want to use host B as a slave and tie the job to that slave. You can check the wiki for information on the master/slave setup. Sent from my Windows Phone -- From: zw Sent: 7/2/2012 12:07 PM To: jenkinsci-users@googlegroups.com Subject: Hudson remote build

RE: groovy script error No such property: manager for class

2012-07-19 Thread Alex Earl
Just check the javadocs, you can use pretty much everything from there. Sent from my Windows Phone -- From: Kamal Ahmed Sent: 7/20/2012 9:25 AM To: jenkinsci-users@googlegroups.com Subject: groovy script error No such property: manager for class Hi, Is there a working

RE: Jenkins ver. 1.475 , NO plugins in Available tab

2012-07-28 Thread Alex Earl
For some reason I've seen it take a while for the update center update to work after a fresh install, not sure why. Try waiting a while longer. Sent from my Windows Phone -- From: krishna chaitanya kurnala Sent: 7/28/2012 5:30 PM To: jenkinsci-users@googlegroups.com Sub

RE: how to read a slave log into email-ext via groovy script

2012-07-30 Thread Alex Earl
template MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="=_Part_1427_17794027.1343641681717" --=_Part_1427_17794027.1343641681717 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit build.getLog has a couple of versions for different purpose

RE: miss changelist number in email-ext plug-in with Perforce

2012-08-02 Thread Alex Earl
spc is just a shortcut for   You may have to roll your own template, there is info on how to do that on the wiki. Sent from my Windows Phone -- From: michael chiu Sent: 8/2/2012 8:50 AM To: jenkinsci-users@googlegroups.com Subject: miss changelist number in email-ext p

RE: Delete button on build steps not working

2012-08-07 Thread Alex Earl
Does the button get the normal look and feel of the Jenkins UI? Sent from my Windows Phone -- From: Stuart Whelan Sent: 8/7/2012 6:47 PM To: jenkinsci-users@googlegroups.com Subject: Delete button on build steps not working I have a new an installation of Jenkins 1.476

RE: Delete button on build steps not working

2012-08-07 Thread Alex Earl
Aug 8, 2012 at 1:58 PM, Alex Earl wrote: > Does the button get the normal look and feel of the Jenkins UI? > > Sent from my Windows Phone > -- > From: Stuart Whelan > Sent: 8/7/2012 6:47 PM > To: jenkinsci-users@googlegroups.com > Subject: D

  1   2   >