Why to use Tomcat

2013-03-06 Thread Bertrand Jacquin
Hi, I'm starting using Jenkins for a project to replace buildbot, and I'm able to make Jenkins web interface working without any Tomcat, just by using the war file included in http://pkg.jenkins-ci.org/redhat/RPMS/noarch/jenkins-1.502-1.1.noarch.rpm I can't figure out looking to the Wiki what

Re: Why to use Tomcat

2013-03-06 Thread Josselin Pierre
Hi, AFAIK, the main goal of using Tomcat is to re-use an existing one. For example, on my CI server I have both Jenkins, Sonar and Artifactory running ; it can be considered cleaner to have only one application server running all these software instead of one per software. That doesn't change

Re: Why to use Tomcat

2013-03-06 Thread Vincent Latombe
Hi, My own experience tells me it is just easier and safer to use 'java -jar jenkins.war'. Within a container you have compatibility risks with other applications, compatibility risks with the container itself (ok with Tomcat I don't think there are many risks since it is widely used to run

Re: Why to use Tomcat

2013-03-06 Thread Bertrand Jacquin
Thanks for theses explanation. For the current need, we only have jenkins running on the host, so there is no need for other applications. We use a haproxy as a frontend for reserve proxyfing public access. Beber D'ar merc'her 06 a viz Meurzh 2013 e 10 eur 28, « Vincent Latombe » he deus

Re: BUILD_LOG_EXCERPT

2013-03-06 Thread nes_welsh
Hi slide, sorry about the delay in responding...work and all that :). I think its my regex...im only just learning it but the code helped enabled me to understand a little as to whats going on :) Thanks for your help. Cheers, Neil -- View this message in context:

Re: Test results not being displayed properly

2013-03-06 Thread Andreas Schöneck
Seems to still *not* work. :( Will research this further. In the meanwhile: Anyone any idea? Am Dienstag, 5. März 2013 11:29:05 UTC+1 schrieb Andreas Schöneck: Hey there, as a note: this might be related to https://issues.jenkins-ci.org/browse/JENKINS-16696. I will check whether an

Re: Send Email Based On Conditional

2013-03-06 Thread Eduardo Dias
Great news Slide, I am trying to to something like Mark and this features at plugin will help me to configure my email notifications. Do you have idea when it will be available? Regards, Eduardo 2013/3/5 Slide slide.o@gmail.com There are two things you could do: 1) use a pre-send script

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:

jenkins 1.480.3 jvm crash in __nss_passwd_lookup when trying to authenticate with active directory domain user

2013-03-06 Thread Simon Haegler
hi jenkins user we are running jenkins 1.480.3 on a linux box with samba 3.5 to authenticate (using winbindd) against an active directory. we are using the active directory plugin 1.30. a couple of days ago we had to switch the primary domain controller (i.e. to a different url). after a

Inject Environment variables during maven build

2013-03-06 Thread Levin, Ilya
Hi, I'm running a maven build and I want to set an environment variable X at the pre-build step using some property file, So that at the maven build step I could start parsing the pom at this root: $X/pom.xml Using Build Environment - Inject environment variables to the build process -

Re: SVN 1.4 and SVN 1.7.5

2013-03-06 Thread Rahul k a
Thanks Les.. Now its working fine.. On Mon, Mar 4, 2013 at 3:04 PM, Les Mikesell lesmikes...@gmail.com wrote: On Mon, Mar 4, 2013 at 1:35 PM, Rahul k a rahulkanan...@gmail.com wrote: Here are more details: We have 2 projects- Proj A Proj B. Proj A is with SVN v1.4 Proj B is with

عقود عمل للسويد/وطائف مميزة/مطلوب فتاة للزواج من اية جنسية/WHOLESALES! GALAXY S3/شقق للبيع بالتقسيط

2013-03-06 Thread James James
النصف الآخر خليجى ابغى زوجةhttp://www.kochikayen.com/ar/home.html?page=show_adadid=17785catid=9 ابحث عن زوجة عربية او خليجيةhttp://www.kochikayen.com/ar/home.html?page=show_adadid=17602catid=9 مطلوب فتاة سوريةhttp://www.kochikayen.com/ar/home.html?page=show_adadid=17494catid=9 ابحث عن زوجه ثانيه

warnings plugin problems

2013-03-06 Thread Vlad Dumitrescu
Hi! I have a problem that makes me very confused. I have a job that fails at the end with the error below. An exactly identical job (except the name) runs perfectly. This is not directly related to the Buckminster parser, as it still fails with other parsers. I have Jenkins 1.504 and the

Q: How to use Maven JSLint plugin with Jenkins Violation Plugin

2013-03-06 Thread John Smith
Hi, I'm trying to validate some Java Script as part of my Jenkins build jobs. I've got to the point where: 1. I've installed and configured the jslint-maven-plugin from org.codehaus.mojo 2. I've installed the violations plugin (which I also use for Java checkstyle) My problem is that the maven

