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

2015-01-05 Thread Mark Waite
On Mon, Jan 5, 2015 at 5:33 AM, Mark Waite wrote: > > > On Mon, Jan 5, 2015 at 2:58 AM, Shahaf Hart > wrote: > >> Hi, >> >> Using Jenkins 1.547, I get a crash with an out of memory failure on a >> slave. This occurs mostly when I run a larger number of

Re: Jenkins nullpointer exception - git checkout branch / tag

2015-01-05 Thread Mark Waite
Is there a remote named "origin" in that repository? Has the remote branch "Supergrid_2014.1.3.RC2 been deleted? If so, then you may want to enable "Prune remote branches" so that local branches are removed when their remote branch is deleted. Mark Waite On Mon, Jan 5,

Re: Jenkins migration

2015-01-14 Thread Mark Waite
eased), you should expect some issues, bumps, and even bruises during the upgrade. You should probably perform a full backup before the upgrade. Alternately, you could copy files from your production Jenkins to another machine, then run the upgrade on that other machine. Mark Waite On Wed, Jan 14,

Re: Error Acces Git Repositories : stderr: Permission denied (publickey).

2015-01-15 Thread Mark Waite
ith no credentials. Pick the "Add" button immediately below the Credentials pick list, and add the id_rsa file as an ssh credential. Then choose that credential from the pick list. Mark Waite > (Attachment the image.) > > I have my keys: > .id_rsa.pub.swp id_dsa id_dsa.

Re: Jenkins - Baby steps

2015-01-16 Thread Mark Waite
o the slave for operating system name, operating system version, and chip architecture. I also found a case where the Implied Labels plugin was a great help. Mark Waite -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe fro

Re: How do we get jenkins diagnostics from slave

2015-01-19 Thread Mark Waite
/msgid/jenkinsci-users/82434764-5a18-473b-a57a-6edb15b937cd%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Thanks! Mark Waite -- You received this message because you are subscribed to the Google Gro

Re: How do we get jenkins diagnostics from slave

2015-01-19 Thread Mark Waite
oes it fail with the same message? Is your git repository using one or more submodules? If so, do those submodule repositories require authentication? If so, then you'll need to find another way of performing the checkout. The git plugin does not support applying credentials to "git

Re: Master running Java7 slaves running Java8?

2015-01-20 Thread Mark Waite
installed so that I can specify which JDK should be used for a specific job. The "System Information" for the machines shows that they are running Java 8 as their java.home. Mark Waite On Tue, Jan 20, 2015 at 5:27 PM, Slide wrote: > I've started getting notices on my Windows 7 s

Re: Problem with deleting a workspace

2015-01-21 Thread Mark Waite
clean again. If you're not on Windows, then that is probably not be the issue. Mark Waite On Wed, Jan 21, 2015 at 2:18 AM, Alex Brodov wrote: > When i'm trying to delete a workspace, i get the following error: > `java.io.IOException: remote file operation failed:` > &

Re: git-plugin: can it do pull requests (no github)?

