RE: how to build a specific git branch with jenkins

2012-04-23 Thread Stein, Dr. Sebastian
> -Original Message- > From: jenkinsci-users@googlegroups.com [mailto:jenkinsci- > us...@googlegroups.com] On Behalf Of dwalling > Sent: Dienstag, 24. April 2012 01:45 > To: jenkinsci-users@googlegroups.com > Subject: Re: how to build a specific git branch with jenkins > > Jenkins console o

RE: Increasing Hudson job time [SEC=UNCLASSIFIED]

2012-04-23 Thread Andrew Harley
Hi, There is a plugin which provides similar results to what you're seeing: https://wiki.jenkins-ci.org/display/JENKINS/Build-timeout+Plugin Perhaps this addon is installed and enabled on all jobs. Andrew From: jenkinsci-users@googlegroups.com [mailto:jenkinsc

Increasing Hudson job time

2012-04-23 Thread RatedAbstract
Hi, My Hudson jobs are running on a daily schedule. All of the jobs stop after an hour... So, it builds, runs tests, but tests that fall outside of this one hour interval window don’t run. Does anyone know how to increase this one hour time limit? Thanks

EnvInject global vs. per job behavior

2012-04-23 Thread AnthonyJ
If one job is enabled for EnvInject, should it affect all jobs globally? I see the message below for jobs which do not have it turned on.. "[EnvInject] - Preparing an environment for the build." One of my colleagues even showed me a case where setting a built in jenkins env variable used by othe

Re: how to build a specific git branch with jenkins

