Running two maven profiles in one job

2013-09-13 Thread Philippe Cambien
Hello, We have a Maven profile which contains a lot of long tests. Before we run these tests, we want to make sure that all dependencies are met ie. all systems are up and running. How can I configure a single job to run a Maven profile first and then the main profile? The main profile shouldn't s

Re: Problem with zip-compressing files remotely running AutoIt scripts

2013-09-13 Thread Michaël Pailloncy
Any errors or warnings in logs ? 2013/9/11 Mateusz Polański > The slave is started via Java Web Start, not installed as a service, and it > was started from the same user. > > > > -- > View this message in context: > http://jenkins-ci.361315.n4.nabble.com/Problem-with-zip-compressing-files-remo

How to automate a Job in Jenkins ? Using Maven Release Plugin.

2013-09-13 Thread Manoj Kumar Bardhan
Hi All, I am using Maven Release Plugin for automate the build & release process.Its working fine but one problem I am facing. I have created a job, which is checking trunk in every 15 mins, if any changes found it starts the build & release process.And its working fine. But , small problem i

Re: No sources to compile

2013-09-13 Thread Mitja
Hi, mvn builds fine, if command is run from "cez" directory: C:\CI_server\Jenkins\jobs\eCez\workspace\cez>mvn clean package [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cez --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [IN

Jenkins UCM plugin configuration panel

2013-09-13 Thread Justin phillips
Hi, I'm noob at Jenkins but the mission statement given to me was to poll a dynamic view, check for baselines on stream and kick of a build on another server. The basic thing is that I don't seem to see the plugin configuration panel as shown in the documentation when trying to create a build

jenkins jira integration

2013-09-13 Thread Selva Kumar
ERROR: Publisher JiraTestResultReporter.JiraReporter aborted due to exceptionjava.lang.NullPointerException at JiraTestResultReporter.JiraReporter.perform(JiraReporter.java:106)

Re: Running two maven profiles in one job

2013-09-13 Thread Baptiste Mathus
Can't you just activate both profiles in a go? Le 13 sept. 2013 10:07, "Philippe Cambien" a écrit : > Hello, > > We have a Maven profile which contains a lot of long tests. > Before we run these tests, we want to make sure that all dependencies are > met ie. all systems are up and running. > How

Re: Running two maven profiles in one job

2013-09-13 Thread Philippe Cambien
I tried it with maven clean install -Pprofile1 -Pprofile2 but he didn't seem to run the first profile. On Fri, Sep 13, 2013 at 2:15 PM, Baptiste Mathus wrote: > Can't you just activate both profiles in a go? > Le 13 sept. 2013 10:07, "Philippe Cambien" a > écrit : > >> Hello, >> >> We have a

Re: Running two maven profiles in one job

2013-09-13 Thread Baptiste Mathus
Try -Pprofile1,profile2 Le 13 sept. 2013 14:16, "Philippe Cambien" a écrit : > I tried it with maven clean install -Pprofile1 -Pprofile2 but he didn't > seem to run the first profile. > > > On Fri, Sep 13, 2013 at 2:15 PM, Baptiste Mathus wrote: > >> Can't you just activate both profiles in a go?

Re: jenkins jira integration

2013-09-13 Thread Ulli Hafner
https://wiki.jenkins-ci.org/display/JENKINS/Issue+Tracking Am 13.09.2013 um 14:11 schrieb Selva Kumar : > ERROR: Publisher JiraTestResultReporter.JiraReporter aborted due to exception > java.lang.NullPointerException > at JiraTestResultReporter.JiraReporter.perform(JiraReporter.java:106) >

Re: DRY Plugin fails, SAXParserFactoryImpl not found

2013-09-13 Thread Ulli Hafner
The missing class is part of Xerces, a required library in my plug-in. This class should be transferred automatically to the slave by Jenkins. Does the same job work on the master? Is the slave.jar file up to date? Ulli Am 13.09.2013 um 08:45 schrieb Mikael Arvids : > Hi, > > I’m currently

Re: java.lang.IllegalStateException: No match found - Perforce

2013-09-13 Thread Peter Soncek
I think the issue comes from the stream definition that maps to //Solver/v7.4.x/+resrc/... //jenkins_ws_v7.4.x/C:/v7.4.0/AutoBuild/dir/cc/resrc/... in my workspace. I noticed that the changelists with the problems are in this resrc directory. If I remove this from the virtual stream, then I h

Re: java.lang.OutOfMemoryError: PermGen space

2013-09-13 Thread Jerry
Hi, Thomas. If it's a matter of Jenkins itself crashing and giving you the OOM error, you probably just need to set options on the server. If you're starting it through a batch file, it probably needs to look something like this: java -DJENKINS_HOME=C:\path\to\jenkins\home\directory -Djava.awt

Performance JMeter Plugin - disabled tests

2013-09-13 Thread Aldo Nakamura
Hi there! I´m using the "Performance Plugin" release 1.8 for Jenkins, and in my JMeter jmx I´ve some disabled tests. It´s running perfect only the enabled tests, but in my Performance Report, he gives me all the URI in the jmx file, including the disabled tests. Is there any way to show in this

Re: Checking xCode plugin return code

2013-09-13 Thread reinhard . karbas
Thanks for the hint It pointed me in the right direction After some more research I found the Parameterized Trigger Plugin which allows to trigger a follow up build based on different conditions On Thursday, September 12, 2013 2:54:14 PM UTC-4, reinhar...@gmail.com wrote: > > When I am running a

Re: java.lang.OutOfMemoryError: PermGen space

2013-09-13 Thread David Harkness
On Fri, Sep 13, 2013 at 12:33 PM, Jerry wrote: > 200m should be more than enough for MaxPermSize. Play with that value if > this doesn't work immediately. > I recommend installing the Monitoring plugin which uses JavaMelody to provide a detailed dashboard that will, among many other things, show

Re: Jenkins xcode plugin continue build after failure

2013-09-13 Thread reinhard . karbas
Problem taken care of by use of Parameterized Trigger Plugin On Monday, September 9, 2013 3:49:01 PM UTC-4, reinhar...@gmail.com wrote: > > Is it possible to configure Jenkins / the xcode plugin in a way that the > Jenkins job continues with the next steps even if the xcode build fails? > -- Yo

Tweaking 'committers' list for email-ext

2013-09-13 Thread David Resnick
I have a chain of 3 jobs, A->B->C. Job A is triggered by SCM polling and job C uses the email-ext plugin to send emails to committers. My problem is that job B checks out some build script related code from a separate SCM, overridding the committers from job A. I don't mind having the job B commi

Jenkins email-ext help needed

2013-09-13 Thread Satish Kolli
development cycle developer make changes and architect merges the the file i am using email-ext in jenkins to send mails but its only sends mail to developer but not the merger so my question is .. is there a way to send mail to developer and architect (merger) using email-ext -- You rec

Re: Jenkins email-ext help needed

2013-09-13 Thread Slide
You can always copy anyone you want on an email by adding them to the list of recipients. If you want it to be done automatically, you would need a way to know who the merger was via some API, or by setting some environment variable or something. On Fri, Sep 13, 2013 at 2:14 PM, Satish Kolli w

Re: Tweaking 'committers' list for email-ext

2013-09-13 Thread Slide
You could always send it along as parameters. You could use a groovy template and look back through the job causes and grab the committers at each level (I've posted on how to do this on the mailing list before). I'm sure there are other ways you can do it two, but those are the ones that pop into

Email culprits not working in email-ext 2.33?

2013-09-13 Thread David Resnick
As a sanity check I've created a test job triggered by SCM that always fails. The email-ext configuration has a failure trigger that is set to send emails to culprits (the trigger was added directly to job config.xml due to JENKINS-19585). When I commit to SCM the job is triggered, but there is no

Re: Email culprits not working in email-ext 2.33?

2013-09-13 Thread Slide
I'm doing a new release that fixes the issue you mention tonight. I'd wait until then and retry. On Fri, Sep 13, 2013 at 3:11 PM, David Resnick wrote: > As a sanity check I've created a test job triggered by SCM that always > fails. The email-ext configuration has a failure trigger that is set