2015-01-25 Thread Mark Waite
for each of the jobs. Mark Waite On Sun, Jan 25, 2015 at 8:10 PM, bl0ck3r wrote: > I was under the impression that by installing the git-plugin, I would be > able to support pull requests between two custom local repositories (say > file:// - no github here). By that I mean that the

Re: git-plugin: can it do pull requests (no github)?

2015-01-25 Thread Mark Waite
You can see the config.xml file at: https://gist.github.com/MarkEWaite/66a7e1c0648800d03c36 Mark Waite On Sun, Jan 25, 2015 at 8:45 PM, bl0ck3r wrote: > Thanks for the offer. Yes, I'd like to see a config.xml. That should help > me understand how to use the git-plugin (I t

Re: Cannot run program "C:\Program Files (x86)\Jenkins\tools\hudson.model.JDK\jdk.exe" (in directory "C:\Program Files (x86)\Jenkins\tools\hudson.model.JDK"): CreateProcess error=193, %1 is not a vali

2015-10-31 Thread Mark Waite
ns, and even to possibly answer your own question before you post it to a mailing list. At a minimum, you'll need to describe the steps you took to reach that message, the settings you're using, and the alternatives you've tried. Mark Waite On Sat, Oct 31, 2015 at 1:46 PM himansh

Re: Git plugin fetching too much data

2015-11-03 Thread Mark Waite
uld need more investigation, and you probably want to reduce the amount of data transferred now. To reduce the amount of data transferred immediately, use a shallow clone. Mark Waite On Tue, Nov 3, 2015 at 2:47 AM Marco Sacchetto wrote: > Hi, > > I am trying to get a repository cloned i

Re: Integration Jenkins & BitBucket

2015-11-04 Thread Mark Waite
The git plugin has an Additional Behavior which allows it to ignore commits unless they include specific text. Since bitbucket is a git repository, you should be able to use the git plugin to do that. Mark Waite On Wed, Nov 4, 2015 at 10:42 AM Kristof Meixner < kristof.meix...@fatlenny.

Re: Integration Jenkins & BitBucket

2015-11-05 Thread Mark Waite
t, then you can experiment with webhooks. Mark Waite On Thu, Nov 5, 2015 at 2:52 AM Stefano Cognigni wrote: > OK, it seems to work with git plugin, thanks. > Now, how can set the build start after specific commit? > I have tried with config to image: > > >

Re: Signature verification failed in downloadable 'hudson.tasks.Maven.MavenInstaller'

2015-11-16 Thread Mark Waite
I've seen the same behavior with a freshly created Docker instance. I assumed it was a bad copy of the file on the mirror that my environment chose. Unfortunately, I didn't find any solution to the problem. Mark Waite On Mon, Nov 16, 2015 at 3:49 AM Daniel Anechitoaie wrote: &

Re: Per Jenkins user Git credentials - restrict access to some git repo to some users

2015-11-20 Thread Mark Waite
b. I assume you've already checked that the role strategy plugin doesn't have the facility you need. Its screen shots show that it can control who can tag a repository, but it doesn't seem to allow control over who can access a credential. Mark Waite On Fri, Nov 20, 2015 at 6:22 AM F

Re: Per Jenkins user Git credentials - restrict access to some git repo to some users

2015-11-20 Thread Mark Waite
dbees Enterprise license. Mark Waite On Fri, Nov 20, 2015 at 6:29 AM Mark Waite wrote: > I've not seen any facility which would allow you to restrict use of a > credential by user. Credentials can be limited so that they are only > visible for certain hosts and/or certain protocols, but

Re: Per Jenkins user Git credentials - restrict access to some git repo to some users

2015-11-23 Thread Mark Waite
Response in-line. On Mon, Nov 23, 2015 at 10:41 AM Francois Marot wrote: > Thanks Mark and Stephen for your detailed responses. > So in the end, I think that Jenkins has a problem because a user that can > create a job has access to ALL credentials. > I'm not clear why you think that a user tha

Re: Running a command before wiping the workspace

2015-11-24 Thread Mark Waite
script itself, rather than making it part of the Jenkins job definition. Mark Waite On Tue, Nov 24, 2015 at 4:28 AM Björn Stabel wrote: > I'm still having this problem. Is anyone aware of a solution, like a > pre-wipe action plugin? > > On 10/22/2015 12:49 PM, Björn Stabel

Re: How to Run Selenium Script With Jenkins through Git

2015-11-24 Thread Mark Waite
kins slave from the desktop, or you if you must run your Jenkins slave as a service, then you need to grant your service access to the desktop. Mark Waite On Tue, Nov 24, 2015 at 4:40 AM dhrumil shah wrote: > Hello, > > When I run my Selenium Webdriver Simple Login script on jenkins thro

Re: How to Run Selenium Script With Jenkins through Git

2015-11-24 Thread Mark Waite
at or CentOS. Refer to your specific operating system for package management for it. Mark Waite On Tue, Nov 24, 2015 at 5:30 AM dhrumil shah wrote: > First of all thanks for your reply. > > yes here I am runnig my tests on Linux. and as per you say i have > installed xvfb plugin but stil

Re: How to Run Selenium Script With Jenkins through Git

2015-11-24 Thread Mark Waite
Unfortunately, you're now beyond my expertise. I'm aware of the Xfvb plugin and heavily used the Xvnc plugin a few years ago. Mark Waite On Tue, Nov 24, 2015 at 6:15 AM dhrumil shah wrote: > Hi, > > Thanks again for your reply, > I have installed xvfb plugin in my lin

Re: How to Run Selenium Script With Jenkins through Git

2015-11-25 Thread Mark Waite
. Mark Waite On Wed, Nov 25, 2015 at 6:12 AM dhrumil shah wrote: > Hello Mark, > > Have you used skype? If yes then can you give me your skype id? > If in future any problem regarding this then Can we contact directly on > skype? > > > On Wednesday, November 25, 2015

Re: New Server upgrade and old jobs

2015-11-30 Thread Mark Waite
Refer to https://wiki.jenkins-ci.org/display/JENKINS/LTS+Release+Line for more information about LTS versions. Mark Waite On Mon, Nov 30, 2015 at 12:35 PM Eric Naitove wrote: > I am upgrading from 1.555 to 1.638. I copied a job over and holy crap > it's buggy. > >

Re: I can get Jenkins installed on a server integrated with a GitHub Enterprise (GHE) server

2015-12-01 Thread Mark Waite
configuration of fit inside Jenkins. It might indicate that your file system is full. Mark Waite On Tue, Dec 1, 2015, 6:43 AM Maria Victoria Martinez Torino < victoriamartineztor...@gmail.com> wrote: > Hi, > We are trying to integrate Jenkins v1.639 installed and running on a Linux &

Re: I can get Jenkins installed on a server integrated with a GitHub Enterprise (GHE) server

2015-12-01 Thread Mark Waite
either http or https protocol. The ssh protocol can prompt for username and password, but as far as I can tell, the plugin doesn't support that authentication method for ssh URLs. Mark Waite On Tue, Dec 1, 2015 at 8:23 AM Mark Waite wrote: > I'm surprised you're using the we

Re: FYI: JENKINS-31850 Tool installers and Java 1.8 build 65+

2015-12-02 Thread Mark Waite
th a message that "3.2.5 is not a valid identifier" (for Maven). I eventually resolved the inconsistency by always downloading tools from a local copy on a web server instead of relying on the vendor site to provide that tool version. Is the case I was seeing possibly a manifestation of th

Re: Problem cloning project with Git plugin

2015-12-07 Thread Mark Waite
uzzle/issues/685 suggests that such a message might be a result of a stateful firewall on the git server side. https://wiki.freeswitch.org/wiki/Git_Tips suggests that it may be related to http proxy configuration. Mark Waite On Mon, Dec 7, 2015 at 9:05 AM Rodrigo Uchôa wrote: > The complete

Re: Zero Day attack due to Apache Commons statement to widespread Java object de-serialisation vulnerability

2015-12-07 Thread Mark Waite
s the opportunity to upgrade your environment to Java 8 (or at least to Java 7), and to install the latest Jenkins long term support release (1.625.2). Mark Waite On Mon, Dec 7, 2015 at 5:56 PM Indra Gunawan (ingunawa) wrote: > > https://blogs.apache.org/foundation/entry/apache_commons_statement_to

Re: Failed to connect to repository : Remote host closed connection during handshake

2015-12-08 Thread Mark Waite
I've never seen that message before. You might try some of the ideas listed at http://stackoverflow.com/questions/21245796/javax-net-ssl-sslhandshakeexception-remote-host-closed-connection-during-handsh On Tue, Dec 8, 2015 at 9:23 PM Sharon Francis wrote: > Im getting this error after some upda

Re: Save project causes StackOverflowError

2015-12-09 Thread Mark Waite
to Jenkins 1.639. Mark Waite On Wed, Dec 9, 2015 at 3:45 AM Sverre Moe wrote: > When I removed Repository Browser GitWeb I was able to save the project > without any problems. > > > onsdag 9. desember 2015 11.34.11 UTC+1 skrev Sverre Moe følgende: >> >> After I upgr

Re: JDK installer from java.sun.com is asking for the JDK ID

2015-12-09 Thread Mark Waite
that. Mark Waite On Wed, Dec 9, 2015 at 3:37 AM Eugen Paraschiv wrote: > Hi, > I'm configuring my newly installed Jenkins server (v1.640, running in a > Tomcat 8 on an Ubuntu box) - and I'm trying to install the JDK within > Jenkins. > I went with the "Install from

Re: parameterized default choices not passing on SCM triggered builds

2015-12-09 Thread Mark Waite
ci/git-plugin/commit/2dfd86d27a7cd4089349fd012d7d70a5e827ed81 . Mark Waite On Wed, Dec 9, 2015 at 2:34 PM John Chittum wrote: > Running into a problem specifically with SCM change triggered builds > > > Specs: > > > Jenkins 1.596.2 > > Git Plugin 2.4.0 > > Git Client Plugin 1.19.0 > >

Re: Do not poll git if job is scheduled

2015-12-11 Thread Mark Waite
ugin schedules a build of that SHA1, whether or not it has already been built. If the "sha1=xxx" argument is not included in the hook arguments, then the git plugin polls the remote repositories to see if there are any changes and only schedules a build if there are changes which have not

Re: Multiple git repositories in a single jenkins job

2015-12-14 Thread Mark Waite
The behavior you're describing would lead me to guess that either the git configurations under "Multiple SCMs" do not each have the "Additional Behaviour" defined "Checkout to a specific subdirectory", or the job has "Git" checked under the SCM secti

Re: 1.625.1 and Java 7

2015-12-17 Thread Mark Waite
Master and all slave nodes must run Java 7. Mark Waite On Thu, Dec 17, 2015 at 8:43 AM Ashish Yadav wrote: > Does Jenkins LTS v1.625.1 require all slave nodes and master to run Java > 7 or just the master to run Java 7? > > -- > You received this message because you are su

Re: Jenkins Git Plugin and Maven Release Builds

2015-12-29 Thread Mark Waite
Have you tried "Branch to build" as master rather than origin/master? On Tue, Dec 29, 2015 at 8:03 AM Michael Giroux wrote: > Using Jenkins 1.609.3, Git plugin 2.4.0. > > We have configured most of our jobs to allow jobs to be initiated by the > Stash Webhook to Jenkins. To allow developers to

Re: Jenkins Git Plugin and Maven Release Builds

2015-12-29 Thread Mark Waite
See https://github.com/jenkinsci/git-plugin/pull/347 and https://github.com/jenkinsci/git-plugin/pull/304 for two different possibilities. Mark Waite On Tue, Dec 29, 2015 at 8:36 PM Michael Giroux wrote: > Yes. > > The issue I'm describing is a result of using the Git Parameter pl

Re: Jenkins Git Plugin and Maven Release Builds

2015-12-30 Thread Mark Waite
Don't attempt to evaluate the two pull requests in the same repository. They are two different ideas that might meet your need. I suspect that one or the other will eventually be merged, but not both. Mark Waite On Wed, Dec 30, 2015 at 7:21 AM Michael Giroux wrote: > Mark, I'm

Re: Jenkins Git Plugin and Maven Release Builds

2015-12-30 Thread Mark Waite
runs from Netbeans as well. I don't use Eclipse, so I'm not much help wiht Eclipse specific failures. Mark Waite On Wed, Dec 30, 2015 at 8:31 AM Michael Giroux wrote: > BTW, the following patch resolves my compile errors, but not sure if the > cast to (Item) is the best choice.

Re: Jenkins Git Plugin and Maven Release Builds

2015-12-30 Thread Mark Waite
Could do that as well, though the git parameter plugin is technically correct. It is showing the branch to be built, and the branch to be built truly is "origin/master", since there is no local master branch tracking the remote branch. Mark Waite On Wed, Dec 30, 2015 at 11:41 AM Mich

Re: Jenkins Git Plugin and Maven Release Builds

2015-12-31 Thread Mark Waite
need. You might refer to https://issues.jenkins-ci.org/browse/JENKINS-25465 for a discussion of the fullName=false parameter to GIT_BRANCH, in case that will already handle your case. Mark Waite On Thu, Dec 31, 2015 at 6:07 AM Michael Giroux wrote: > Accepting that the Git Parameter plugin

Re: How to setup default user nad default password for git plugin

2016-01-05 Thread Mark Waite
There is not a way top set default username and password as far as i know. Mark Waite On Mon, Jan 4, 2016, 10:44 PM niraj nandane wrote: > Hi, > > Every time i add new git scm repo, i need to specify which credentials to > use. I want the facility to not provide any credentails

Re: Jenkins Git Plugin and Maven Release Builds

2016-01-05 Thread Mark Waite
That is am interesting idea. Giving a semantic meaning to am empty field should not alert behavior for non-empty fields. Will you be coding it? Mark Waite On Tue, Jan 5, 2016, 11:47 AM Michael Giroux wrote: > Mark, > > I think there may be a simple solution that can be implemented i

Re: Jenkins Git Plugin and Maven Release Builds

2016-01-05 Thread Mark Waite
execution of the automated tests on CentOS 6, CentOS 7, Debian 6, Debian 7, Debian 8, Windows 7, and Windows 10, with Java 7 and Java 8. Mark Waite On Tue, Jan 5, 2016 at 3:39 PM Michael Giroux wrote: > Before I start making changes, I'm building from master and getting test > fai

Re: Jenkins Git Plugin and Maven Release Builds

2016-01-05 Thread Mark Waite
S machine in my mix of development and test environments, so there may be something specific to the Mac. Mark Waite On Tue, Jan 5, 2016 at 4:29 PM Michael Giroux wrote: > Attaching build.log for complete build result. shows maven version and > java versions at head of file. > > &g

Re: Jenkins Git Plugin and Maven Release Builds

2016-01-05 Thread Mark Waite
blem), or environment and configuration specific. Unfortunately, I don't have any way to do further diagnosis. You might check with Craig Rodrigues on this mailing list. I believe he's a FreeBSD developer. I don't think I've ever seen a Darwin developer on the list. Mark Waite On Tue,

