Re: Sparse Checkout in GIT

2014-07-14 Thread Mark Waite
sparse checkout if my project setup is as below, > > Root > --- Project A > Project B > > I want to sparse checkout Project B > > > > *Kind Regards, * > *Sairam * > 9884699987 | Skype - vjsairam > > > On Mon, Jul 14, 2014 at 6:40 PM, Mark Waite &g

Re: Sparse Checkout in GIT

2014-07-16 Thread Mark Waite
part of the checkout. Mark Waite On Tue, Jul 15, 2014 at 11:06 PM, sai ram wrote: > When I do a sparse checkout, then in the Jenkins workspace I see, > > ProjectA/ProjectB > > but I want to create a dynamic file that has be moved inside the ProjectB > and currently its loca

Re: Sparse Checkout in GIT

2014-07-16 Thread Mark Waite
not associated with the repo. We create a dynamic > testng file and refer the test class in that. so the testng file should > reside inside the repo. > > *Kind Regards, * > *Sairam * > 9884699987 | Skype - vjsairam > > > On Wed, Jul 16, 2014 at 5:08 PM, Mark Waite > wr

Re: Sparse Checkout in GIT

2014-07-16 Thread Mark Waite
ce directory on the run time by taking > the string parameters from Jenkins. > > is there any workaround for this ? > > *Kind Regards, * > *Sairam * > 9884699987 | Skype - vjsairam > > > On Wed, Jul 16, 2014 at 6:02 PM, Mark Waite > wrote: > >> If you create

Re: reg:git clone using additional behaviors

2014-07-17 Thread Mark Waite
l: cannot create directory at ' > > -- > 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...@googlegr

Re: Reg git clone error in Jenkins....

2014-07-17 Thread Mark Waite
s+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- Thanks! Mark Waite -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving e

Re: Hi i am trying to clone git repository into Jenkins...it' displaying time out error even i specified advance clone option also ......it's displaying time out error

2014-07-17 Thread Mark Waite
than placing them in git and copying the entire history of every large binary to every machine in the organization every time the repository is cloned. Mark Waite On Thursday, July 17, 2014 3:24:13 AM UTC-6, bandi pavankumar reddy wrote: > > Hi actually my repository size 17 GBi am trying

Re: Can i revert back the commit in git if the build fails in jenkins or bamboo?

2014-07-18 Thread Mark Waite
I am not aware of any Jenkins plugin that will revert changes on a failed build. On Jul 18, 2014 5:48 AM, "Sumit Kumar" wrote: > Can we write checks or script to do the revert in GIT, pre commit hooks or > do we have any plugin available in jenkins or Bamboo for this? > > -- > You received this m

Re: Hi friends is it possible clone 18 GB repository in Jenkins....

2014-07-19 Thread Mark Waite
changed in a coming release of the git-client-plugin so that the timeout configured in the git plugin UI applies to "checkout", not just to "fetch". Mark Waite On Sat, Jul 19, 2014 at 2:27 AM, abhinavn wrote: > This is not related to jenkins, for cloning large git rep

Re: Hi friends is it possible clone 18 GB repository in Jenkins....

2014-07-19 Thread Mark Waite
self as a build step. Performing the checkout yourself as a build step is more complicated and more error prone, but does not have the timeout limit. Unfortunately, it also makes Jenkins less useful, because you can no longer see source code changes as part of the job, and you can no longer poll for

Re: Hot to run Jenkins BUILD only if GIT commit's COMMENT value "equals to..."

2014-07-22 Thread Mark Waite
Polling ignores commits in certain paths", then add that file into the inclusion list. If you choose that technique, you'll need to also enable the "Force polling using workspace", since inclusion / exclusion processing needs a workspace. Mark Waite On Tue, Jul 22, 2014 at 5:17

Re: Issues with a job configured to build any git 'feature' branch.

2014-07-22 Thread Mark Waite
cted to a new branch, a new build is queued. If multiple pushes to an existing branch are detected, they are all batched together into a single job. Mark Waite On Tue, Jul 22, 2014 at 12:28 PM, Jim Lloyd wrote: > Our workflow using git is similar to the GitFlow > <http

Re: Issues with a job configured to build any git 'feature' branch.

2014-07-22 Thread Mark Waite
On Tue, Jul 22, 2014 at 5:30 PM, Jim Lloyd wrote: > Hi Mark, thanks for the reply. > > On Tuesday, July 22, 2014 12:39:52 PM UTC-7, Mark Waite wrote: >> >> I thought I remembered a pull request submitted to the git plugin to >> allow user definition of the comparison

