Re: GitHub Plugin Checkout Specific Folder

2021-06-25 Thread the.n...@gmail.com
You might want to look at the GitSCM Plugin $class: SparseCheckoutPaths. This should do what you are asking. On Friday, June 25, 2021 at 11:15:09 a.m. UTC-4 eric@gmail.com wrote: > Hi! In a nutshell, I'm cloning for builds, not doing any polling or > such. I clear my workspace then check

GitHub Plugin Checkout Specific Folder

2021-06-25 Thread eric....@gmail.com
Hi! In a nutshell, I'm cloning for builds, not doing any polling or such. I clear my workspace then check out my repository. I'd like to do the same but just grab a specific folder. I'm guessing this would be done in my branch specifier. As it stands now, for this particular checkout opera

github plugin

2020-06-22 Thread Praveen Kumar K S
Hello, Is there any github plugin which offers features like https://github.com/jenkinsci/gitlab-plugin ? Like 1. Able to trigger build on Jenkins when there is a custom defined comment in MR/PR 2. To get all env var like sourcebranch,targetbranch,comment, etc 3. Supports Comment (regex) for

Github plugin warning on shared library from gerrit

2018-03-10 Thread Jacob Larsen
related plugins. Does anyone know of something in there that assumes any shared libraries are from github? The warning itself comes from the github plugin, something tries to validate the URL to my shared library as a github URL. This fails since it is not stored on github. Any pointers

How to distinct github push/merge event in github plugin

2017-02-23 Thread stanley . shen
Right now we are using github plugin to do something automatically. When some code is pushed to repo, the job will be triggered. But we have more specific requirement that the job is triggered only when we merge a PR. Normal direct push will not trigger this job. How can we do that? It seems

Re: Help with github plugin - SSL issue with custom CA

2016-08-16 Thread Cyrille Le Clerc
Hello Robert, There is a trick here: your ssl certificate must be trusted by both your JVM and by the native "git" executable. The native "git" executable picks its certificates from "/etc/ssl/certs/" on ubuntu, the folder should be similar on other linux distributions. The default JVM SSL trus

Help with github plugin - SSL issue with custom CA

