Re: The apache http client post request fails on jenkins swarm slave

2014-01-14 Thread Mark Waite
ould build from the source code of the swarm plugin and add that pull request to see if it fixes your problem. Alternately, if you're willing to trust a jar file directly from me, I can send you an updated swarm jar file to try. Mark Waite On Sat, Jan 11, 2014 at 7:41 PM, Shoujin Wang wrote

Re: The apache http client post request fails on jenkins swarm slave

2014-01-14 Thread Mark Waite
I've sent it to you directly so that I don't waste list bandwidth sending it to everyone. Let me know if it helps (or not). Thanks, Mark Waite On Tue, Jan 14, 2014 at 4:50 PM, Shoujin Wang wrote: > Thanks Mark! > Please send me your jar and let me give it a try. Thanks so muc

Re: No git consumers

2014-01-21 Thread Mark Waite
things which might be interested, it didn't find anything to notify. I assume it is harmless. The git plugin definitely supports ssh URL's. I use them frequently. Thanks! Mark Waite On Tuesday, January 21, 2014 3:17:52 PM UTC-7, tt...@tidemark.com wrote: > > I tried to setup polli

Re: No git consumers

2014-01-21 Thread Mark Waite
s that Git URL. That's just a guess though, since I don't claim to really understand that portion of the git plugin code. Thanks, Mark Waite On Tue, Jan 21, 2014 at 6:17 PM, Craig Rodrigues wrote: > Thanks for that pointer. > > I am confused about one thing. In my enviro

Re: Strange error when using git reference repos.

2014-01-21 Thread Mark Waite
I think that may be the same issue as was reported in: https://issues.jenkins-ci.org/browse/JENKINS-21434 The change to fix that problem was submitted just recently, so the next release of the git client plugin should fix it (if I've understood the problem correctly). Mark Waite On Tu

Re: No git consumers

2014-01-21 Thread Mark Waite
If schedule is empty, I believe no polling is performed. If you insert the keyword @daily, it will only poll once a day, but will respond to build requests since there is some polling interval defined. At least, I think that is what I observed previously. Mark Waite On Tue, Jan 21, 2014 at 6

Re: Using all node labels in combination filters?

2014-01-26 Thread Mark Waite
them with the combination filter on the job. If I add nodes with elastic axis, there seems to be no way to include those nodes in a combination filter expression. Has anyone found a way to use a combination filter with nodes from the elastic axis plugin? Thanks, Mark Waite On Sunday, August 11

Re: Raspberry PI as node

2014-01-28 Thread Mark Waite
e and free temp space issue. I don't know how to increase the free swap space, though I suspect that will likely also involve allocating more space on a larger flash drive. You may need to check with users in a Raspberry Pi forum for more hints on configuring swap space on the Pi. Mark Waite O

Re: Stack trace dump when saving in Jenkins 1.549 on Fedora 20

2014-01-29 Thread Mark Waite
I don't think Jenkins supports the jdk 8 pre release yet. On Jan 29, 2014 8:07 PM, "Shakthi Kannan" wrote: > Hi, > > I am trying to set up Jenkins (1.549-1.1) on Fedora 20 (x86_64) using > the installation instructions at: > > > https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+on+Re

Re: Java Version 7, Update 45 warning every time I try starting the slave

2014-02-03 Thread Mark Waite
Another work around is to start the slave using a local copy of slave.jar, rather than using JNLP. A local copy of slave.jar works on JDK7u51 as well and does not require any changes to the Java permission settings. Mark Waite On Mon, Feb 3, 2014 at 12:12 AM, Srinivas Kona wrote: >

Re: How to install GIT Plug-in for Jenkins

2014-02-04 Thread Mark Waite
;t need to install git on your Jenkins machine. http://localhost:8080/configure is the place to add a Git installation. Alternately, you'll need to install Git on each computer that will run Jenkins. Mark Waite On Tue, Feb 4, 2014 at 11:04 AM, Lily Fu wrote: > Thank you! > > >

Re: Nunit multiple report files

2014-02-05 Thread Mark Waite
My last experience with the plugin was that it only supports a single results file. You will need to find a way to make one file rather than two. On Feb 5, 2014 3:45 AM, "Matthias" wrote: > Can no one help me with this Issue? > > > > Am Freitag, 17. Januar 2014 11:11:24 UTC+1 schrieb Matthias: >