Re: Hi friends is it possible clone 18 GB repository in Jenkins....

2014-07-23 Thread Mark Waite
, your very large repository, your slow file system, and/or your unwillingness to use "sparse checkout" to reduce the size of the content to be checked out to the working directory. Mark Waite On Wednesday, July 23, 2014 9:24:44 AM UTC-6, bandi pavankumar reddy wrote: > > Hi mark

Re: Hi friends is it possible clone 18 GB repository in Jenkins....

2014-07-23 Thread Mark Waite
it into some sort of > striping mode for faster writes. If you just keep your sources and builds > on the RAID (having more permanent things like the OS and your compilers on > another drive/RAID), you probably don’t have to have that RAID actually be > redundant. If a drive blo

Re: Hi friends is it possible clone 18 GB repository in Jenkins....

2014-07-24 Thread Mark Waite
Try http://ingorichter.blogspot.com/2012/02/jenkins-change-workspaces-and-build.html as a blog posting which shows you how to do that. Mark Waite On Thu, Jul 24, 2014 at 5:44 AM, bandi pavankumar reddy < pavanreddy...@gmail.com> wrote: > Hi mark 20 GB repository cloning is not posi

Re: Hi reg jenkins workspace ...name

2014-07-24 Thread Mark Waite
There is an "Advanced" button near the top of the job definition page. One of the checkboxes there is labeled "Use custom workspace". Click that checkbox and insert the absolute path of the directory where you want the checkout. Mark Waite On Thursday, July 24, 2014 5:5

Re: Issues with a job configured to build any git 'feature' branch.

2014-07-25 Thread Mark Waite
ad it to a shared location from which you could pull it. You'd need to install it and evaluate it for operational compatibility. I'd need to evaluate the source code of the change for other possible incompatibilities. Let me know if you're interested. Mark Waite On Tue, Jul 22,

Re: External db for reporting on Jenkins

2014-07-25 Thread Mark Waite
tracking, then we used the web interface of the health monitoring system to see historical reports and current issues / alarms. Mark Waite On Fri, Jul 25, 2014 at 11:49 AM, VFloyd wrote: > Working for a large company, our management is starting to request > information about the Jenkins

Re: Jenkins CI -- multi-node (multi-slave) single test?

2014-07-27 Thread Mark Waite
thon program that we used as a central registry of servers and the services which they provide. Mark Waite On Sun, Jul 27, 2014 at 8:12 AM, Adam Seering wrote: > Hi all, > I'm trying to write tests that use network and cluster software. > There are lots of tests that I can

Re: Running great on Windows 2003 Server, failing badly on Windows 2008 Server

2014-07-29 Thread Mark Waite
receiving emails from it, send an > email to jenkinsci-users+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- Thanks! Mark Waite -- You received this message because you are subscribed to the Google Groups "Jenkins Users" gro

Re: Running great on Windows 2003 Server, failing badly on Windows 2008 Server

2014-07-29 Thread Mark Waite
Since Oracle jdk 6 is officially not supported by Oracle, I think you should switch to JDK . On Jul 29, 2014 10:51 AM, "Shibani" wrote: > They are slight variations of JDK 1.6 and yes they are Oracle JDK's. > > > On Tuesday, July 29, 2014 12:33:17 PM UTC-4, Shibani wrote: > >> We use Jenkins CI f

Re: Hi friends is it possible clone 18 GB repository in Jenkins....

2014-07-29 Thread Mark Waite
Thanks. Yes, Pavan is aware of the timeout value available on clone. He adjusted that. His timeout was happening during checkout, a phase which is entirely on the local disk, and which currently does not have a way to adjust the timeout. Mark Waite On Tue, Jul 29, 2014 at 12:31 PM, Adam

Re: Jenkins modifies known_hosts file (Unnecessarily?)

2014-07-30 Thread Mark Waite
of Jenkins installations. I suspect the maintainers of those plugins will be hesitant to worry about an optimization of changes to known_hosts compared to the risk of breaking use cases for the many other users of those plugins. Thanks, Mark Waite https://github.com/jenkinsci/git-client-plugin/b

Re: Jenkins and Jacoco and multiple jobs...

