Re: mailing list with Email plugins - quick question

2013-05-09 Thread Brad Knowles
On May 9, 2013, at 9:11 PM, Z W wrote: > We have a linux box that runs Jenkins. > The entering/deleting of individual emails is painful. > Is there a way to set up mailing list on the linux box so it is easier to > manage job notifications via subscription ? Mailman? -- Brad Knowles LinkedIn

mailing list with Email plugins - quick question

2013-05-09 Thread Z W
Hi All We have a linux box that runs Jenkins. The entering/deleting of individual emails is painful. Is there a way to set up mailing list on the linux box so it is easier to manage job notifications via subscription ? Thanks -- You received this message because you are subscribed to the Google

Re: Run JUnit in Jenkins

2013-05-09 Thread raf das
perfect, then as I squeegee my tests in the jenkins? I was told that is easier when configured with maven Em quinta-feira, 9 de maio de 2013 18h40min09s UTC-3, Kevin Fleming escreveu: > > No, Jenkins can run any type of build that can be scripted (that's what > 'freestyle' projects are for). >

Re: Run JUnit in Jenkins

2013-05-09 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
No, Jenkins can run any type of build that can be scripted (that's what 'freestyle' projects are for). - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: May 9 2013 17:37:38 Let's start from the beginning. for I run my tests in jenkins,

Re: Run JUnit in Jenkins

2013-05-09 Thread raf das
Let's start from the beginning. for I run my tests in jenkins, I need to convert my project to maven, right? Em quinta-feira, 2 de maio de 2013 18h06min02s UTC-3, raf das escreveu: > > Hi friends, > > I have my ready tests with selenium and JUnit. > > > How can I run on jenkins? > -- You receiv

RE: Concurrent builds with SCM polling

2013-05-09 Thread Mandeville, Rob
I believe that the behavior you are seeing is by design. The concurrent builds checkbox allows you to run multiple instances of that job at all, but the SCM poller will only launch one at a time. Basically, with the checkbox you could kick off as many builds as you wanted manually. If you rea

Re: nar-plugin integration

2013-05-09 Thread Rob Campbell
>From looking at the source, it appears Jenkins doesn't actually set maven.test.failure.ignore. It modifies the testFailureIgnore property of the surefire plugin. Curiosity satisfied. I'll just specify maven.test.failure.ignore=true in my project build configuration. On Wednesday, May 8, 2013 4

Concurrent builds with SCM polling

2013-05-09 Thread David Shaw
Hello, Here's what I'm trying to do: I have a project stored in Mercurial and I want to have Jenkins check every 30 minutes for changes (build trigger to poll the SCM every 30 minutes), and if it finds any changes, to build that project. That part works fine. However, the project takes a long

Warnings Plugin Issue

2013-05-09 Thread Fisher, Allen
Hi All-- We're having an issue with one of our builds that uses the MSBuild plugin where the Warnings plugin gives me new warnings with every build, even though they're not new. We have a groovy query of the REST API that sends an email when someone lets a new warning by (using Email-EXT) and t

Re: Deployment Tools

2013-05-09 Thread Les Mikesell
On Thu, May 9, 2013 at 3:47 AM, Thomas Sundberg wrote: > On 9 May 2013 08:11, Suri wrote: >> >> We need deployment tool that meet all our requirements. Below are the basic >> requirement. >> > > I would, however, look at Puppet and Chef to see if they are fit for > your need. They are both agent

Re: Newbie question - Setting environment variables on remote node - EnvInject?

2013-05-09 Thread Jerry Maloney
For Windows builds, use the build step "Run Windows batch file" and make it something like: echo GRAILS_HOME=%GRAILS_HOME% > %TEMP%\$BUILD_TAG.properties You don't have to change the escape character on BUILD_TAG because it's a Jenkins variable, not a system variable. To confirm that this runs, ju

Re: Problems when updating plugins manually and via Plugin Manager

2013-05-09 Thread Stephen Connolly
The slightly longer answer is that there is code in Jenkins to migrate the files to the new extension, but it can get confused so safest is to follow what your Jenkins looks to be doing so that you don't keep re-invoking the migration code (which is designed to run once, but each time you put a .hp

Re: Problems when updating plugins manually and via Plugin Manager

2013-05-09 Thread Stephen Connolly
If your $JENKINS_HOME/plugins has files called .jpi then RENAME the .hpi files to .jpi *before* copying them into $JENKINS_HOME/plugins IOW use the naming convention that your Jenkins is using. On 7 May 2013 20:03, Tony P wrote: > Hi, > > I have been having quite a bit of trouble manually inst

RE: Newbie question - Setting environment variables on remote node - EnvInject?

2013-05-09 Thread Mandeville, Rob
Foxgang: I think you still need to create the properties file because you are calculating the value within a build step. Even if you set an environment variable within the step, that won't export itself to the next step of the job. Bob: I'm guessing that you're running Windows (you mentioned a

RE: Newbie question - Setting environment variables on remote node - EnvInject?

2013-05-09 Thread Bob Bick
It did not work for me... maybe I did something wrong? From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Foxgang Sent: Thursday, May 09, 2013 11:39 AM To: jenkinsci-users@googlegroups.com Cc: 'Jerry'; rmandevi...@litle.com Subject: Re: Newbie question -

Re: Newbie question - Setting environment variables on remote node - EnvInject?

2013-05-09 Thread Foxgang
Correct me if I'm wrong, but won't the ENVInject plugin accept token macros? That would let you just drop the build parameters right in there. Seems like an ideal solution, if it works. On Thursday, May 9, 2013 9:26:18 AM UTC-5, Mandeville, Rob wrote: > > I have (2) working in my own setup. I

Build Flow Abort vs. Failure behavior

2013-05-09 Thread Foxgang
We are using the Build Flow Plugin ( https://wiki.jenkins-ci.org/display/JENKINS/Build+Flow+Plugin) We want to use the guard-rescue structure to do cleanups after jobs fail. However, we've noticed an annoying behavior: as far as the DSL is concerned, a build that is "ABORTED" is not failed, so i

Re: Jenkins + projet php symfony2

2013-05-09 Thread Wenzo
any one help me ? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.co

RE: Newbie question - Setting environment variables on remote node - EnvInject?

2013-05-09 Thread Bob Bick
Good idea. Thanks Rob From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Mandeville, Rob Sent: Thursday, May 09, 2013 10:26 AM To: jenkinsci-users@googlegroups.com; 'Jerry' Subject: RE: Newbie question - Setting environment variables on remote node - E

RE: Newbie question - Setting environment variables on remote node - EnvInject?

2013-05-09 Thread Mandeville, Rob
I have (2) working in my own setup. It works well in Linux; you'll have to adjust the commands for other platforms. Make your first step in the build read GRAILS_HOME_VERSION and calculate GRAILS_HOME. Then have it write that to a file. If you have set GRAILS_HOME as an environment variable,

RE: Newbie question - Setting environment variables on remote node - EnvInject?

2013-05-09 Thread Bob Bick
Jerry, thanks for the response… I don’t think I made myself clear… Let me re-explain the situation… I realize that the EnvInject plugin is great for hard-coding environment values that are consistent across all Nodes and don’t vary from build to build. What I was trying to do is allow for envir

Re: Newbie question - Setting environment variables on remote node - EnvInject?

2013-05-09 Thread Jerry
Hi, Bob. The EnvInject plugin would be perfect for this. You just select a checkbox in the Build environment section labeled "Inject environment variables to the build process", then specify a list of vars you want to set: GRAILS_HOME_1.2.3=c:\tools\grails-1.2.3 SOME_OTHER_VAR=some.other.value

Re: EnvInject "Prepare an environment for the run" fails with "SEVERE ERROR"

2013-05-09 Thread Jerry
On Thursday, May 9, 2013 9:59:25 AM UTC-4, Jerry wrote: > > I have not seen the same issue, David. However, on a Windows build slave, > the environment variable I specify reports that it was set successfully, > but it is not set to my value in later steps. > > I've been able to get around the i

Re: EnvInject "Prepare an environment for the run" fails with "SEVERE ERROR"

2013-05-09 Thread Jerry
I have not seen the same issue, David. However, on a Windows build slave, the environment variable I specify reports that it was set successfully, but it is not set to my value in later steps. I've been able to get around the issue by using an older version of the plugin, in my case, 1.33. --

Re: EnvInject plugin just not working for me

2013-05-09 Thread Jerry
I do see [EnvInject] - Variables injected successfully. in my output, so this is different, I think, than David Clark's issue here (https://groups.google.com/forum/?fromgroups=#!topic/jenkinsci-users/E6BZ1H2Lhzc). On Thursday, May 9, 2013 9:42:46 AM UTC-4, Jerry wrote: > > I recently upgraded

EnvInject plugin just not working for me

2013-05-09 Thread Jerry
I recently upgraded the EnvInject plugin from 1.33 to 1.85. Now, it doesn't work; i.e., the environment variables I set are not respected by later steps. For example, I choose "Inject environment variables to the build process" and set Properties Content to java.library.path=C:\something\someth

Jenkins-job-builder - getting started problems

2013-05-09 Thread lfast1
I'm just starting down the road of using jenkins-job-builder and I believe I'm having API connection problems. Unfortunately, even with logging set to debug, I don't get any messages about my connection. My commandline: jenkins-jobs -l debug --conf /etc/jenkins-jobs/jenkins_jobs.ini update /etc/j

Problems when updating plugins manually and via Plugin Manager

2013-05-09 Thread Tony P
Hi, I have been having quite a bit of trouble manually installing plugin updates and would like to pose a theory. I have a system behind firewalls without internet access, it was originally created in a different environment WITH internet access and copied here. When I download the latest plu

Jenkins + projet php symfony2

2013-05-09 Thread Wenzo
Bonjour à tous je viens d'installé jenkins sous windows 7 avec l'installeur et ça semble fonctionne bien il tourne comme un service je viens d'installé des plugins et j'ai ajouté un projet avec une analyse checkstyle j'ai eu une erreur dans le build an exception: org.xml.sax.SAXException: In

Intsallation Jenkins - Windows 7 - project PHP symfony 2

2013-05-09 Thread Wenzo
Bonjour à tous je viens d'installé jenkins sous windows 7 avec l'installeur et ça semble fonctionne bien il tourne comme un service je viens d'installé des pluins et j'ai ajouté un projet avec une analyse checkstyle j' -- You received this message because you are subscribed to the Google Grou

Re: Deployment Tools

2013-05-09 Thread Marek Gimza
Suri, In my view there are different levels of deployment of a SW product, and I think that I personally would try to utilize any Jenkins plugins to compress, copy, package your SW. If you are using Jenkins to build and test your SW, then you have all of the env vars, build and test results, as w

Re: Deployment Tools

2013-05-09 Thread Thomas Sundberg
On 9 May 2013 08:11, Suri wrote: > Hi, > > > We are looking for best continuous integration deployment tool for configure > our deployment. There are different type of applications running in our > domain. > > We need deployment tool that meet all our requirements. Below are the basic > requiremen

Re: Run JUnit in Jenkins

2013-05-09 Thread RDR
Have you set up Maven to run your Unit tests? (see my previous post) On Wed, May 8, 2013 at 10:32 PM, raf das wrote: > I use maven, but do not know to configure it in jenkins. > > How to insert my project in jenkins ? > > 1) localhost:8080 > > 2)New Job > > 3) Build a free-style software projec