Re: Nunit multiple report files

2014-02-05 Thread Mark Waite
If the help text suggests multiple file support, then maybe I'm wrong. Have you tried providing multiple file names separated by spaces, or separated by commas? Alternately, you could look at the plugin source code and decide if the source code supports multiple file names. Mark Waite O

Re: How do i configure ANT on my jenkins slave

2014-02-06 Thread Mark Waite
life simpler when you add and remove slave nodes, since you don't need to take extra steps to install and configure Ant on each slave. Jenkins does it for you because you configured Ant in the Jenkins configuration page. Mark Waite On Thu, Feb 6, 2014 at 1:47 PM, Eric Wood wrote: > I

Re: Issues running ANT on jenkins slave

2014-02-07 Thread Mark Waite
I think you've understood correctly that Jenkins automatic installation of ant does not also automatically install libraries which are not part of the base ant distribution. Mark Waite On Fri, Feb 7, 2014 at 7:58 AM, Eric Wood wrote: > Also, I forgot to mention taht I use some of

RE: Jenkins on Redhat Linux: Install Jenkins on Redhat Linux

2014-02-07 Thread Mark Waite
You will need a recent java 6 or java 7. Are those available for so old an operating system? On Feb 7, 2014 3:44 PM, "Lily Fu" wrote: > Hi, > > I want to install Jenkins on Redhat 4 linux, > Searched web, found the following instruction using yum to install > > > https://wiki.jenkins-ci.org/displ

RE: Jenkins on Redhat Linux: Install Jenkins on Redhat Linux

2014-02-07 Thread Mark Waite
.0_07" > > Java(TM) SE Runtime Environment (build 1.6.0_07-b06) > > Java HotSpot(TM) Client VM (build 10.0-b23, mixed mode) > > > > Seems not jdk? Need to install jdk first? > > > > Lily > > *From:* jenkinsci-users@googlegroups.com [mailto: > jenkinsci-u

Re: Jenkins git branch to build variable can't have asterisk?

2014-02-07 Thread Mark Waite
I believe there is a jira report already that parameterized branch name will not use a wildcard. On Feb 7, 2014 4:09 PM, "Chris Robison" wrote: > I'm having an issue where I've setup a parameterized master build that I > have other jobs execute. One of the parameters is a branch I want checked >

Re: Windows git plugin / git client plugin problems