2014-07-30 Thread Mark Waite
ehow looking outside the workspace? Mark Waite On Wed, Jul 30, 2014 at 4:40 PM, Mark Wilhelm wrote: > Hello, > > I'm running a Jenkins server with multiple jobs. Part of one of the jobs > is to run Jacoco for code coverage metrics. I am using the latest Jacoco > plugin. Wha

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

2014-08-04 Thread Mark Waite
tobuild.blueport.com/job/BuildAllWebPortals/Portal=MobileVCF/> > > MobileVCF > <http://autobuild.blueport.com/job/BuildAllWebPortals/Portal=MobileVCF/> > completed with result SUCCESS > Triggering RetailTool > <http://autobuild.blueport.com/job/BuildAllWebPortals/Porta

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

2014-08-04 Thread Mark Waite
g? > I believe that each job in the matrix job needs an independent copy of the repository so that it can work independent of the other jobs in the matrix. > -Brian > > On Monday, August 4, 2014 1:41:08 PM UTC-4, Mark Waite wrote: >> >> >> >> >> On Mo

Re: Running build scripts as a different user

2014-08-04 Thread Mark Waite
t job would be tied to the slave running as the separate user. Mark Waite On Mon, Aug 4, 2014 at 1:22 PM, johannes.ernst wrote: > I'm running Jenkins with Tomcat on Arch Linux. Jenkins executes as Linux > user tomcat7, as expected. > > Build script also execute as tomcat7, but

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

2014-08-04 Thread Mark Waite
write a script (MSBuild, perl, python, Java, etc.) which iterates through those configurations and builds each of them. > Feels like a kludge, but i think the result will be a complete build in 11 > minutes as opposed to 30. > > Do you agree? > > Thanks, > Brian > > On

Re: Error when trying to configure Jenkins: hudson.plugins.git.GitException: Error performing command: git rev-parse --is-inside-work-tree

2014-08-07 Thread Mark Waite
You probably have the Jenkins master node configured to specify git as git.exe. remove the exe from the end of that on the master node and the slaves will follow. Mark Waite On Aug 7, 2014 3:46 PM, "Parteek Kumar" wrote: > Hi Curtis, > > Could you please explain about the sc

Re: Git polling does not work

2014-08-08 Thread Mark Waite
If the Jenkins build works without polling, then you could try adding the additional behaviour "Polling requires a workspace". That uses the slave which contains the workspace to pill instead of using git ls-remote on the master. Mark Waite On Aug 8, 2014 4:06 AM, "Sidoine De Wis

Re: Jenkins timing out to connect to Bitbucket when building project

2014-08-08 Thread Mark Waite
I think you are listing a directory in a field which needs the git executable. That output should have cmd\git or cmd\git.exe or bin\git or bin\git.exe Mark Waite On Aug 8, 2014 1:40 AM, "david guetta" wrote: > Hello there, > > I have got a bitbucket repository and git inst

Re: Jenkins timing out to connect to Bitbucket when building project

2014-08-08 Thread Mark Waite
You might also try using bin rather than the cmd version of git On Aug 8, 2014 1:40 AM, "david guetta" wrote: > Hello there, > > I have got a bitbucket repository and git installed. > > I wan to to connect my bitbucket with jenkins and vice versa. > > However, it does not work. I get this error i

Re: Jenkins timing out to connect to Bitbucket when building project

2014-08-08 Thread Mark Waite
ation issues I encountered). Mark Waite On Fri, Aug 8, 2014 at 6:54 AM, david guetta wrote: > Hello, > > It's set to git.exe and I have tried both bin and cmd. > > Any other ideas? > > > On Friday, 8 August 2014 08:40:52 UTC+1, david guetta wrote: >> >

Re: False positive on Jenkins builds. How to address.

2014-08-08 Thread Mark Waite
d be handled more casually. I would think that filtering exceptions (or test failures) may cause bad behavior in your team, since they will be mislead into thinking the tests confirm things are OK, when the random test failures may be pointing to a real bug. Mark Waite On Fri, Aug 8, 2014 at 9:05 AM

Re: git polling saw a lot of connection error

2014-08-11 Thread Mark Waite
he Jenkins server log, then you could add "Polling requires a workspace" as an additional behavior on your jobs. That will move the polling to the slave computer which has the workspace. It doesn't reduce the amount of polling, but it can reduce the amount of polling from a single

Re: Poll SCM whenever there is a commit

