Re: Error from Gradle Plug-in retrieving gradle executable

2014-07-09 Thread Kuldeep singh
Hi Matt, I am facing same problem, did you find out some solution for it? Kuldeep On Tuesday, April 16, 2013 5:36:56 AM UTC+5:30, Matt Zimmer wrote: > > Hello all, > > A gradle build of mine started failing mid-day today after succeeding > earlier in the day (and for the past few months). > > Th

Re: Frustration with build-step/post-build-action access...

2014-07-09 Thread Jeff
Thanks...that's what I am trying to do. I have successfully copied the artifacts. Now I need to SCP them to the server BEFORE I run a remote SSH script to install them. Using the SCP plugin would help me not have to manually manage credentials in the job or risk exposing them in the logs (am goi

RE: Frustration with build-step/post-build-action access...

2014-07-09 Thread Baskar Veeramani (baveeram)
Jeff, we are managing similar requirement by configuring the post build steps as an separate downstream job which triggers automatically when the actual build completes. Copy artifact plugin (Copy artifacts from another project) is used to copy the artifact from build job to downstream job. Reg

Re: Frustration with build-step/post-build-action access...

2014-07-09 Thread Jeff
I wouldn't call it "misusing". I'm simply working with what is there (that I knew about). Since I can't do SSH in post-build I am limited to what I can do, hence my frustration. With the emergence of Continuous Delivery/Deployment, I wish a job could be defined more broadly and tasks or steps wi

Re: Frustration with build-step/post-build-action access...

