Re: Does the sh pipeline step not work in windows with cygwin?

2017-07-01 Thread Dan Tran
I was hoping i can get emulated unix shell on window to bootstrap my JNLP slave which then delegates the rest to Docker via Jenkins Pipeline -D On Saturday, July 1, 2017 at 3:51:14 AM UTC-7, James Nord wrote: > > Any form of Linux emulation on Windows will bring you a world of pain at > some

Re: GitHub PR Comment Build Plugin - How to debug

2017-07-01 Thread Danny Rehelis
This is due timeout GitHub web-hook receive once in a while, got noting to do with the plugin. Just in case someone experiences this aswell, check your Web-Hook Recent Deliveries. On Fri, Jun 30, 2017 at 7:08 PM Danny Rehelis wrote: > Anyone? > > On Tue, Jun 27, 2017 at 8:47

Re: finding git repo url

2017-07-01 Thread R Srinivasan
thanks a bunch. will try all suggestions. On Sat, Jul 1, 2017 at 9:39 AM, Daniel Butler wrote: > In a multibranch project you simply do: > checkout scm > > And that clones/checks out the current branch. > > > > Cheers, > > Daniel Butler > > > > *From: *R Srinivasan

offline windows jenkins installation

2017-07-01 Thread Andrew
Hi, I may have asked this before, but it really didn't get anywhere. I am trying to get the latest Jenkins up and running on a windows box on a closed network (no internet access). It doesn't appear that there are any plugins bundled with the war file anymore. Is there a way to download a

[Resolved] : Github push event fails to trigger pipeline job in jenkins

2017-07-01 Thread Ramanathan Muthaiah
For the benefit of those who may come across similar issue, let me share some details of how this was fixed. Internal Setup: Jenkins instance is in cloud, from the cloud we have no direct connectivity to enterprise github server which is in a data center. And, requests from Jenkins

Re: finding git repo url

2017-07-01 Thread Mark Waite
Declarative pipeline is even easier than that. It performs the checkout scm implicitly. Try declarative pipeline. On Sat, Jul 1, 2017 at 7:39 AM Daniel Butler wrote: > In a multibranch project you simply do: > checkout scm > > And that clones/checks out the

RE: finding git repo url

2017-07-01 Thread Daniel Butler
In a multibranch project you simply do: checkout scm And that clones/checks out the current branch. Cheers, Daniel Butler From: R Srinivasan Sent: 01 July 2017 12:45 To: Jenkins Users Subject: finding git repo url For Multibranch pipeline jobs, how do I clone the git Repo? I can find what the

finding git repo url

2017-07-01 Thread R Srinivasan
For Multibranch pipeline jobs, how do I clone the git Repo? I can find what the branch is but not the git url! Environment variable GIT_URL does not appear to be populated. Can someone please suggest a way? thanks, srini -- You received this message because you are subscribed to the Google

Re: Does the sh pipeline step not work in windows with cygwin?

2017-07-01 Thread James Nord
Any form of Linux emulation on Windows will bring you a world of pain at some point especially inside pipeline. Even the bash on windows can give you interesting and wonderful results as the jvm launch could be the windows one or the Linux one... My recommendation is to either 1) just use a

Re: Pipeline powershell

2017-07-01 Thread James Nord
You can you use powershell natively in pipeline now. https://issues.jenkins-ci.org/browse/JENKINS-34581 -- 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

Re: Jenkins job builder -- Cannot create pipeline style jobs

2017-07-01 Thread Ramanathan Muthaiah
On Fri, Jun 30, 2017 at 10:05 AM Matthew Wilmott wrote: > Okay so it looks like it relies on the 2.x codebase which is beta. Pip had > installed version 1.6 by default, upgraded using pip and rerun the test > script which worked. Now its obviously a beta build but I'm only