2014-08-14 Thread Mark Waite
Search for "polling must die" for instructions on how to configure a git hook in your repository. Or use polling On Aug 13, 2014 10:58 PM, wrote: > Hi guys, > > how to run a ANT build in jenkins whenever there is a commit in project > using Git from eclipse. > > Regards, > Srinivasulu. > > > > >

Re: Git Plugin Fail

2014-08-15 Thread Mark Waite
http://stackoverflow.com/questions/15361398/git-jenkins-scm-plugin-permission-denied ) - Assure the USER variable is set correctly ( http://stackoverflow.com/questions/6515039/permission-denied-publickey-when-setting-up-jenkins ) Thanks, Mark Waite On Thu, Aug 14, 2014 at 11:24 PM, raza shah wrote:

Re: Can't Inegrate Jenkins to Bit Bucket With SSH

2014-08-17 Thread Mark Waite
It seems that Jenkins thinks it should write the host information into /home/tomcat/.ssh . If that is intentional, then the Jenkins user needs write permission on that directory On Aug 17, 2014 6:06 PM, "Suraj Batuwana" wrote: > My Source code is hosted in Bit bucket it has SSH public key config

Re: Github webhook pushes causing all branches to build

2014-08-19 Thread Mark Waite
y you want). Thanks, Mark Waite On Tue, Aug 19, 2014 at 4:03 PM, Nicholas Paufler < nicholas.pauf...@goclio.com> wrote: > We're using Jenkins 1.575 with the GIT client (1.10.1), GIT (2.2.5), and > GitHub (1.24) plugins (amongst others) but the issue seems to be related

Re: Github webhook pushes causing all branches to build

2014-08-20 Thread Mark Waite
>> significantly different, submit a bug report which describes those >> differences, along with enough details so that I can duplicate the bug, and >> that will increase the odds of the bug being fixed. It may also provide >> you a short term work around (if 2.2.4 behav

Re: Github webhook pushes causing all branches to build

2014-08-20 Thread Mark Waite
You could use the add "Additional Behaviour" for "Advanced clone option" to a define a reference repository. A reference repository will provide the same data transfer reduction, without the complexity of defining two repositories. Mark Waite On Wed, Aug 20, 2014 at 4:04

Re: Every build has all commits listed in the Changes page

2014-08-20 Thread Mark Waite
rrit trigger? > Also if I manually run a build (i.e. not triggered by an event) it does a > pull of the very first commit only and then continues with the tests. > I assume that is also something provided by the Gerrit trigger, so I don't recognize the concept of pulling a commit

Re: Jenkins multi procjects with different platforms

2014-08-21 Thread Mark Waite
I use the xshell plugin to use the same launch command on Windows and Linux On Aug 21, 2014 6:37 AM, "Tore Offermann" wrote: > Hey, > > I have a question regarding Jenkins multi projects. > > Currently we run separate jobs for every platform and now want to simplify > that by introducing multi pr

Re: error cloaning remote repo

2014-08-22 Thread Mark Waite
r than the default value of 10 (minutes). Mark Waite On Fri, Aug 22, 2014 at 1:40 AM, wrote: > Hello guys, > > Can anyone please help me with this issue. > > > > > Started by user anonymous <http://localhost:8080/user/null> > Building in workspace C:\Users\sriniv

Re: Every build has all commits listed in the Changes page

2014-08-22 Thread Mark Waite
0 > Checking out Revision b814adf6b424c10ea8063d29767c85de74971a06 > (refs/changes/20/20/1) > > git config core.sparsecheckout # timeout=10 > > git checkout -f b814adf6b424c10ea8063d29767c85de74971a06 > > git rev-parse FETCH_HEAD^{commit} # timeout=10 > > git rev-list 1388d41de4bff273ba

Re: Junit in jenkins shows every test Passed but test failed?

2014-08-22 Thread Mark Waite
gt; Thank you > > > > -- > 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. &g

Re: Jenkins timing out when fetching from g...@bitbucket.org:repository

2014-08-26 Thread Mark Waite
You may want to read the ideas offered in https://issues.jenkins-ci.org/browse/JENKINS-20356 . That is an open bug report against the case where the Jenkins master server is running as a Windows service. Mark Waite On Tue, Aug 26, 2014 at 8:35 AM, Yavor Vrachev wrote: > So basically I

Re: Jenkins timing out when fetching from g...@bitbucket.org:repository

2014-08-26 Thread Mark Waite
ax on disc performance). Mark Waite On Tue, Aug 26, 2014 at 9:16 AM, Yavor Vrachev wrote: > Thanks for the reply. So my best bet might be to try run it on Linux as it > may not work on Windows at all? > > > On Tuesday, 26 August 2014 10:56:14 UTC+1, Yavor Vrachev wrote: > >&

