Re: Deploying versioned WAR to Tomcat 7

2014-08-04 Thread Mark Eggers
This appears to be the following issue: https://issues.jenkins-ci.org/browse/JENKINS-19564 My initial take on this is that it's a Cargo issue with parallel deployment. Mark /mde/ On Monday, August 4, 2014 6:23:40 PM UTC-7, Mark Eggers wrote: > > Further followup: > > It seems that the Deploy pl

Re: Is Jenkins doing a git pull between each matrix element?

2014-08-04 Thread Mark Waite
On Mon, Aug 4, 2014 at 3:02 PM, Brian Moffat wrote: > Hi Mark, > Ok - I can see that my use-case is not universal and is likely on the > "very simple" end of the spectrum. I am currently not using distributed > builds. My builds of multiple portals use the same code base and are > serialized - t

Re: Deploying versioned WAR to Tomcat 7

2014-08-04 Thread Mark Eggers
Further followup: It seems that the Deploy plugin doesn't work well with versioned WAR files (ConsumeIt##nnn.war). The first deploy works as expected, and the second deploy (with an incrementally increased BUILD_NUMBER) fails with: Deploying /home/tcadmin/.jenkins/jobs/ConsumeIT-Deploy/workspa

Re: Deploying versioned WAR to Tomcat 7

2014-08-04 Thread Mark Eggers
Never mind, I figured it out. It turns out that the deploy URL in the configuration needs to be the base URL (http://thor.mdeggers.org:8080), and NOT the manager URL (http://thor.mdeggers.org:8080/manager/text). Now I have to figure out how to filter context.xml so that I can run the applicatio

Deploying versioned WAR to Tomcat 7

2014-08-04 Thread Mark Eggers
Hi, I'm trying to use the deploy plugin to deploy to a Tomcat 7.0.55 server. I'm trying to use versioned WAR files (appName##number.war). I can create the WAR file easily by passing BUILD_NUMBER in on the command line and then using a property within finalName. The first problem came when specif

Re: Google Play Developer API Jenkins Plugin

2014-08-04 Thread Christopher Orr
Hi Josh, On 08/01/2014 08:26 PM, Josh Moore wrote: I am wondering if anyone is working on a plugin to publish an APK to the Google play store now that Google has released an API to do it? I'd like to check before I bother trying to create a

Jenkins slow file transfer

2014-08-04 Thread Drew Billings
I am running into a slow file transfer across our LAN when our build machine is done. It looks like it is transferring the file in 4096 byte chunks, and I think it should be at 64k.I have attached an image of the error that I captured with wireshark.

Re: Could not load program curl

2014-08-04 Thread Max B
Rob, I am running it from the same server ... i can runs successfully if I try to do it manually.. but while from the Jenkins job... its fails and that's the message that I see it in the logs. Logging in Could not load program curl: Could not load module /usr/lib/libidn.a(libidn.so.11).

Re: Is Jenkins doing a git pull between each matrix element?

2014-08-04 Thread Brian Moffat
Hi Mark, Ok - I can see that my use-case is not universal and is likely on the "very simple" end of the spectrum. I am currently not using distributed builds. My builds of multiple portals use the same code base and are serialized - therefore one checkout is all that is needed to build all of t

RE: Could not load program curl

2014-08-04 Thread Rob Mandeville
If you’ve checked on the server, are you sure that the job is running on the server? If the job ran on a slave node running on another machine, you have to check the machine that the slave node is running on. --Rob From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.

Re: Running build scripts as a different user

2014-08-04 Thread Mark Waite
When I needed to run processes as a separate user, I'd configure a slave running as that other user. Jobs which needed that user could then be assigned to execute on that precise slave. The master server continues as the original user, and when a job needs to be a separate user, then that job wou

Running build scripts as a different user

2014-08-04 Thread johannes.ernst
I'm running Jenkins with Tomcat on Arch Linux. Jenkins executes as Linux user tomcat7, as expected. Build script also execute as tomcat7, but for various reasons, I think that's not great. For example, some of my build scripts need access to certain private keys, and I would like to hide those

Re: Is Jenkins doing a git pull between each matrix element?

2014-08-04 Thread Mark Waite
On Mon, Aug 4, 2014 at 12:24 PM, Brian Moffat wrote: > Thanks Mark. > I have a couple of follow-up questions, if you don't mind. > > 1. I've seen it work - meaning that the matrix project would do one > checkout and the downstream projects would run one after the other with no > lengthy pause be

The Leroy-Jenkins plugin - pre-release

2014-08-04 Thread Jason Korth
Howdy folks. I wanted to share a new plugin that we have up on github for Jenkins which is a graphical interface to Leroy, which is free cross platform software deployment engine. Having this plugin allows one to easily manage environments, agents, deployments and configurations under a special Jen

Re: Is Jenkins doing a git pull between each matrix element?

2014-08-04 Thread Brian Moffat
Thanks Mark. I have a couple of follow-up questions, if you don't mind. 1. I've seen it work - meaning that the matrix project would do one checkout and the downstream projects would run one after the other with no lengthy pause between. So I'm left feeling like there should be a way to "get

Re: Is Jenkins doing a git pull between each matrix element?

2014-08-04 Thread Mark Waite
On Mon, Aug 4, 2014 at 10:11 AM, Brian Moffat wrote: > I have a matrix project to build different C# projects/solutions. There > is one git repository for all solutions. > > The matrix job is configured for Git to checkout the master branch to a > local directory, and then invokes a downstream p

Could not load program curl

2014-08-04 Thread Max B
Hi, I am invoking the jenkins job and I am seeing these errors in my log. can someone please advise me ? how do I fix it ? i've already checked on my server i've those listed files in corresponding directories. Could not load module /usr/lib/libidn.a(libidn.so.11). Dependent modu

Is Jenkins doing a git pull between each matrix element?

2014-08-04 Thread Brian Moffat
I have a matrix project to build different C# projects/solutions. There is one git repository for all solutions. The matrix job is configured for Git to checkout the master branch to a local directory, and then invokes a downstream project for each matrix element (solution). That downstream p

Need some helps on Jenkin SCM Polling....

2014-08-04 Thread lingfei ouyang
Hello All, Im currently created the jenkin builds with Simple Dynamic ClearCase Pollings and when it start polling I got below error: $ cleartool setview -exec 'cleartool lshistory -branch branch1 -last 10 -fmt "%Nd| |%u| |%En| |%Vn| |%e| |%o| |%Nc\n" -nco /vobs/arch' view1 FATAL: Cannot run pr

Re: Email-ext + GitHub Pull Request Builder: Getting empty "developers" and "culprits" lists

2014-08-04 Thread James Chao
Hm, yeah this is really strange. $CHANGES is definitely totally empty...this is even for an existing branch (where I just pushed additional changes...). Jon: can you confirm that changes should not be empty for an existing branch? I'm wondering if it's a limitation of the plugins or if I'm doin

Ci Skip Plugin not working

2014-08-04 Thread hrudaya nayak
Hello Anybody has used Jenkins Ci Skip Plugin I have installed the plugin and enabled it in my job but when i do any commit by putting "[ci skip]" still the build is happening but ideally it should skip the build if the commit message has "ci skip" string and i am getting this errors in my bui