Re: Jenkins Git Plugin and Maven Release Builds

2016-01-05 Thread Mark Waite
one other relatively minor change required in the newer Jenkins version. You might try that same branch for yourself. Mark Waite On Tue, Jan 5, 2016 at 8:22 PM Mark Waite wrote: > I use various versions of maven, including Maven 3.2.5, and the latest > versions of Oracle Java 7 and Orac

Re: Jenkins Git Plugin and Maven Release Builds

2016-01-06 Thread Mark Waite
I had a friend at the office compile the master branch of the git plugin on his MacOS machine with maven 3.3.1 and Java 1.8.0_60. No test failures for him either. I truly don't know what's different about your environment that causes the tests to fail. Mark Waite On Tue, Jan 5, 2016

Re: testng's emailable-report.html loses its skin when view at Jenkins after upgrading to STS 1.625.3

2016-01-11 Thread Mark Waite
I think you're seeing the content security policy change in 1.625. Refer to https://wiki.jenkins-ci.org/display/JENKINS/Configuring+Content+Security+Policy for more information on the policy and ways you can relax the policy as needed for your use case. Mark Waite On Sun, Jan 10, 2016 at

Re: Jenkins with Git plugin always failed to clone webkit project

2016-01-11 Thread Mark Waite
command line program can block while waiting for user input. Rather than block indefinitely, the plugin has a user controlled timeout for most of its operations. Mark Waite On Mon, Jan 11, 2016 at 3:33 PM Mengwei Ding wrote: > Hi, > > My local jenkins instance failed to clone the or