Re: Question about git polling & "nonexisting_workspace"

2014-08-27 Thread Mark Waite
Vincent is correct. A workspace is required in order to perform the inclusion / exclusion analysis. The plugin knows that dependency is required, and implicitly requires a workspace for the polling. Mark Waite On Wed, Aug 27, 2014 at 9:02 AM, Vincent Latombe wrote: > Hi Terry, > >

Re: Trigger build on git merge

2014-08-27 Thread Mark Waite
ges hiding in that configuration running two different configurations from the same job. Mark Waite On Wed, Aug 27, 2014 at 8:31 AM, Nicolas Goy wrote: > I have two branches, develop and staging. > > When I push changes to the develop branch, a build is triggered and this > works fin

Replacement for "Hudson Generic Changelog Annotator"?

2014-09-04 Thread Mark Waite
quite small, so I assume there are other ways to solve the same problem. How do others annotate their changelogs to convert text patterns into hyperlinks which include the text from the changelog in the link? -- Thanks! Mark Waite -- You received this message because you are subscribed to the G

Jira unavailable?

2014-09-10 Thread Mark Waite
It appears that the Jenkins Jira instance is unavailable. -- Thanks! Mark Waite -- 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-user

Re: Git Plugin not pulling from repo when builds are initiated

2014-09-11 Thread Mark Waite
;re running the job, any non-default settings you've used for the git plugin configuration of that job, and if you are using other plugins which may interact with the git plugin (like one of the Gerrit plugins). Thanks, Mark Waite On Wed, Sep 10, 2014 at 2:43 PM, polarice wrote: > I have

Re: Git Plugin not pulling from repo when builds are initiated

2014-09-11 Thread Mark Waite
space due to a large repository, you could try using a reference repository instead. Mark Waite On Thu, Sep 11, 2014 at 10:24 AM, Eugene Sajine wrote: > I could recommend to use the custom workspace for your job (it is in > advanced settings for the job). Set it to where your local git r

Re: Multi-config Projects and Git Clones

2014-09-11 Thread Mark Waite
itory can satisfy. With a 3 GB git repository I have, it reduces the fetch time dramatically. Mark Waite On Thu, Sep 11, 2014 at 4:14 PM, Dave Augustus < dave.augus...@bottlerocketapps.com> wrote: > Hello Listers! > > I have begun the process of upgrading our Jenkins infrastructur

Re: Swing UI tests on Linux Slaves

2014-09-12 Thread Mark Waite
I used the Xvnc plugin with very good results on a Debian configuration a year or two ago and was very pleased with its results. It started and stopped VNC sessions as needed for each individual job and reduced the management overhead significantly for me. Mark Waite On Fri, Sep 12, 2014 at 3

Re: Upgrade from 1.526 -> current: pitfalls?

2014-09-15 Thread Mark Waite
If the system has not been upgraded in that long, you should probably consider using the long term support release (LTS) instead of upgrading to the latest tip of development. Mark Waite On Mon, Sep 15, 2014 at 2:59 PM, Jamie Lawrence wrote: > Hi all, > > I¹ve inherited a Jenkins ins

Re: Upgrade from 1.526 -> current: pitfalls?

2014-09-15 Thread Mark Waite
hat range. I've preferred to stay on the LTS version because it gets more testing, has longer time between updates, and is only constructed after some time of people "test driving" various of the "cutting edge" versions. Mark Waite > Thanks for the input. > >

Re: Performance of Jenkins slaves

2014-09-18 Thread Mark Waite
. If the differences are significant (they were in my case), then you have a basic understanding of one change you could make (switch from virtual to physical) and roughly how much gain that one change might provide. Mark Waite On Thu, Sep 18, 2014 at 9:25 AM, Scott Evans wrote: > Alex, >

Installation counts on wiki not updated recently?

2014-09-21 Thread Mark Waite
to overall Jenkins usage. -- Thanks! Mark Waite -- 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

Re: Git Publish breaking build and un-deletable

2014-09-24 Thread Mark Waite
ey are dependent on the long term support version 1.509. However, that is a long time ago and there probably are not many people still running 1.517. Thanks, Mark Waite > On Wednesday, September 24, 2014 11:04:33 AM UTC-4, blaze...@gmail.com > wrote: >> >> I added the Gi