Re: Any way to send results Email without waiting for previous builds to finish?

2013-03-06 Thread cchen
I will give it a try. Thanks Slide! On Tuesday, March 5, 2013 12:29:33 PM UTC-8, slide wrote: There was talk about the BuildStepMonitor setting in email-ext a while back, but I made the decision not to change the current functionality. If you want to come up with a pull request and tests,

Help to use BUILD_LOG_REGEX inside Jelly script

2013-03-06 Thread Eduardo Dias
Hi, I am starting to use Jelly to create different types of email notification at Jenkins, but I am having some difficulty to find the correct syntax of BUILD_LOG_REGEX to use inside of jelly script. My intention is to test if build fails and then include a log text part with tre error. Has

Re: Help to use BUILD_LOG_REGEX inside Jelly script

2013-03-06 Thread Eduardo Dias
Thanks Slide. I will try Groovy Eduardo 2013/3/6 Slide slide.o@gmail.com This is not currently possible. My recommendation is to move to using groovy templates. I added support in 2.27 which allows you to use content tokens easily in groovy templates. Jelly scripts for email-ext are

Re: SCM plugin - NPE when changing settings

2013-03-06 Thread Yenwen Wang
Jorge Costa jmecosta at gmail.com writes: Hi all, Im having a customized version of the surround scm plugin. Ive added a few more configuration parameters and now once ive change the configuration after the job runs i get this nasty NPE. I need to reload configuration from disk and

Re: Deleting artifacts for successful builds

2013-03-06 Thread Xavier Nodet
I slapped my forehead several times when I read your answer... Thanks ! Le mardi 26 février 2013, Merrow, Frank a écrit : On success . . . delete all those unwanted artifacts before terminating the job? *From:* jenkinsci-users@googlegroups.com javascript:_e({}, 'cvml',

Re: Adding PreBuildCleanup to job

2013-03-06 Thread Eric Pyle
I found my problem. As expected, it was a simple one. The constructor for PreBuildCleanup requires two arguments; the list of patterns and a boolean determining whether or not to apply the patterns to directories. Somehow I must have been looking at an old version of the javadoc for

Accessing Jenkins settings (for Jenkins not Jobs) from Groovy

2013-03-06 Thread Merrow, Frank
We have a lot of Jenkins instances spread out over the company. So I am not particularly a Groovy expert, but from posts and examples I found on-line, I was able to cobble together a script to audit our Jenkins jobs. Once I had this running in the Jenkins Groovy Console, I then put it into a

More issues with Windows Slaves...

2013-03-06 Thread Ross Youngblood
I have a nifty Jenkins installation that was running on a Dell Laptop, with 3 windows slaves. The hard disk on the laptop died (MBR issue), so the Laptop is being repaired. I was able to migrate the Windoze Jenkins_HOME data to my iMac, and moved the Jenkins master onto the iMac…. however I'm

Re: warnings plugin problems

2013-03-06 Thread Ulli Hafner
Seems that for one of the old builds the result file could not be not found (or read). What is the reason that that failure occurs now? Did you upgrade the plug-in? Did your remove some files or builds? Or did you change some file permissions? You can check whether every build folder contains

Using Jenkins to run MATLAB and PowerPoint

2013-03-06 Thread jo2dad
I'm working on a project that uses Jenkins to run MATLAB (on Windows). The MATLAB function uses the ActiveX server to start PowerPoint, open (or create) a file, put plots on slides, save the file and then exit PowerPoint. The problem I'm having is that the PowerPoint executable won't quit, and

Setting Local Maven Repository to Local to the executor works partially

2013-03-06 Thread Mike Chimirev
I'm seeing very strange behavior. In global settings I have Local Maven Repository set to Local to the executor, but when I run a maven job, I can see that it downloads some artifacts to the workspace repository (/home/jenkins/maven-repositories/7) and some artifacts went to .m2

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 the

Re: GIT and Jenkins

2013-03-06 Thread Mark Waite
The command that is listed there is a surprise.  I think it should say git ls-remote ... rather than ls-remote   I wonder if your Jenkins is unable to locate the Git executable?  Check the system configuration screen to see if it is pointing to a non-existent git executable, or possibly

cygwin - how to use - quick question

2013-03-06 Thread Z W
Hi All We have an .exe file under C:\jenkins\workspace\install\app.exe We tried using build step a Windows batch command to check the files md5sum with set PATH=/cygdrive/c/cygwin/bin;$PATH /cygdrive/c/cygwin/bin/bash.exe /cygdrive/c/cygwin/bin/md5sum.exe

Re: GIT and Jenkins

2013-03-06 Thread nicolas de loof
does the clone run on master or some slave ? this ls-remote command is executed on master, maybe you just miss the adequate ssh key there. Long term plan is to integrate ssh-credentials-plugin in git-plugin to manage this. 2013/3/7 Jeff predato...@gmail.com I thought I asked this and fixed it