2014-02-11 Thread Mark Waite
27;\''' >> >> >> >> trace: run_command: 'rev-list' '--objects' '--stdin' '--not' '--all' >> '--quiet' >> >> trace: run_command: 'rev-list' '--objects' '--stdi

Re: Windows git plugin / git client plugin problems

2014-02-11 Thread Mark Waite
cloning large repositories, but they do significantly increase the size of the Java virtual machine while they are cloning large repositories. Thanks, Mark Waite On Tue, Feb 11, 2014 at 5:20 PM, Mark Waite wrote: > My technique is the opposite of Slide's. I always use the git executable

Re: Windows git plugin / git client plugin problems

2014-02-11 Thread Mark Waite
lave agent from a service, there is probably a registry key somewhere which controls the startup of the Java process that is the slave agent. If you can find that key, you may be able to modify it to include that command line argument to set the timeOut value. Mark Waite On Tue, Feb 11, 2014

Re: Windows git plugin / git client plugin problems

2014-02-11 Thread Mark Waite
Sorry, I gave bad information. The timeOut property I listed is incorrect. It should be -Dorg.jenkinsci.plugins.gitclient.Git.timeOut=30 On Tue, Feb 11, 2014 at 6:34 PM, Mark Waite wrote: > If you have control of the git repository, and if you don't mind allowing > the source

Re: Windows git plugin / git client plugin problems

2014-02-11 Thread Mark Waite
That's correct, the units are minutes. On Tue, Feb 11, 2014 at 9:03 PM, Curtis Kline wrote: > Thanks Mark. I'll try running my Windows slave from the command line. So > the timeout value is in minutes? > > Curtis > > > > On Tue, Feb 11, 2014 at 5:54 PM, Mark W

Re: Difficulty to make Jenkins talk to Git

2014-02-12 Thread Mark Waite
You need the git plugin in addition to the git client plugin On Feb 12, 2014 1:14 PM, "Lily Fu" wrote: > Hi, > > > > I installed Git client 1.8.5.2 myself; > > We have a Git repository server at > http://***.***.com:8080/git/git/Sth/sth.git > > > > I used Jenkins management tool installed Git C

Re: Git Plugin: "Clean after checkout" exclusions?

2014-02-13 Thread Mark Waite
ual mapping to git commands. It is complicated enough already. Mark Waite On Thu, Feb 13, 2014 at 4:34 PM, Max Spring wrote: > I'm using the "Clean after checkout" option a lot with my Gerrit > verification Maven jobs. > I also have these jobs use a local repository, sittin

Re: Consensus on running a GUI on a Jenkins server

2014-02-15 Thread Mark Waite
ave been a different story. I generally prefer to run Windows slaves from a command window so that the Jenkins process has direct access to a desktop environment. Mark Waite On Sat, Feb 15, 2014 at 12:18 PM, Maureen Barger wrote: > Are you running your *nix instance of Jenkins on a server wi

Re: Jenjins: How to use variable in freestyle job?

2014-02-18 Thread Mark Waite
Refer to https://wiki.jenkins-ci.org/display/JENKINS/Building+a+software+project#Buildingasoftwareproject-JenkinsSetEnvironmentVariablesfor the list of environment variables set by Jenkins for use in a job. Mark Waite On Tue, Feb 18, 2014 at 3:46 PM, Lily Fu wrote: > Hello, > > >

Re: MSBuild Visual Studio

2014-02-19 Thread Mark Waite
hanks > > -- > 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,

Re: Jenkins version number shows 1.547 even thought it is 1.551

2014-02-20 Thread Mark Waite
Possibly the copy of /var/lib/jenkins is perceived as somehow being "newer" than the contents of the jenkins.war file, so the contents of the jenkins.war file are not being extracted over the copy? Mark Waite On Thu, Feb 20, 2014 at 7:30 AM, Rahul Ghose wrote: > Hello folks, &g

Re: Workspace by ssh

2014-02-20 Thread Mark Waite
m. > > -- > 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 h

Re: Workspace by ssh

2014-02-20 Thread Mark Waite
The jobs I define can then checkout on that machine and instead of cloning the full history of that repository from GitHub every time, they only clone the things which have changed since the last time the bare repository was updated. Mark Waite On Thu, Feb 20, 2014 at 9:27 AM, Mark Waite wrote: &

Re: best approach to automate/manage jenkins jobs?

2014-02-21 Thread Mark Waite
attempting to code Jenkins job definitions in a DRY fashion. It was simple to maintain and helped me reconstruct environments more readily on those rare times when I needed to reconstruct them. Mark Waite On Fri, Feb 21, 2014 at 8:14 AM, phil swenson wrote: > Hi, we have a large number of jenk

Re: MD5/SHA1 of new release JARs?

2014-02-23 Thread Mark Waite
same applies for the RPM files when used with the "yum" package manager. Mark Waite On Sun, Feb 23, 2014 at 7:16 PM, Yaniv Kaul wrote: > > > On Monday, February 17, 2014 1:43:55 PM UTC+2, maciej wrote: >> >> Yaniv Kaul (2014-02-16 08:31): >> >> Is it possi

Re: Support for JDK 8?

2014-02-26 Thread Mark Waite
Jenkins does not support JDK 8. On Feb 26, 2014 5:47 AM, "Robert Krüger" wrote: > Hi, > > I did not find any info in the archive. Every once in a while I try > starting my Jenkins installation (Mac) using the latest Oracle JDK 8 > Previews (including the first release candidate) and get errors wi

Re: Don't execute shell code if commit has not changed

2014-02-28 Thread Mark Waite
e detected? Mark Waite On Fri, Feb 28, 2014 at 7:44 AM, Mark Warren wrote: > Ok, I did have the jobs set to "Build periodically" and I switched it to > "Poll SCM" and used the same schedule, however, it does not seem to have > made a difference. The shell code is st

Re: Email notifications only if build fails several times in a row

2014-02-28 Thread Mark Waite
which monitored many other attributes of the build systems (processor utilization, disc space, process count, network connectivity, etc.) Mark Waite On Fri, Feb 28, 2014 at 8:27 AM, wrote: > Hi there, > > (I'm new to this list and not sure this is the right place for this > quest

Re: plugin wishlist/ideas

2014-02-28 Thread Mark Waite
by fixing bugs in the plugin. The git-plugin and the git-client-plugin are interesting, high value locations where you can learn more about Jenkins plugin development and some very interesting use cases. Mark Waite On Fri, Feb 28, 2014 at 8:52 AM, Ginga, Dick wrote: > A plug-in for Flexe

Re: Error while using git

2014-02-28 Thread Mark Waite
gt; 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: Can a slave can be shared between masters

2012-09-20 Thread Mark Waite
that directory based on the path to the slave directory. /var/lib/jenkins/markwaite2-slave/ is the path (on the slave) for a slave that is serving the markwaite2 Jenkins master. Mark Waite > > From: "Shen,Hui" >To: "jenkinsci-users@g

Re: forcing a job to run on a variety of slaves

2012-09-24 Thread Mark Waite
be a little faster to copy the jobs than to create and manage a multi-configuration job. Mark Waite > > From: Chris Withers >To: jenkinsci-users@googlegroups.com >Sent: Monday, September 24, 2012 4:32 AM >Subject: forcing a job to run on a variety o

Re: Does jenkins periodically re check out the workspace

2012-09-26 Thread Mark Waite
the SCM plugin - new change on the source control system which a source control poll detected - slave which hosted the last build has disconnected from the master There are probably other cases as well.  Is there a pattern that you're observing in your re-check out of the workspace r

Re: Automatic diagram

2012-09-26 Thread Mark Waite
iting for a sufficiently complete native java implementation of git.  There are many SCM systems (and other tools) which are only available as external programs, so I don't think we'll be able to avoid referencing external tools from a continuous integration serv

Re: Passing the changelog when triggering Jobs

2012-09-27 Thread Mark Waite
ed the Git Publisher Plugin instead, since it would have avoided the few lines of scripting we had to write. Mark Waite > > From: Rob Oxspring >To: jenkinsci-users@googlegroups.com >Sent: Thursday, September 27, 2012 3:32 AM >Subject: Passing the chang

Re: Git plugin: push result of a merge

2012-09-28 Thread Mark Waite
ve Jenkins push --force to a branch (since it can't be ff as >>I explained), and trigger a huge regression that I can't control and that >>fetches the code from the branch. >> >> >>But in any case I am happy with what I have now. I just thought it could be a

Re: Git plugin: push result of a merge

2012-09-28 Thread Mark Waite
ust completed continuous integration job), or you accept that you'll lose commits with "git push --force". Mark Waite > > From: Juliano Picussa >To: jenkinsci-users@googlegroups.com >Cc: Mark Waite >Sent: Friday, September 28, 201

Re: How can jenkins master share slave nodes.

2012-10-10 Thread Mark Waite
t was sufficient for my case. You might also refer to http://jenkins.361315.n4.nabble.com/Multiple-master-with-shared-slave-pool-td3561822.html for comments from an earlier thread. Mark Waite > > From: Shen Hui >To: jenkinsci-users@googlegroups.com &g

Re: How can jenkins master share slave nodes.

2012-10-10 Thread Mark Waite
;re trying to do. Mark Waite > > From: Shen Hui >To: jenkinsci-users@googlegroups.com >Sent: Wednesday, October 10, 2012 8:23 PM >Subject: Re: How can jenkins master share slave nodes. > >Yes, Mark, I agree your solution is workable. >But

Re: Jenkins and Qt projects

2012-10-20 Thread Mark Waite
nsci-...@googlegroups.com).  Mark Waite > > From: mrz >To: jenkinsci-users@googlegroups.com >Sent: Saturday, October 20, 2012 5:40 AM >Subject: Jenkins and Qt projects > > > > > > Hi everyone, this is my first time using Jen

Re: Need help on automating QA, Stage, Prod delpoy

2012-10-20 Thread Mark Waite
Possibly also may want https://wiki.jenkins-ci.org/display/JENKINS/Parameterized+Trigger+Plugin Mark Waite > > From: JenkinsUser >To: jenkinsci-users@googlegroups.com >Sent: Saturday, October 20, 2012 5:39 AM >Subject: Need help on automating

Re: Need help on automating QA, Stage, Prod delpoy

2012-10-20 Thread Mark Waite
r user from within the Jenkins process" to "become another user in a subprocess which the Jenkins user starts".  In that case, you don't care who executes the "promote build" job, but if they do not provide  the correct credentials, the job will not execute. Mark

Re: jenkins - File name too long ERROR

2012-10-24 Thread Mark Waite
those commit messages that if you're running JDK 7, you won't see that problem (even without the proposed code change).  Are you running JDK 6 or JDK 7? Mark Waite > > From: "Levin, Ilya" >To: "jenkinsci-users@googlegroup

Re: calling perl scripts from jenkins

2012-10-25 Thread Mark Waite
Usually that means the environment in which Jenkins is executing does not know the path to the perl installation. Create a job, assign it an action to echo %PATH% and then you can see the environment which Jenkins is running. > > From: "Levin, Ilya" >To: "jen

Re: LTS 1.480.1 RC1 testing

2012-10-30 Thread Mark Waite
corded on that page.  It would be a nice help for community members to assist with some Windows tests of the release candidate.  Many of us can contribute to the community by testing release candidates, even if we can't contribute to the community by coding. Mark Waite >__

Re: Run a program (as a .exe file) as a post build task

2012-11-06 Thread Mark Waite
en "NET START ServiceName". Mark Waite > > From: Roshan >To: jenkinsci-users@googlegroups.com >Sent: Tuesday, November 6, 2012 2:05 PM >Subject: Re: Run a program (as a .exe file) as a post build task > > >Anybody has idea how t

Re: multi configuration project and xunit post build task

2012-11-08 Thread Mark Waite
variation within a multi-config job. Mark Waite > > From: Simon Haegler >To: jenkinsci-users@googlegroups.com >Sent: Thursday, November 8, 2012 2:44 AM >Subject: multi configuration project and xunit post build task > > >hi f

Re: Jenkins failed to record SCM polling

2012-11-08 Thread Mark Waite
You could consider switching to the long term support release.  It arrives about once every three months and remains stable for those three months. Mark Waite > > From: KP >To: jenkinsci-users@googlegroups.com >Sent: Thursday, November 8,

Re: Copy/Replicate jobs in Hudson - How - Quick question

2012-11-08 Thread Mark Waite
You could pass the job definition file from the original server to the Jenkins command line interface "create-job" command and let it create the job for you. Refer to http://jenkins.361315.n4.nabble.com/create-jobs-td2320262.html for a past e-mail exchange on the topic.

Re: Memory issues with Jenkins

2012-11-10 Thread Mark Waite
ble in the chart. Mark Waite > > From: Dirk Weigenand >To: jenkinsci-users@googlegroups.com >Sent: Saturday, November 10, 2012 12:48 PM >Subject: Re: Memory issues with Jenkins > >Hi, > >the static analysis plugins hold their state

Re: Wanted: HOWTO write Dashboard portlets

2012-11-13 Thread Mark Waite
How about https://wiki.jenkins-ci.org/display/JENKINS/Extend+Jenkins ? Mark Waite On Tuesday, November 13, 2012 1:52:14 PM UTC-7, Rodney Stanton wrote: > > I tried Googling for a HOWTO without luck. (yes, I did google first :P ) > > Our development would like more customization on o

Re: parallel builds on single Hudson possible - quick question

2012-11-13 Thread Mark Waite
In the Jenkins job configuration screen, there is a check box "Execute concurrent builds if necessary".  I don't know if that feature is available in Hudson or not.  It may have been added after most of the developers switched from Hudson to Jenki

Release of new long term support version?

2012-11-14 Thread Mark Waite
hanks! Mark Waite

Re: parallel builds on single Hudson possible - quick question

2012-11-15 Thread Mark Waite
re using the Jenkins mailing list to ask a Hudson specific question.  You might consider the Hudson mailing list for your question instead. You might also refer to https://wiki.jenkins-ci.org/pages/viewpage.action?pageId=53608972 for some reasons to switch from Hudson to

Re: best practice backup build setup - quick question

2012-11-16 Thread Mark Waite
You might consider some of the suggestions at  http://jenkins.361315.n4.nabble.com/Hot-backup-for-jenkins-td4080222.html Mark Waite > > From: Z W >To: jenkinsci-users@googlegroups.com >Sent: Friday, November 16, 2012 11:44 AM >Subject: best

Re: Jenkins open or close issue

2012-11-17 Thread Mark Waite
-ci.org/display/JENKINS/Redmine+Plugin https://wiki.jenkins-ci.org/display/JENKINS/Bugzilla+Plugin Thanks, Mark Waite > > From: Gustavo Lira e Silva >To: jenkinsci-users@googlegroups.com >Sent: Saturday, November 17, 2012 1:31 PM >Subjec

Re: Switching from Bleeding Edge to LTS

2012-11-19 Thread Mark Waite
em like CentOS, Scientific Linux, or Oracle Linux), then you change the jenkins.repo definition and run the usual update process (with yum). If you're using Windows, stop Jenkins, download the 1.480.1 WAR file (jenkins.war), and restart Jenkins with the newly downloaded war file.

Re: Jenkins + GIT ls-remote error

2012-11-22 Thread Mark Waite
That seems to indicate that the Jenkins user can't read the /home/casper/git/4xS/.git directory. Since you've confirmed that the Jenkins user can run the git command, could you also confirm that the Jenkins user can successfully run the command:  /usr/bin/git ls-remote -h file:///home/casper/gi

Re: Advice requested: bash vs python scripts in Jenkins

2012-11-23 Thread Mark Waite
tests passed, "unstable" means everything compiled and some tests failed, and "failed" means that compilation failed. There is a "testing in python" mailing list which can help with questions about py.test and nose. Mark Waite >___

Re: Jenkins on Windows box

2012-11-27 Thread Mark Waite
Are you sure it is not something in your build script (not in Jenkins) which prevents multiple builds from running concurrently?  Jenkins is able to run multiple builds concurrently in the tests I've run, without blocking one job behind another. Mark

Re: Jenkins CLI using REST APIs

2012-12-11 Thread Mark Waite
option (if you program in Python): http://packages.python.org/python-jenkins/ A Ruby Jenkins interface (if you program in Ruby): https://github.com/john-griffin/jenkins-client A Node.js interface (as you mentioned): https://wiki.jenkins-ci.org/display/JENKINS/Nestor I'm sure

Re: avoid multiple git repositories in matrix project

2012-12-11 Thread Mark Waite
ated  from every other copy. Mark Waite > > From: Uwe Maurer >To: jenkinsci-users@googlegroups.com >Sent: Tuesday, December 11, 2012 10:08 AM >Subject: avoid multiple git repositories in matrix project > > >Hi, > > >I have a git

Re: avoid multiple git repositories in matrix project

2012-12-11 Thread Mark Waite
iterates over each repository name and performs a "git push --all ".  That seems to keep the repositories updated well enough for my needs. Mark Waite > > From: KEVIN FLEMING (BLOOMBERG/ 731 LEXIN) >To: jenkinsci-users@googlegroups.com &g

Re: Need help on using Jenkins Git Plugin in my java application

2012-12-20 Thread Mark Waite
on my git repositories. Mark Waite > > From: nicolas de loof >To: jenkinsci-users@googlegroups.com >Sent: Thursday, December 20, 2012 5:38 AM >Subject: Re: Need help on using Jenkins Git Plugin in my java application > > >nothing spec

Re: Jenkins cannot connect to X server on Ubuntu

2012-12-28 Thread Mark Waite
er running and you don't need to remember to unlock its permissions. Mark Waite > > From: Pawel Jasinski >To: jenkinsci-users@googlegroups.com >Sent: Friday, December 28, 2012 11:50 AM >Subject: Re: Jenkins cannot connect to X server on Ubu

Re: Git question...

2013-01-03 Thread Mark Waite
the git plugin settings for your job).  I tried to duplicate the problem myself and was unable to duplicate it, so I'm probably not using exactly the steps you are using. Mark Waite > > From: Jeff >To: jenkinsci-users@googlegroups.com >Sent: T

Re: Git question...

2013-01-03 Thread Mark Waite
uses git://yourserver/git/repo_name to checkout.  That idea is suggested in  http://stackoverflow.com/questions/12614771/configure-git-repository-in-jenkins .  I don't think that is likely your problem either, but trying the fix may expose the real problem to you. Mark

Re: Git question...

2013-01-04 Thread Mark Waite
That is very good news.   You might consider using the plugin that automatic labels slaves (and the master).  It labels for operating system type, operating system release, and processor type, and spares you the hassle of remembering to apply those types of labels. Mark Waite

Re: Build hangs with Jenkins, runs fine from command line

2013-01-04 Thread Mark Waite
Windows Jenkins server to always from a logged in desktop session rather than as a service.  Your mileage may vary... Mark Waite > > From: Bryan Evenson >To: jenkinsci-users@googlegroups.com >Sent: Friday, January 4, 2013 9:10 AM >Subject: B

Re: Upgrade of Jenkins - is it necessary to upgrade slaves too?

2013-01-05 Thread Mark Waite
It depends how you launch the slave.  There is a good description on the wiki which can guide you. See https://wiki.jenkins-ci.org/display/JENKINS/Distributed+builds#Distributedbuilds-Differentwaysofstartingslaveagents Mark Waite > > From: zaky

Re: Upgrade of Jenkins - is it necessary to upgrade slaves too?

2013-01-05 Thread Mark Waite
Windows service" seems to use JNLP as well, I'm reasonably confident that the upgrade is automatic in that scenario, just as it is automatic in the Java web start scenario. Mark Waite https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+as+a+Windows+service#Installin

Null pointer exceptions after upgrade from 1.480.1 to 1.480.2

2013-01-07 Thread Mark Waite
Project.java:136) at hudson.model.Executor.run(Executor.java:211) Once I click through that "Dead" thread one or two times, the slave agent seems to remain running without interruption. Are those expected results that are part of the transition from 1.480.1 to 1.480.2? Thanks, Mark Waite

Re: Null pointer exceptions after upgrade from 1.480.1 to 1.480.2

2013-01-08 Thread Mark Waite
earch for all JNLP files? Mark Waite [1] https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2013-01-04 On Monday, January 7, 2013 3:32:13 PM UTC-7, Chanda Unmack wrote: > > I have the same issue after upgrading from 1.480.1 to 1.480.2 on Ubuntu > 12.04. I am able to

Re: Jenkins failed to sync from Perforce due to long file name

2013-01-10 Thread Mark Waite
drive J:\ and place the Jenkins home directory in that location. http://joe-re.blogspot.com/2012/09/jenkins-file-name-too-long.html offers another alternative Mark Waite > > From: Jason Zhang >To: jenkinsci-users@googlegroups.com >Sent: Th

Re: Git plugin and checking out from a specified point in time

2013-01-13 Thread Mark Waite
use model and if that might be a use model which would be important to others. Mark Waite > > From: "anthcourt...@gmail.com" >To: jenkinsci-users@googlegroups.com >Sent: Friday, January 11, 2013 4:33 PM >Subject: Git plugin and checking

Re: Git plugin and checking out from a specified point in time

2013-01-13 Thread Mark Waite
test" job. I'm sure there are other ways to accomplish your objective, but that worked for us. Mark Waite > > From: Anth Courtney >To: jenkinsci-users@googlegroups.com >Sent: Sunday, January 13, 2013 1:32 PM >Subject: Re: Git plugin and

Re: Git errors on jenkins slave (windows)

2013-01-15 Thread Mark Waite
ob which executes on that slave and has a single build step which executes "set".  That will report the environment variables so that you can confirm the path to the Git executable is not in the PATH when the Jenkins slave agent starts. Mark Waite >___

Re: Git errors on jenkins slave (windows)

2013-01-15 Thread Mark Waite
hough the executable is in the path.   None of those ideas seem very likely to me, but maybe they'll inspire you (or someone else) further towards an answer. Mark Waite   > > From: Ryan McKinley >To: jenkinsci-users@googlegroups.com >Sent: Tuesday,

Re: Question abou increasing number of threads in Jenkins

2013-01-15 Thread Mark Waite
ou may want to limit the number of concurrent polling activities to avoid overloading the server.  Setting a positive number sets the upper bound to the number of concurrent polling. Leaving the field empty will make it unbounded"   Mark Waite > >

Git show "hangs" due to large content in commit diff

2013-01-18 Thread Mark Waite
"git show" from the Git plugin?  I'll certainly investigate in the plugin source code, but before I start that investigation I thought it was safest to ask the mailing list in case others have encountered a similar problem and found a simple solution. Thanks, Mark Waite

Re: Git show "hangs" due to large content in commit diff

2013-01-19 Thread Mark Waite
-plugin/pull/122 Thanks! Mark Waite On Friday, January 18, 2013 5:37:45 AM UTC-7, Mark Waite wrote: > > I've seen cases where my Jenkins master server has a painfully long > running git process (running for a day or more, using 98% of a CPU, > hundreds of megabytes of memory,

Re: Silently triggering a build using the git plugin

2013-01-21 Thread Mark Waite
With the version of curl I'm using (7.26.0 - as delivered with Debian "Wheezy"), I can use the arguments -o /dev/null to prevent that output.  Does that not work for you? Mark Waite > > From: Adam Mercer >To: jenkinsci-users@googleg

Re: Unix or Windows

2013-01-27 Thread Mark Waite
enBSD package was out of date (1.472), so I'd probably avoid that platform. Mark Waite > > From: "Levin, Ilya" >To: "jenkinsci-users@googlegroups.com" >Sent: Sunday, January 27, 2013 4:58 AM >Subject: RE: Unix or Windows >

Re: [git plugin] 'git show' command extremely slow

2013-01-28 Thread Mark Waite
heck should always be false (no definition for inclusion or exclusion conditions means exclusion is not possible). Refer to https://github.com/jenkinsci/git-plugin/pull/122 if you'd like to see the pull request. Refer to https://groups.google.com/d/topic/jenkinsci-users/FjjaD7ca

Re: ClearCase Polling Since Last SUCCESSFUL Build

2013-01-29 Thread Mark Waite
build seems like the preferred technique to quickly detect and resolve problems. Mark Waite > > From: Josh Robinson >To: jenkinsci-users@googlegroups.com >Sent: Tuesday, January 29, 2013 12:57 PM >Subject: ClearCase Polling Since Last SUCCESSFUL

Re: Installing operating systems on slaves via Jenkins

2013-01-30 Thread Mark Waite
he puppet team has one or more tutorials on how to use puppet with Jenkins. Mark Waite > > From: Manish Singh >To: jenkinsci-users@googlegroups.com >Sent: Wednesday, January 30, 2013 12:06 AM >Subject: Installing operating systems on slaves

Re: Detect command failure?

2013-02-05 Thread Mark Waite
If your call to phpunit is expected to create a file, you could check that file is created and then use "exit 1" to cause the build script to exit with the failure. Mark Waite > > From: Adam Tong >To: jenkinsci-users@googlegroups.

Re: how to ensure a job executes on all slaves.

2013-02-06 Thread Mark Waite
I've not found a way to define a job which will run on all build slaves and which adapts automatically to the addition and removal of slaves.   My technique has been to define a multi-configuration job and individually select each node which should execute the job.   Mark

Re: use CLI effectively

2013-02-17 Thread Mark Waite
to be another which appears to offer similar capabilities. autojenkins may also be interesting to consider. All three seem to be available from PyPi.org Mark Waite > > From: Nick Tan >To: jenkinsci-users@googlegroups.com >Sent: Sunday, February

Re: Gerrit Trigger, Jenkins GIT Plugin, and GerritTriggerBuildChooser

2013-02-18 Thread Mark Waite
were using the API definition in the package hierarchy. Can you submit a bug to JIRA? Thanks, Mark Waite > > From: Bo Shi >To: jenkinsci-users@googlegroups.com >Cc: sandell.rob...@gmail.com; tomas.westl...@sonymobile.com >Sent: Monday, Februar

Re: Gerrit Trigger, Jenkins GIT Plugin, and GerritTriggerBuildChooser

2013-02-18 Thread Mark Waite
I think the instructions here still apply: http://jenkins.361315.n4.nabble.com/Downgrade-a-plugin-td375624.html Or these http://jenkins.361315.n4.nabble.com/How-to-downgrade-Email-Extension-Plugin-td3832672.html Mark Waite > > From: Bo Shi >To:

Re: git on jenkins

2013-02-19 Thread Mark Waite
ng the differences between the context where it works and the context where it fails. Mark Waite > > From: Kamal Ahmed >To: Johannes Wienke ; >"jenkinsci-users@googlegroups.com" >Sent: Tuesday, February 19, 2013 5:27 AM >Subject: R

<    1   2   3   4   5   6   7   8   9   10   >