Re: Issue while running jenkins job on linux copied from windows

2014-09-27 Thread Mark Waite
like "python setup.py" or "python my_build_script" Mark Waite On Sat, Sep 27, 2014 at 5:35 AM, nitin dhadke wrote: > Hi All, > > I have copied jenkins job from windows to linux(cloud instance) > with jenkins-cli. > java -jar jenkins-cli.jar -s http://lo

Re: Project structure with git and Jenkins

2014-09-29 Thread Mark Waite
using Gerrit, which provides a code read facility and related workflow as a layer over a git repository. Mark Waite On Sun, Sep 28, 2014 at 10:34 PM, Ritesh Patel wrote: > Hi All, > > Right now, in our project, developers develop code on shared drive, > compile on common server, but de

Re: Latest Git Client plugin not showing submodule timeout setting

2014-09-30 Thread Mark Waite
I believe the clone timeout value specified in the "Additional Behaviours" section "Advanced clone opitions" is also applied to submodules fetch operations. Mark Waite On Tue, Sep 30, 2014 at 6:31 AM, abierbaum wrote: > We have a Jenkins install that we have been usin

Re: Latest Git Client plugin not showing submodule timeout setting

2014-09-30 Thread Mark Waite
f the plugin. You could submit a bug report, or you could investigate the problem and submit a pull request to fix the problem (or both). Thanks, Mark Waite On Tue, Sep 30, 2014 at 8:19 AM, abierbaum wrote: > Mark: > > As best I can determine that timeout is not flowing through to >

Re: Project structure with git and Jenkins

2014-09-30 Thread Mark Waite
y for compilation by Jenkins. It seems like a real problem that you're making developers round trip through a central server before they can decide if their code computer. Thanks, Mark Waite On Tue, Sep 30, 2014 at 8:25 PM, Ritesh Patel wrote: > Thank you Mark. > > Actually, we are

Re: How to specify different workspace per git branches?

2014-10-03 Thread Mark Waite
I don't know of any way to do that with the git plugin today. Mark Waite On Fri, Oct 3, 2014 at 3:38 AM, Ivan Kanis wrote: > Hello, > > We are trying to have separate workspace directores per git branches we > specify in a job. > > We specify the branch in the git plu

Re: New feature to specify different workspace per git branches

2014-10-06 Thread Mark Waite
If the feature were added as an extension, with tests to confirm that it was working as expected, and without breaking the existing tests, I think it would be considered for inclusion in the git plugin. If you submit the feature with no tests, it probably won't be included. Mark Wait

Re: jenkins building when it shouldn't

2014-10-06 Thread Mark Waite
as detected, or the early part of the build log to show the state of the repository. Mark Waite On Mon, Oct 6, 2014 at 9:55 AM, michaelw wrote: > Hi All... > > Whenever I kick off a build in jenkins it queues up a bunch of builds > claiming that it is doing so because changes are de

Re: Sparse Checkout in GIT

2014-10-06 Thread Mark Waite
I'm not a list administrator. I can't delete a posting. I'm not sure if Google Groups supports deletion. Mark Waite On Mon, Oct 6, 2014 at 11:20 AM, sai ram wrote: > Mark, > > Could you please do me a favor ??? This post includes my signature which > is displayed

Re: Credentials separation and Git plugin

2014-10-11 Thread Mark Waite
quot;try the Add domain" capability. Mark Waite On Sat, Oct 11, 2014 at 6:37 AM, Johan wrote: > Hi, > > Several of our projects have access to their own Git repository through > https. > For this they need to add credentials in the job config (Git plugin). > > But is

Ban a user from Jira?

2014-10-14 Thread Mark Waite
obatperangsangg seems to be spamming the Jira bug database with advertisements for clothing. Could we ban that account and remove all bug reports from that account? -- Thanks! Mark Waite -- You received this message because you are subscribed to the Google Groups "Jenkins Users"

Re: ask for files before build

2014-10-15 Thread Mark Waite
Build#ParameterizedBuild-Fileparameter Mark Waite On Wed, Oct 15, 2014 at 6:45 AM, niraj nandane wrote: > My scenario is as follows.. > I checkout the code in scm step. Then before going to build step i want a > file opener popup which will read a file on my harddisk and copy into jobs &g

Re: GIT not pushing changes instead checked in changes are overwritten by git checkout once build starts