2016-08-15 Thread Robert Hafner
I have a fresh install of Jenkins that will not connect to my Github Enterprise instance. We are using an in house CA with our custom TLD (so https://github.acme) and aren't having any other SSL troubles outside of this. Does anyone know if the CA certs need to be installed in a specific way f

Re: Github Plugin is painful to use

2016-07-05 Thread Patrick Wolf
anges detected" >> line. Once I manually trigger a build, it starts working again. >> >> It also has the issue that the builds aren't parameterized when using the >> github plugin. It would be nice if the git sha from a github push was a >> parameter to th

Re: Github Plugin is painful to use

2016-07-05 Thread Mark Waite
e I manually trigger a build, it starts working again. > > It also has the issue that the builds aren't parameterized when using the > github plugin. It would be nice if the git sha from a github push was a > parameter to the build, but instead once the build starts it relie

Re: Github Plugin is painful to use

2016-07-05 Thread peter
oesn't show the "SCM changes detected" line. Once I manually trigger a build, it starts working again. It also has the issue that the builds aren't parameterized when using the github plugin. It would be nice if the git sha from a github push was a parameter to the build, but

Jenkins Github plugin: how to make job to be triggered only on pushes to master branch?

2016-07-01 Thread Stanislav Pankevich
Hello, I have asked this question on SO but am not sure if it will be answered soon: http://stackoverflow.com/questions/38149468/jenkins-github-plugin-how-to-make-job-to-be-triggered-only-on-pushes-to-master. Here is quote: I am configuring Jenkins job which does a release of my app's

Github Plugin is painful to use

2016-06-23 Thread Danny Cosson
I've used Jenkins on and off for the past few years on various projects, and have been using it daily at my current job for a couple of months now, after migrating us from Travis (this is my first time on the list). I always seem to run into issues with the Github plugin, and I wanted to

Re: Seeking help with Github plugin web hooks

2015-11-10 Thread Kanstantsin Shautsou
n Monday, November 2, 2015 at 11:15:53 PM UTC+3, kg...@cardtapp.com wrote: > > Hi, I'm struggling to get Github web hooks working as expected after > following instructions here: > > > https://wiki.jenkins-ci.org/display/JENKINS/Github+Plugin#GitHubPlugin-Troubleshootinghooks

Mailformed GitHub Plugin configuration

2015-11-04 Thread Jirong Hu
I am getting the above issue in Jenkins 1.6.7 on Windows, what's the solution? This link doesn't mention how to resolve it: https://issues.jenkins-ci.org/browse/JENKINS-20123 Thanks Jirong -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To u

Seeking help with Github plugin web hooks

2015-11-02 Thread kgoss
Hi, I'm struggling to get Github web hooks working as expected after following instructions here: https://wiki.jenkins-ci.org/display/JENKINS/Github+Plugin#GitHubPlugin-Troubleshootinghooks I'm trying to accomplish the following: 1. Build project per commit on any feature branch

Re: Jenkins GitHub Plugin builds All Branches on First Push

2015-04-08 Thread Konrad Slepoy
probably need to > adjust your definition of "branches to build" to exclude those branches > which you never want to build. > > Mark Waite > > On Tue, Apr 7, 2015 at 12:45 PM, jpd4nt > wrote: > >> Hi Konrad. >> >> What version of jenkins are yo

Re: Jenkins GitHub Plugin builds All Branches on First Push

2015-04-07 Thread Mark Waite
uilt (ever), you probably need to adjust your definition of "branches to build" to exclude those branches which you never want to build. Mark Waite On Tue, Apr 7, 2015 at 12:45 PM, jpd4nt wrote: > Hi Konrad. > > What version of jenkins are you using? > What version of gith

Re: Jenkins GitHub Plugin builds All Branches on First Push

2015-04-07 Thread jpd4nt
Hi Konrad. What version of jenkins are you using? What version of github plugin are you using? How have you get git configured for the project? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop

Re: Jenkins GitHub Plugin builds All Branches on First Push

2015-04-06 Thread Konrad Slepoy
HELP! On Monday, April 6, 2015 at 12:14:52 PM UTC-4, Konrad Slepoy wrote: > > I am configuring our system to build when a change is pushed to github. > However, on the first push made by a user, all branches build. Is there a > way to make only changed branches build? I don't want every bran

Jenkins GitHub Plugin builds All Branches on First Push

2015-04-06 Thread Konrad Slepoy
I am configuring our system to build when a change is pushed to github. However, on the first push made by a user, all branches build. Is there a way to make only changed branches build? I don't want every branch to build on a user's first connection between their github and their jenkins. --

RE: GitHub plugin failure?

2015-03-07 Thread Jason Pyeron
> -Original Message- > From: Jason Pyeron > Sent: Saturday, March 07, 2015 16:00 > > Running the current Jenkins / plugins I get: > > Mar 07, 2015 2:55:06 PM com.cloudbees.jenkins.GitHubWebHook > processGitHubPayload > INFO: Received POST for https://github.com/CipherShed/CipherShed > Ma

GitHub plugin failure?

2015-03-07 Thread Jason Pyeron
Running the current Jenkins / plugins I get: Mar 07, 2015 2:55:06 PM com.cloudbees.jenkins.GitHubWebHook processGitHubPayload INFO: Received POST for https://github.com/CipherShed/CipherShed Mar 07, 2015 2:55:06 PM hudson.ExtensionFinder$GuiceFinder$FaultTolerantScope$1 error WARNING: Failed to i

Github Plugin throws exception when using 'pull_request' type

2014-03-07 Thread Nukul Bhasin
bhook from github is configured of type 'pull_request' the post, the plugin throws an exception complaining that there is no payload. Github support seems to suggest that they are sending the correct payload. Exact line throwing the exception maps to this line - https://github.com/jenkinsc

Re: github plugin: commit status configuration/authentication?

2013-09-05 Thread William Soula
C-5, Andy Freeland wrote: I've been trying to use the commit status functionality from the latest version of the GitHub plugin (https://github.com/jenkinsci/github-plugin/pull/23). I built and installed the plugin, but I haven't found anywhere to configure authentication to actually post

Re: github plugin: commit status configuration/authentication?

2013-09-05 Thread Aaron Cain
day, March 7, 2013 4:05:14 PM UTC-5, Andy Freeland wrote: >> >> I've been trying to use the commit status functionality from the latest >> version of the GitHub plugin ( >> https://github.com/jenkinsci/github-plugin/pull/23). I built and >> installed the p

Re: github plugin: commit status configuration/authentication?

2013-09-05 Thread Andy Freeland
t-build actions, so I have no >> idea what it's doing. >> >> On Thursday, March 7, 2013 4:05:14 PM UTC-5, Andy Freeland wrote: >>> >>> I've been trying to use the commit status functionality from the latest >>> version of the GitHub plugin (htt

Re: github plugin: commit status configuration/authentication?

2013-09-05 Thread Andy Freeland
UTC-6, Andy Freeland wrote: >>> >>> I'm also not seeing any logs from the post-build actions, so I have no >>> idea what it's doing. >>> >>> On Thursday, March 7, 2013 4:05:14 PM UTC-5, Andy Freeland wrote: >>>> >>>> I'

Re: github plugin: commit status configuration/authentication?

2013-09-05 Thread William Soula
ing. On Thursday, March 7, 2013 4:05:14 PM UTC-5, Andy Freeland wrote: I've been trying to use the commit status functionality from the latest version of the GitHub plugin (https://github.com/jenkinsci/github-plugin/pull/23). I built and installed the plugin, but I haven't found anywher

Re: github plugin: commit status configuration/authentication?

2013-03-07 Thread Andy Freeland
I'm also not seeing any logs from the post-build actions, so I have no idea what it's doing. On Thursday, March 7, 2013 4:05:14 PM UTC-5, Andy Freeland wrote: > > I've been trying to use the commit status functionality from the latest > version of the GitHub plugi

github plugin: commit status configuration/authentication?

2013-03-07 Thread Andy Freeland
I've been trying to use the commit status functionality from the latest version of the GitHub plugin (https://github.com/jenkinsci/github-plugin/pull/23). I built and installed the plugin, but I haven't found anywhere to configure authentication to actually post the commit status

Re: github plugin on Jenkins does not work for me, Windows Server 2012

2013-02-22 Thread Sami Tikka
Clone the job. Remove the git SCM configuration and build steps. Instead enter a single build step which runs the command: set (I believe that prints environment vars on windows). Then study the difference in the environment of Jenkins job and your own session where things work. -- Sami Gong

Re: github plugin on Jenkins does not work for me, Windows Server 2012

2013-02-21 Thread Chanda Unmack
Not sure if this is applicable to your situation, but when I had that issue I found that the user jenkins was running as was a system user, so the credentials did not match. Iirc, I ended up using the environment injector plugin to set the user to run the job as. hth chanda On Thu, Feb 21, 2013

github plugin on Jenkins does not work for me, Windows Server 2012

2013-02-21 Thread Gong
here is the error message. Very confusion to me. a. The Jenkins slave is run from Java Web Starter, not a Windows Service. b. If I login the slave, the git command always work. c. If I start the slave from server, always fail. Here is the error message. Any tips on how to debug/trouble s

Re: Jenkins Git/GitHub plugin builds random branches

2012-04-03 Thread Wannes Sels
Your theory is correct. The git-plugin will list every branch revision, filter out non-top revision (branches that are fully merged in another branch) and then build them one by one, oldest commit first. Once you've built all there is to build, only changes will build. Maybe you could consider e

Jenkins Git/GitHub plugin builds random branches

2012-04-03 Thread seanh
Hey, this has happened to me twice on two different Ubuntu 10.04 servers running a fresh install of Jenkins 1.457. I install the Git and GitHub plugins and configure my new Jenkins job to build when it receives a push notification from GitHub. In the job config I leave "Branches to build - Branch