Re: Jenkins is now using embedded jetty

2016-01-13 Thread Mark Waite
ng to use the operating system package manager? Mark Waite On Wed, Jan 13, 2016 at 11:58 AM SamL wrote: > Hello Folks, > > I am running into this issue with Jenkins 1.625.3 running on Ubuntu 14.04 > > Is there a work around to this issue? > > Thanks > -Sam > > >

Re: Multiple SCM noworking

2016-01-13 Thread Mark Waite
preserved across changes. Mark Waite On Wed, Jan 13, 2016 at 9:57 AM Gururaj Kulkarni wrote: > Hi, > > Actually even I am facing difficulty in understanding what's happening. > The only observable thing is, I update the path field in File System option > and save it. Then in the j

Re: Git Plugin: updated password now cannot connect to repo

2016-01-14 Thread Mark Waite
-test-git-connection-over-ssh suggests that you might be able to use ~/.ssh/config to enable much more verbose logging. That might provide better hints to the root of the problem. Mark Waite On Thu, Jan 14, 2016 at 6:12 PM Jim Klo wrote: > Hi, > > Over the last few days my password us

Re: Get Emails When Jobs Don't Run

2016-01-15 Thread Mark Waite
ted a plugin and shared the plugin. Mark Waite On Fri, Jan 15, 2016 at 11:00 AM Bill Prin wrote: > Hey, I posted this question on Stack Overflow but I didn't get an answer > yet. Trying here: > > > http://stackoverflow.com/questions/34798641/how-do-i-get-jenkins-to-email-me