2014-10-21 Thread Mark Waite
ause it assumes most continuous integration jobs do not need to push changes. If you don't need to push changes, then checkout to a detached head meets the need without the complexity of managing branches. Mark Waite On Tue, Oct 21, 2014 at 12:14 PM, Daniel Serodio wrote: > What's the &quo

Re: jenkins building when it shouldn't

2014-10-21 Thread Mark Waite
hes to build" in the job definition and which points to a SHA1 which has not yet been built. It queues a build to run a job using that SHA1. Thanks, Mark Waite On Tue, Oct 21, 2014 at 4:43 AM, michaelw wrote: > There is nothing in my polling log and I have no polling configured. > &g

Re: Latest Git Client plugin not showing submodule timeout setting

2014-10-25 Thread Mark Waite
has not received that change, so no released version of the plugin includes that submodule timeout setting. Mark Waite On Tue, Sep 30, 2014 at 8:56 AM, Mark Waite wrote: > Thanks. You're correct. If the timeout= value shows 10, then the timeout > is not being passed to the subm

Re: Latest Git Client plugin not showing submodule timeout setting

2014-10-25 Thread Mark Waite
I cherry picked the change to the 2.2.x, it should be available in 2.2.8 when it is released. On Sat, Oct 25, 2014 at 11:41 AM, Mark Waite wrote: > Sorry for the long delay in the reply. The change to enable submodule > timeout has only been applied to the master branch on the git-plugin

Re: jenkins building when it shouldn't

2014-10-28 Thread Mark Waite
t;catch up"? Thanks, Mark Waite On Tue, Oct 28, 2014 at 1:45 AM, michaelw wrote: > Sha1's for all the builds are exactly the same. > > On Tuesday, 21 October 2014 22:34:47 UTC+2, Mark Waite wrote: >> >> If polling is not configured, then you'll need to read th

Re: jenkins building when it shouldn't

2014-10-29 Thread Mark Waite
Were you using multiple repositories in the job? Had the job been through any special changes which might be relevant to understand why the code which asks the question "what needs to be built" to decide that more than one SHA1 needed to be built? Mark Waite On Wed, Oct 29, 2014

Re: Compound build/install problem

2014-11-01 Thread Mark Waite
ved 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.google.com/d/opt

Re: Jenkins task to monitor LDAP server

2014-11-05 Thread Mark Waite
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.google.com/d/optout. > -- Thanks! Mark

Re: Windows JNLP slaves don't recognize git timeout values

2014-11-05 Thread Mark Waite
bug report. Mark Waite On Wed, Nov 5, 2014 at 2:46 PM, Dunnigan, Terrence J < terrence.j.dunni...@boeing.com> wrote: > Hi all, > > > > We have some Windows 7 slaves, connected via JNLP, that don’t recognize > the git timeout values. > > > &g

Update center mirrors not mirrored?

2014-11-08 Thread Mark Waite
(URLConnection.java:511) at java.net.URLConnection.getContentLength(URLConnection.java:495) at hudson.model.UpdateCenter$UpdateCenterConfiguration.download(UpdateCenter.java:755) ... 7 more Are the mirrors not mirroring? -- Thanks! Mark Waite -- You received this

Re: openjdk or oracle on RHEL7?

2014-11-13 Thread Mark Waite
has been a long time since I had that problem, and other of my slaves are also running OpenJDK. It has been enough time that I no longer remember the details of the problem, so you should not consider either of them "broken" based on my comments. Mark Waite On Thu, Nov 13, 2014 at 3:54

Re: What might cause Jenkins to become unresponsive for brief periods of time?

2014-11-18 Thread Mark Waite
>> >> >> Thanks for any insight. >> >> >> >> Terry >> > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails fr

Re: Last Success shows unexpected time

2014-11-20 Thread Mark Waite
s group and stop receiving emails from it, send an > email to jenkinsci-users+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- Thanks! Mark Waite -- You received this message because you are subscribed to the Google Groups "Jenkins Use

Re: Does jenkin plugin installation needs jenkins restart incase if it is upgraded to newer version ?

2014-11-25 Thread Mark Waite
That's the general case I've experienced. When I upgrade a plugin, either by upload of my own copy, or by download from the update center, I almost always need to restart Jenkins before the updated plugin is used. Mark Waite On Tue, Nov 25, 2014 at 10:59 AM, Jagadish Sethi wrote: >

Re: Does jenkin plugin installation needs jenkins restart incase if it is upgraded to newer version ?