2012-04-23 Thread dwalling
Jenkins console output is below (except that I've replaced actual host names with dummy values. The error appears whether I use origin/master or just master in the branch specifier field (instead of the **) Thanks, Don *16:39:41* Started by user Don Walling *16:39:41* Building in workspace D:\

Re: Mercurial plugin NOT picking up merges back to the default branch

2012-04-23 Thread Glfk4rt
We have hit the same issue. Also waiting, patiently. On Mon, Apr 23, 2012 at 4:02 AM, hezjing wrote: > I'm waiting for the fix too ... our team didn't realized that we actually > missed some builds because Jenkins ignored the merge changesets :-( > > > On Tue, Feb 21, 2012 at 4:05 AM, Maven Use

Last Successful Artifacts on Multi-Configuration Job

2012-04-23 Thread Jeff Storey
Is there a way to show the Last Successful Artifacts on a Multi- Configuration Job that shows all of the artifacts that were built for that job?

Re: Matrix jobs does not automatically remove buid axis artifacts

2012-04-23 Thread Joshua J. Kugler
Gaetan - Can you add your list of plugins (and any other relevant config details) to your ticket? Thanks! j On Monday, April 23, 2012, Gaetan elucidated thus: > I've open this issue : > https://issues.jenkins-ci.org/browse/JENKINS-13554 > > Nobody reproduces this issue with matrix builds? >

Re: Jenkins with iOS development

2012-04-23 Thread Arnaud Héritier
Hi, Sorry I was off for a long period and a lot overwhelmed It should be better from now and I already saw new issues sent in the plugin bugtracker and pull requests in github. Many people are nowadays successfully using the xcode plugin on a jenkins server. It can be hosted itself on macos

Re: Matrix jobs does not automatically remove buid axis artifacts

2012-04-23 Thread Joshua J. Kugler
I can confirm I'm seeing the same behavior on our Jenkins install. RPM reports jenkins-1.457-1.1.noarch I'll add a note to the ticket. j On Monday, April 23, 2012, Gaetan elucidated thus: > I've open this issue : > https://issues.jenkins-ci.org/browse/JENKINS-13554 > > Nobody reproduces this i

Re: Configuration value changing between loading of config file and instantiation of plugin starting in Jenkins 1.455

2012-04-23 Thread Grant Limberg
or rather, I now see you posted the link to the bugtracker. It is in the bug tracker as well. (linked at the end of the email). Grant Limberg glimb...@gmail.com On Apr 23, 2012, at 2:52 AM, Jan Seidel wrote: > Hi Grant, > > nice post but ... I would assume you do rather address it to > htt

Re: Configuration value changing between loading of config file and instantiation of plugin starting in Jenkins 1.455

2012-04-23 Thread Grant Limberg
Thanks, Jan. I didn't know about that list. Will post it soon. Thanks, Grant Limberg glimb...@gmail.com On Apr 23, 2012, at 2:52 AM, Jan Seidel wrote: > Hi Grant, > > nice post but ... I would assume you do rather address it to > https://issues.jenkins-ci.org to get the bug fixed ;) > > T

Re: Jenkins running amok!

2012-04-23 Thread Sami Tikka
It is very difficult to help you without seeing what exactly Jenkins is saying. Please post the logs or if they are large, use pastebin or gist or something. -- Sami Greg Moncreaff kirjoitti 23.4.2012 kello 19.41: > 1.460, after a restart, seems to be running amok, stating JENKINS_HOME > cont

Re: How do i unsubscribe from this list?

2012-04-23 Thread Christopher Orr
https://www.google.com/search?q=googlegroups+unsubscribe leads to https://support.google.com/groups/bin/answer.py?hl=en&answer=46608 On 04/23/2012 06:44 PM, Anton Zavrin wrote: what's the command do i email? -- * Anton Zavrin *Senior Systems Administrator Mobile: +1 415 608 1035 Phone: +1 415

Re: How to get Start time, End time, Duration of a job

2012-04-23 Thread fdegir
Hi, startTime=`date` # rest of the job endTime=`date` getDuration() ${JCLI} groovy = < somefile /Fatih On Apr 23, 3:36 pm, Dirk Kuypers wrote: > Hi, > > 2012/4/23 Vinayak : > > > How can I get Start time, End time, Duration of a job. > > I want to print on console at the end or in a particula

How do i unsubscribe from this list?

2012-04-23 Thread Anton Zavrin
what's the command do i email? -- * Anton Zavrin *Senior Systems Administrator Mobile: +1 415 608 1035 Phone: +1 415 284 2770 Web: www.myvest.com

Jenkins running amok!

2012-04-23 Thread Greg Moncreaff
1.460, after a restart, seems to be running amok, stating JENKINS_HOME continually looking for something. { I was able to delete all jobs and restart OK, but if I have jobs like I did before upgrading plugins and jenkins this past weekend, (all the SA/AC plugins seemed to want to be updated, as we

Maven 3 & modules

2012-04-23 Thread Rajwinder Makkar
Hi, Any clues when jenkins will support building individual modules for maven 3 ? Currently it displays message " Building single Maven modules is not implemented for Maven 3, yet!" -Raj

git project without github access

2012-04-23 Thread Federico Paolantoni
Dear List, i would setup a job to build a maven project hosted in github. Actually our jenkins is configured to run authentication through cas plugin. I saw: https://wiki.jenkins-ci.org/display/JENKINS/Github+Plugin#GithubPlugin-SecurityImplications and I would know if it could have impact on glo

Upgrade to LTS release 1.447.1 broke a job

2012-04-23 Thread David Aldrich
Hi We run Jenkins on a Centos Linux server. We installed it last year by installing a RedHat Linux RPM package. Today I upgraded from Jenkins 1.430 to LTS release 1.447.1 by simply stopping Jenkins, replacing the .war file and starting Jenkins. Was that ok to do? One of my jobs now fails. T

Re: How to get Start time, End time, Duration of a job

2012-04-23 Thread Dirk Kuypers
Hi, 2012/4/23 Vinayak : > How can I get Start time, End time, Duration of a job. > I want to print on console at the end or in a particular file. > Is there any environment variables or plugins are available..? do you really want o print into a file? I use the groovy postbuild plugin https://wiki

Re: View list of builds organised by branch?

2012-04-23 Thread Jon Schewe
On Tue, Apr 3, 2012 at 5:01 AM, seanh wrote: > Thanks for the suggestions. If I can get the build-description to put > the git branch name in the build description, that would be good enough. > It's not particularly pretty, but it would at least make it quick to > find the recent builds of the br

Re: Matrix jobs does not automatically remove buid axis artifacts

2012-04-23 Thread Gaetan
I've open this issue : https://issues.jenkins-ci.org/browse/JENKINS-13554 Nobody reproduces this issue with matrix builds? - Gaetan 2012/4/20 Gaetan > Indeed, I use this feature intensively. > > In my matrix job (Build job), I have: > - Days to keep builds : 60 > - Max # of builds to ke

How to get Start time, End time, Duration of a job

2012-04-23 Thread Vinayak
Hi All, How can I get Start time, End time, Duration of a job. I want to print on console at the end or in a particular file. Is there any environment variables or plugins are available..? Thanks, Vinayak

Re: svn plugin not working anymore!

2012-04-23 Thread Ullrich Hafner
This bug has been resolved in release 1.25. Ulli On 04/23/2012 01:44 PM, Edward Cullen wrote: > On 20/04/12 15:57, Federico Paolantoni wrote: >> Dear List >> I think i've found the issue. >> It seems caused from plugin Static Analysis Collector Plug-in >>

Re: Issue when performing a maven release and skipping Sonar

2012-04-23 Thread Mark Kiami
Sorry I meant, the Sonar run "should be skipped"... (not "should not be skipped") On Apr 23, 2:36 pm, Mark Kiami wrote: > For info, I tried a pre-build shell task with an echo of the > IS_M2RELEASEBUILD variable, as well as a post-build shell task, they > both print "true" for the variable value

Re: Issue when performing a maven release and skipping Sonar

2012-04-23 Thread Mark Kiami
For info, I tried a pre-build shell task with an echo of the IS_M2RELEASEBUILD variable, as well as a post-build shell task, they both print "true" for the variable value when doing releases. So if the Jenkins Sonar plugins reads this variable correctly, normally the Sonar run should not be skipped

Re: Issue when performing a maven release and skipping Sonar

2012-04-23 Thread Ann Campbell
Sounds like you're doing it right. You probably want to re-ask this at the Sonar user list. You'll need to subscribe first: http://www.sonarsource.org/support/support/ :-/ Ann > -- ** Privileged and/or confidential information may be

Re: svn plugin not working anymore!

2012-04-23 Thread Edward Cullen
On 20/04/12 15:57, Federico Paolantoni wrote: > Dear List > I think i've found the issue. > It seems caused from plugin Static Analysis Collector Plug-in > version 1.24 and Static Analysis > Utilities 1.38. > > After di

Re: Mercurial plugin NOT picking up merges back to the default branch

2012-04-23 Thread hezjing
I'm waiting for the fix too ... our team didn't realized that we actually missed some builds because Jenkins ignored the merge changesets :-( On Tue, Feb 21, 2012 at 4:05 AM, Maven User wrote: > Looking at this: > > https://issues.jenkins-ci.org/browse/JENKINS/component/15502 > > Seems like it'

Re: How I can debug a plugin?

2012-04-23 Thread Jan Seidel
Hi Albin, what you are trying to do is a remote debugging. That is described in the link Jesse provided: http://www.google.com/url?sa=D&q=https://wiki.jenkins-ci.org/display/JENKINS/Plugin%2Btutorial%23Plugintutorial-DebuggingaPlugin&usg=AFQjCNFnyh6EcntVf7DDGbHEaQ7xw2F71w E.g. for Windows > set M

Re: Configuration value changing between loading of config file and instantiation of plugin starting in Jenkins 1.455

2012-04-23 Thread Jan Seidel
Hi Grant, nice post but ... I would assume you do rather address it to https://issues.jenkins-ci.org to get the bug fixed ;) Take care Jan On 21 Apr., 07:06, Grant Limberg wrote: > I've been experimenting with the Amazon S3 Publisher plugin in Jenkins 1.460 > in preparation for starting to use

RE: Sr. SAP Business Objects Data Services Consultant----8 month + contract----Irving, TX

2012-04-23 Thread Ed Randall
* * *Hi,* * * *Hope you are enjoying your day!!My name is Sravan Kumar and I'm a Sr. Technical Recruiter at Panzer Solutions. I am looking a Requirement for requirement for .Details below! If you are available and interested please do send me your most updated resume with the best number to r