Re: git clone error

2016-01-20 Thread Mark Waite
he network. It saves network time and can save disc space if you have multiple jobs cloning the same original repository. Mark Waite On Wed, Jan 20, 2016 at 6:28 AM Victor Martinez < victormartinezru...@gmail.com> wrote: > Timeout issue as you can see > > *09:40:08* ERROR: Timeout af

Re: git-plugin test cases running 5+ minutes

2016-01-21 Thread Mark Waite
nt in hopes of releasing fewer bugs with new versions of the plugin. I tend to execute single tests or single test classes from my IDE, and find the response time reasonable in that case. Of course, if you can find a way to assess the same conditions with faster tests, I'd love to have faster te

Re: Jenkins Upgrade Installation Constraints and Risks

2016-01-23 Thread Mark Waite
Since you spent a long time on a single version, you should probably upgrade to a long term support version (currently 1.642.1) rather than to a weekly version. LTS versions have additional testing and tend to be supported longer (though none of them are supported for 5 years). Mark Waite On

Re: Cannot autoinstall jdk 8 on my Jenkins, don't know JDK ID. Please help!

2016-01-26 Thread Mark Waite
enced Oracle download versions of JDK 8 were being broken unexpectedly. I finally surrendered and switched to hosting a local download location for the JDK. That has been quite reliable. Mark Waite On Tue, Jan 26, 2016 at 11:24 AM Matias Burni wrote: > Hola Victor! (I'm your "replac

Re: Jenkins Build queue on Label for newly added slave nodes

2016-01-28 Thread Mark Waite
Mark Waite On Thu, Jan 28, 2016 at 6:38 AM Satish Swargam wrote: > A Jenkins job was configured using a Label expression. There are several > builds queued up for the job with one running and have been adding slave > nodes to the label. Newly added slave nodes (with same label expressi

Re: How do I get a Jenkins server to push bash code to a different server?

2016-01-28 Thread Mark Waite
make it easy to configure a git server (at least Debian and Ubuntu do). Once you have your script in source control, then you configure the job to monitor the source repository and run if changes are detected to the script. Mark Waite On Thu, Jan 28, 2016 at 6:33 PM Kiran wrote: > I have Je

Re: How do I get a Jenkins server to push bash code to a different server?

2016-02-01 Thread Mark Waite
ay/JENKINS/Building+a+matrix+project also describes multi-configuration jobs. Mark Waite On Mon, Feb 1, 2016 at 5:28 AM Kiran wrote: > If I have a single job that I want to run on many computers, that is a > multi-configuration job? > > -- > You received this message because you are

Re: Jenkins Git Plugin Error

2016-02-06 Thread Mark Waite
instructions on the wiki page of the git plugin. Mark Waite On Sat, Feb 6, 2016, 4:08 PM Paulo Moreira wrote: > > Paulo Moreira > to mark.earl.waite, nicolas.deloof > 1 day agoDetails > Dear Jenkins Masters, > > Sorry to bother you but I am strugguling to get the git plug

Re: Jenkins Git Plugin Error

2016-02-08 Thread Mark Waite
tps or ssh or git). Refer to https://wiki.jenkins-ci.org/display/JENKINS/Credentials+Plugin for more information on credentials. Mark Waite On Mon, Feb 8, 2016 at 10:42 AM Paulo Moreira wrote: > Hi Mark, > > Thank you for the anwser. > > Ok so I installed git with default op

Re: git plugin, git client plugin and git

2016-02-08 Thread Mark Waite
ommand line git implementation. There is a little more information on command line git vs. JGit at https://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin#GitPlugin-WhyNotJGit . Mark Waite On Mon, Feb 8, 2016 at 11:58 AM Ashish Yadav wrote: > I am running Jenkins LTS v1.609.3 on CentOS. > > I ha

Re: git plugin, git client plugin and git

2016-02-08 Thread Mark Waite
difference in my project configuration page. Here's the default: [image: Default-Git-executable.JPG] Here's the JGit case: [image: JGit-Git-executable.JPG] Mark Waite On Mon, Feb 8, 2016 at 1:38 PM Ashish Yadav wrote: > Thanks for the clarification. How/where do I see the option for t

Re: How to configure GIT/Gerrit with Jenkins

2016-02-11 Thread Mark Waite
onnection with the creators of that video. There are many other youtube videos, blog tutorials, stackoverflow answers which will help you learn more about Jenkins. Mark Waite On Thu, Feb 11, 2016 at 6:57 AM Naveen Ugraiah wrote: > Hello, > > I want to configure Gerrit/GIT with Jenkins.

Re: Unable to do my first ever build in Jenkins (using git as the source control)

2016-02-13 Thread Mark Waite
C:\Program Files\Git\bin is in your PATH. Mark Waite On Sat, Feb 13, 2016 at 4:13 PM ramagopr wrote: > Hi , I am trying to do my first build in Jenkins using git as the source > control. Just a simple "HelloWorld.java". Getting the following error. > Can't comprehend wh

Re: Unable to do my first ever build in Jenkins (using git as the source control)

2016-02-13 Thread Mark Waite
to be "git", since some of your slaves may not be Windows. If you are running a slave and configured the git location incorrectly in the slave configuration, you will need to correct that. Mark Waite On Sat, Feb 13, 2016 at 6:43 PM ramagopr wrote: > Also have added the echo %PATH%

Re: Unable to do my first ever build in Jenkins (using git as the source control)

2016-02-13 Thread Mark Waite
You listed the directory which contains the git program (C:\Program Files\Git\bin) rather than the path to the git program (C:\Program Files\Git\bin\git.exe). At least, the output of the command says that it is trying to execute "C:\Program Files\Git\bin" as though it were a program.

Re: Unable to do my first ever build in Jenkins (using git as the source control)

2016-02-14 Thread Mark Waite
14, 2016 at 1:11:47 PM UTC+11, ramagopr wrote: >> >> Thanks a ton Mark. I changed the path to include the git executable as >> suggested by you and it worked. >> >> all success now. >> >> regards, >> Ram >> >> On Sunday, February 14, 2016 at 1:04:

Re: Jenkins, Subversion plugin+ SVNKIT+ JVM garbage collection delay, leads to svn update failure.

2016-03-01 Thread Mark Waite
Java 7 has a try with resource syntax to reduce file handle leaks, but many Jenkins plugins support Java versions prior to Java 7. Jenkins on Linux has a file leak detection plugin that can help with the debugging. Unfortunately, that plugin does not work on Windows. Mark Waite On Tue, Mar 1

Re: ERROR: Failed to push merge to origin repository

2016-03-02 Thread Mark Waite
In the job definition page, check that the "Advanced" section of the git repositories you're referencing have at least one of them whose "Name" is "origin". The default is "origin", but evolution of job definitions sometimes leaves a "Name"

Re: TestNG plugin - no results displayed

2016-03-06 Thread Mark Waite
r. If the clocks are not synchronized, you can install and configure time synchronization software (like ntp and ntpdate for Linux, FreeBSD, OpenBSD, HP-UX, AIX, etc., and similar programs for Windows). Mark Waite On Sun, Mar 6, 2016 at 10:16 PM Laxmi Rukka wrote: > still , am facing this

Re: TestNG plugin - no results displayed

2016-03-06 Thread Mark Waite
Refer to earlier postings on this thread. https://groups.google.com/d/msg/jenkinsci-users/La1kREcMg28/J81b6nN9-b0J Mark Waite On Sunday, March 6, 2016 at 10:19:52 PM UTC-7, Mark Waite wrote: > > "Last modified before this build started" may indicate that there is a > sig

Re: Label question

2016-03-09 Thread Mark Waite
Applying a version label is specific to the SCM plugin. Many SCM plugins include the ability to label (or tag) versions in a code base after a successful build. Mark Waite On Wed, Mar 9, 2016 at 8:52 AM Hector Magnanao wrote: > Hi, I would like to apply a version label to all the files in

Re: How to whitelist the branches to be built upon git hook notification

2016-03-09 Thread Mark Waite
ery elegant for its simplicity in defining jobs easily from multiple branches of a repository. Mark Waite On Wed, Mar 9, 2016 at 1:25 PM Francois Marot wrote: > Hello all jenkins users, > > I'd like to have some advice on the best way to have a git hook triggering > a job

Re: Label question

2016-03-09 Thread Mark Waite
You'd need to ether submit a pull request to the plugin with the implementation of the labeling, or you'd need to find someone to do that for you. You might also be able to negotiate with the plugin maintainer. Mark Waite On Wed, Mar 9, 2016 at 10:01 AM Hector Magnanao wrote: >

Re: Git commit during build tricks scm scheduller

2016-03-14 Thread Mark Waite
ts from certain users" so that commits from the continuous integration server user do not trigger another build of the job. Look at the "git log" output from those commits and paste the name of the user as written in "git log" in the exclusion list. Thanks, Mark Waite On Mon,

Re: Label question

2016-03-18 Thread Mark Waite
nd improve them, then submit a "pull request" to have them reviewed by the plugin maintainer. Mark Waite On Fri, Mar 18, 2016 at 11:11 AM Hector Magnanao wrote: > How do I do this step ? " pull request to the plugin with the > implementation of the labeling" or "ne

Re: Enhancing LocalBranch to support maven release builds

2016-03-18 Thread Mark Waite
It has been merged to the git plugin master branch. Next release will include the capability. On Sat, Mar 12, 2016 at 1:50 PM Michael Giroux wrote: > I posted this topic to the Jenkins Developers group ( > https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!searchin/jenkinsci-d

Re: Change GitSCM repository from a plugin

2016-03-19 Thread Mark Waite
plugin and the git client plugin, to see if there is a convenient programming interface. Since the repository address can be set from the user interface, there is likely a DataBoundConstructor and/or DataBoundSetter which can set the repository address and repository name. Mark Waite On Fri, Mar 18

Re: Change GitSCM repository from a plugin

2016-03-20 Thread Mark Waite
You might try the instructions at http://stackoverflow.com/questions/12799573/add-remote-via-jgit On Fri, Mar 18, 2016 at 7:14 AM Iñigo Telleria wrote: > Hi, > > I'm developing a Jenkins plugin which copies a job (template-job) and > changes some data. > > To do so, I've written this code in a p

Re: Ability to show new repo commits after last build?

2016-03-22 Thread Mark Waite
There is no way that I know to show commits to the repository since the last build. The usual pattern is to start a build as soon as new commits are detected. Mark Waite On Tue, Mar 22, 2016 at 1:33 PM Kevin wrote: > may be overlooking something simple but is there a way to display i

Re: WARNING: Caught exception evaluating: h.getRelativeLinkTo(job) in ...Reason: java.lang.NullPointerException java.lang.NullPointerException

2016-03-23 Thread Mark Waite
the Jenkins server. You can check that by cloning from that same URL in an interactive environment. git clone insert_your_url_here Mark Waite On Wed, Mar 23, 2016 at 12:04 PM Sandra Gerberding < sandra.warmbr...@gmail.com> wrote: > Hi, > > I restart my Jenkins and after that

Re: git plugins has problems with the last version of jenkins

2016-03-25 Thread Mark Waite
automated test in the git plugin which checks for that bug, and I have a separate end to end test in my Jenkins docker instance which checks for that bug. Thanks, Mark Waite On Fri, Mar 25, 2016 at 1:29 AM ycollet wrote: > Hello, > > I use jenkins1.654 with the last version of git plugins.

Re: One CI job for 4 branches

2016-03-25 Thread Mark Waite
our users spend time deciding which branch provided the changes on each build. That's complicated and it is easy to be mislead by changes from one build to the next when the changes also include a switch from one branch to another. Mark Waite On Fri, Mar 25, 2016 at 10:52 AM Victor Martine

Re: Git Polling initiated by notifyCommit failing on remote since version 2.4.4

2016-03-31 Thread Mark Waite
d git client plugin 1.19.6. I confirmed that the referenced class is included in one of the jar files packaged with git client plugin 1.19.6. Have you been able to duplicate the problem on a fresh installation? Mark Waite On Thu, Mar 31, 2016 at 10:33 AM Michael Giroux wrote: > Seems another

Re: Git Polling initiated by notifyCommit failing on remote since version 2.4.4

2016-03-31 Thread Mark Waite
Git plugin 2.4.0 requires at least git client plugin 1.18.0. Git plugin 2.4.4 requires at least git client plugin 1.19.6. Mark Waite On Thu, Mar 31, 2016 at 1:22 PM Michael Giroux wrote: > Reverted Git Client to 1.18.0 and problem is resolved. The notifyCommit > no longer faults, a

Re: Git Polling initiated by notifyCommit failing on remote since version 2.4.4

2016-03-31 Thread Mark Waite
e or more modules compiled with jdk > 1.7. Perhaps one or more of the dependencies. Version 1.19.6 is throwing > class version errors in a JDK 1.6 jenkins. I did not see any mention of > this in docs, so I think this is an issue. > > Michael > > > On Mar 31, 2016, at 12:24 PM,

Re: Groovy library

2016-04-01 Thread Mark Waite
I (and other readers of the list) have seen your question. I don't have any insights to offer. On Fri, Apr 1, 2016 at 8:36 AM Guy Matz wrote: > Is anyone getting this? :-( > > On Thu, Mar 31, 2016 at 4:06 PM, Guy Matz wrote: > >> Anyone? Thanks again. >> >> On Wed, Mar 30, 2016 at 4:52 PM, G

Re: What is the best way to download all the Jenkins plugins along with their dependencies?

2016-04-01 Thread Mark Waite
If the goal is to download and install the plugins and their dependencies, you could use the jenkins-cli.jar file and make command line calls to Jenkins itself. I think it will then resolve the dependencies for you. Mark Waite On Fri, Apr 1, 2016 at 5:06 PM Ian Duffy wrote: > I build them

Re: checkout git repository with submodules with git plugin

2016-04-03 Thread Mark Waite
but those versions are at least 18 months old. A Docker instance is available which allows you to test drive new Jenkins versions more easily. Mark Waite On Sun, Apr 3, 2016 at 1:43 AM Tidhar Klein Orbach wrote: > Hi, > > i'm trying to checkout a git repository with git submo

Re: checkout git repository with submodules with git plugin

2016-04-03 Thread Mark Waite
https://issues.jenkins-ci.org/browse/JENKINS-29243 may also be of interest. On Sun, Apr 3, 2016 at 5:03 AM Mark Waite wrote: > Are you certain that your git version supports submodules? You didn't > mention the version of command line git you're using, so we can't tell if

Re: Jenkins build invokes Git installation set up dialog multiple times

2016-04-04 Thread Mark Waite
Maybe you have configured git to install automatically? Look at the system configuration page under the git button. Mark Waite On Mon, Apr 4, 2016, 12:58 AM Ganesh Rao B wrote: > Hello , > > > I am Triggering Jenkins build with Git as my repository. > > When i trigger

Re: Customize Jenkins Build History page

2016-04-04 Thread Mark Waite
If you need more context from the job page, you might look at the deception setter plug-in On Mon, Apr 4, 2016, 6:42 AM Daniel Beck wrote: > > On 04.04.2016, at 11:44, Victor Martinez > wrote: > > > My two cents > > AFAIU this is about the separate page, which you reach when clicking > '(trend

Re: What is the best way to download all the Jenkins plugins along with their dependencies?

2016-04-04 Thread Mark Waite
java -jar jenkins-cli.jar -s http://localhost:8080 install-plugin Sorry for directing towards something without testing it myself first! Mark Waite On Mon, Apr 4, 2016 at 5:42 PM Indra Gunawan (ingunawa) wrote: > Argument "SOURCE" is required > java -jar jenkins-cli.jar

Re: jenkins git plugin sparse check out configuration is not saved.

2016-04-07 Thread Mark Waite
installed the latest git plugin, 2.4.4, and the latest git client plugin, 1.19.6, and confirmed on a Windows 7 machine with git 2.8.0 that the sparse checkout settings are preserved across restart of the Jenkins server. Mark Waite On Thu, Apr 7, 2016 at 8:14 PM Andy Billy wrote: > hi:) &g

Re: Where can I drop a jar for it to be generally available to jenkins?

2016-04-08 Thread Mark Waite
The userContent directory on the Jenkins server serves content over http if that would help. On Fri, Apr 8, 2016 at 7:53 AM Guy Matz wrote: > Is there a magic directory I can put a jar for it to available to > Jenkins? Or - ugh - Do I need to put it in a plugin? > > Thanks!! > > -- > You receiv

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