2014-11-25 Thread Mark Waite
Yes On Tue, Nov 25, 2014 at 11:12 AM, Jagadish Sethi wrote: > So this the expected case where we always need to restart jenkins instance > if we upgrade a plugin. > > On Tuesday, 25 November 2014 18:01:53 UTC, Mark Waite wrote: >> >> That's the general case I

Jira slow since I attempted a bulk update?

2014-12-08 Thread Mark Waite
About 12 hours ago I attempted a bulk update of 150 bugs in Jira. The update does not seem to have finished. Jira now seems much slower (to me). It may be worth investigating to see if my bulk update is causing performance problems. -- Thanks! Mark Waite -- You received this message because

Re: how to get rid of weird characters on console output ?

2014-12-08 Thread Mark Waite
Rather than using execute shell, shouldn't you use run windows batch command? Those look like ANSI terminal escape sequences, as though the bourne shell (bash) was trying to write to your Windows command prompt window. Mark Waite On Mon, Dec 8, 2014 at 2:23 PM, mpc8250 wrote: > Hi

Re: Git-Jenkins using remote server for development.

2014-12-08 Thread Mark Waite
http://stackoverflow.com/questions/9669882/slow-git-operations I'm not sure this is a Jenkins question, really, since you don't mention Jenkins anywhere in the question. Mark Waite On Mon, Dec 8, 2014 at 9:45 PM, Ritesh Patel wrote: > Hello All, > > We have java GWT project, which

Re: Jenkins Job Creating Multiple Workspaces

2014-12-12 Thread Mark Waite
That form of workspace naming is typically used by Jenkins when more than one build of the same job is running at the same time. If you've enabled concurrent builds for that job, then you may see workspace names with numbers appended. Mark Waite On Fri, Dec 12, 2014 at 4:35 PM, Leah

Re: fatal: repository 'http://jenkins:8080/jenkins/workflowLibs.git/' not found

2014-12-15 Thread Mark Waite
nnot clone or pull from the > repo. Git tells me I tried to clone an empty repo. Its like the repo is > write only or some such. > I wonder if you're seeing another instance of JENKINS-25212? [https://issues.jenkins-ci.org/browse/JENKINS-25212] Mark Waite > Anyway the initi

Re: calculated labels in matrix build

2014-12-16 Thread Mark Waite
ot;Ubuntu" or "CentOS". Would that meet your needs? Mark Waite On Tue, Dec 16, 2014 at 9:08 AM, Lode Leroy wrote: > > hello, > > I would like to configure a matrix build, and control on which slaves > each build version is being built. > > I have one axis for

Re: Git vulnerability

2014-12-23 Thread Mark Waite
The JGit fix is included in git client plugin 1.13.0. Git client plugin 1.13.0 was released 18 Dec 2014. See https://wiki.jenkins-ci.org/display/JENKINS/Git+Client+Plugin#GitClientPlugin-ChangeLog Thanks, Mark Waite On Tue, Dec 23, 2014 at 7:40 AM, Mike Chmielewski < mike.chmielew...@gmail.

Re: Git based builds; one commit at a time

2014-12-31 Thread Mark Waite
have been added since the last poll. The plugin does not provide a direct way to do what you want, but I think you might be able to extend the existing behavior to meet your needs. Mark Waite On Wed, Dec 31, 2014 at 6:57 AM, Rob Mandeville < rmandevi...@dekaresearch.com> wrote: >

Re: Git based builds; one commit at a time

2014-12-31 Thread Mark Waite
t; > . > For more options, visit https://groups.google.com/d/optout. > -- Thanks! Mark Waite -- 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

Re: How to set system log max length?

2015-01-02 Thread Mark Waite
re "rolled over" to a new log. They are retained as compressed files in that directory for at least 3 months. As far as I can tell, since you're using the default system log settings, those log files would retain the log information you're seeking. Mark Waite On Fri, Jan 2,

Re: java.io.IOException: error=12, Cannot allocate memory

2015-01-05 Thread Mark Waite
Exception>: > java.io.IOException: error=12, Cannot allocate memory > > *00:57:32* at java.lang.UNIXProcess.(UNIXProcess.java:164) > <http://stacktrace.jenkins-ci.org/search/?query=java.lang.UNIXProcess.%3Cinit%3E&entity=method> > > *00:57:32* at java.lang.ProcessImpl.st

<    3   4   5   6   7   8   9   10   11   12   >