2014-07-09 Thread Daniel Beck
Your problem is that you're misusing the 'software build' concept and job type for something that isn't strictly a software build, and its limitations become obvious. Post-build steps usually fall into one of the categories 'recorder' (e.g. archive artifacts) and 'notifier' (email notifications

Frustration with build-step/post-build-action access...

2014-07-09 Thread Jeff
This is a bit of a rant, but I'm unclear why it matters which steps are available as a build step vs. a post-build step. I'm trying to create a simple job to grab debian packages archived from various upstream "build" jobs and installing/configuring the debian packages on a set of test servers as

quotes in bash script on windows are being ignored

2014-07-09 Thread Dan Tenenbaum
Hi, I have a jenkins project whose "Execute shell" command consists of this: set -e # Exit immediately if a simple command exits with a non-zero status set -x verbose export PKG="annotation" export SUFFIX="zip" ssh -o StrictHostKeyChecking=no -i $SSH_KEY jenk...@docbuilder.mydomain.org "rm

Re: "FATAL: No author in changeset" (using Git plugins)

2014-07-09 Thread Mark Waite
I see the problem on Windows and Linux slaves On Jul 9, 2014 8:07 AM, "Steve K" wrote: > Mark, > > To be clear, are you saying you see it with both Windows and Linux *servers > *(vs. slaves)? > > Thanks for the link to the reported issue. There is some comfort in > knowing you're not alone and th

Re: Extended email jelly script cached?

2014-07-09 Thread novamine118
Thanks, that did it :D -- 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.goog

Re: Extended email jelly script cached?

2014-07-09 Thread Slide
There is an html.jelly built into the plugin so that is what is being used (the built-in templates will be searched first). You would need to name it something else if you want to change it. Try changing the file name to myhtml.jelly and using template="myhtml" in the JELLY_SCRIPT token. slide O

Extended email jelly script cached?

2014-07-09 Thread novamine118
I'm using: extended email version 2.38.1 on jenkins: 1.542 I added the html.jelly script at /em

How to specify the pom.xml location in GIT-Jenkins project setup ?

2014-07-09 Thread sai ram
I am a new-bee to GIT-Jenkins project setup. Project Setup Root Folder -- Sub Folder --- Folder 1 where project is present (pom.xml located) First Project --- Folder 1 where project is present (pom.xml located) Second Project I need some clarification to know, 1. Wha

Re: "FATAL: No author in changeset" (using Git plugins)

2014-07-09 Thread Steve K
Mark, To be clear, are you saying you see it with both Windows and Linux *servers *(vs. slaves)? Thanks for the link to the reported issue. There is some comfort in knowing you're not alone and that, maybe, someone is looking into the problem. Regards, Steve K. -- You received this message

Re: "FATAL: No author in changeset" (using Git plugins)

2014-07-09 Thread Mark Waite
I see the problem on both Windows and Linux. Mark Waite On Wed, Jul 9, 2014 at 7:47 AM, Steve K wrote: > Thanks Mark, > > Just curious. Are you on a Windows server? We recently moved from a Linux > to a Windows server. We never saw the problem when we were on the Linux > server. > > Regards,

Re: "FATAL: No author in changeset" (using Git plugins)

2014-07-09 Thread Steve K
Thanks Mark, Just curious. Are you on a Windows server? We recently moved from a Linux to a Windows server. We never saw the problem when we were on the Linux server. Regards, Steve K. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group.

Re: "FATAL: No author in changeset" (using Git plugins)

2014-07-09 Thread Mark Waite
I've seen the same problem, and Thomas Carsuzan has seen the same problem. https://issues.jenkins-ci.org/browse/JENKINS-16737 is being used to track the issue. The usual work around is to build again, or to wipe the workspace and build again. It is still not clear what is causing the problem, si

"FATAL: No author in changeset" (using Git plugins)

2014-07-09 Thread Steve K
Hello, Have any other 'Git' users seen this problem? We are at Jenkins v1.554.3 with Git Plugin v 2.2.2, Git Parameter Plugin v 0.3.2, and Git Client Plugin v 1.9.1 The problem occurs at the very end of the job, when it is attempting to send job success notices to the developers who committed c

Preserving last n working days builds

2014-07-09 Thread varun srivastava
Hi, I want to preserve last 3 days build for my projects. But I do not run the builds on weekends, so I essentially want to preserve builds for last 3 working days. Is there a way to achieve this in jenkins. Thanks Varun -- You received this message because you are subscribed to the Google G

Re: Running test cases as different user in Jenkins

2014-07-09 Thread varun srivastava
Using unix groups looks like the correct approach here. I gave a try. It woks fine. Thanks. Now, since I maintain a centralized jenkins instance that are used by different groups and want to run the test cases as application user(u2, u3, ...) rather than jenkins runtime user (u1). Is there a wa

Re: Jenkins API access to Build History

2014-07-09 Thread teilo
Best practice is to normally have each branch in a different job. Otherwise trends and linear history become a bit meaningless. It also solves your issue as you just use lastStable/api/… /James On Wednesday, 9 July 2014 08:54:31 UTC+1, sebastian.nickel wrote: > > Hi Darrel, > thank you for

Re: Problem with Clearcase plugin running many builds in parallel

2014-07-09 Thread Sascha Herrmann
Hi Vincent, 1.5.2 works fine. Thanks for the assistance and the fix. Sascha Am Montag, 7. Juli 2014 09:54:10 UTC+2 schrieb Vincent Latombe: > > I just released 1.5.2 with the form fix. > > Vincent > > > 2014-07-07 9:07 GMT+02:00 Sascha Herrmann >: > >> Hi! >> >> Thanks. It seems to be just a th

Re: Jenkins API access to Build History

2014-07-09 Thread sebastian.nickel
Hi Darrel, thank you for your answer. I already feared that I have to do it this way :-) This means that I need to do multiple API calls until I found all the builds for my specific branch/tag. I hoped there is a method with doing only one API call and then search for the desired build. Cheers

what are the straight forward features of jenkins over team city

2014-07-09 Thread Raja M
HI, I am big fan of Jenkins. I need to prepare a presentation with unique features of Jenkins which are not available in team city. apart from being free, scalability with unlimited master slave concept, what are points make us win over teamcity. your inputs are more valuable. Thanks, Raja