Re: Pipelines, github fork models and the Jenkinfile

2016-08-14 Thread Arvind Jayaprakash
It appears that having the ghprb trigger be pipeline compatible might solve my problems. Most of the other triggers seem to have been ported to be pipeline compatible. On Saturday, August 13, 2016 at 9:02:07

Re: Multibranch Pipeline: Using notifyCommit does not indicate an SCM change

2016-08-14 Thread James Dumay
Hi Sverre, Hmm, that doesn't sound like we are doing the right thing there. Could you please provide us with a detailed bug report on https://issues.jenkins-ci.org ? Any reproduction steps, examples, screenshots, etc would be greatly appreciated. On Friday, August 12, 2016 at 4:50:22 PM

Re: Stash Integration with Jenkins Pipeline {for Code Review}

2016-08-14 Thread James Dumay
You need the Bitbucket Branch source plugin which works with Bitbucket Cloud and Bitbucket Server (was Stash) https://wiki.jenkins-ci.org/display/JENKINS/Bitbucket+Branch+Source+Plugin The user guide can be found here

Re: The option to “Launch slave agents via Java Web Start” is missing from new node configuration

2016-08-14 Thread Ryan Campbell
I agree. This is impossible to discover for new or even experienced users. On Sun, Aug 14, 2016, 7:25 PM Richard Bywater wrote: > Perhaps it would be an idea to show the item but as disabled and state > what actions are required to get it enabled? > > Richard. > > On Mon, 15

Re: The option to “Launch slave agents via Java Web Start” is missing from new node configuration

2016-08-14 Thread Richard Bywater
Perhaps it would be an idea to show the item but as disabled and state what actions are required to get it enabled? Richard. On Mon, 15 Aug 2016 at 12:15 Stephen Connolly < stephen.alan.conno...@gmail.com> wrote: > So the logic here is to reflect that the TCP agent port has been disabled > and

Re: The option to “Launch slave agents via Java Web Start” is missing from new node configuration

2016-08-14 Thread Stephen Connolly
So the logic here is to reflect that the TCP agent port has been disabled and thus the launcher is not available to you. On 4 August 2016 at 11:47, Kumar Dp wrote: > I'm trying to configure a salve using "Launch slave agents via Java Web > Start", but I see that option

Re: Best practices: many distinct jobs vs parameterized jobs

2016-08-14 Thread Daniel Beck
> On 13.08.2016, at 16:23, w...@anomalizer.net wrote: > > The only way to track it separately in jenkins 1.x is to have one job for > each. Jenkins 2.x has a mechanism wherein you have have a single job > (pipeline) across the branches and yet, track their statistics separately. The Pipeline

Re: What are industry standard ways of managing server logins that Jenkins does for its builds?

2016-08-14 Thread Daniel Beck
> On 13.08.2016, at 14:46, Kiran wrote: > > "Manage credentials" the native Jenkins feature > "Credentials Plugin" > "SSH Credentials plugin" These are all basically the same thing. SSH Credentials Plugin is based on Credentials Plugin and provides the SSH

Re: How can I get Jenkins on Linux to do builds on Windows machines without Active Directory?

2016-08-14 Thread jpd4nt
Jenkins has a master slave feature, Linux running jenkins is the master - Windows doing the build is a slave. What you need to get working is the connection from the Windows slave to the master, since Windows does not really have support for SSH (not sure how far the powershell guys got) use

Post- Commit VisualSVN Server

2016-08-14 Thread Karen Medhat
Hello All, Would you please advise on a simple way to notify jenkins to issue a build whenever a new change is committed on VisualSVN server. I have added the post-commit.bat & post-commit-hook-jenkins.vbs as advised here :

Access-Control-Allow-Origin different for userContent rather than build pages?

2016-08-14 Thread Jonathan Hodgson
Hi, I have anartifacts, which are xml logs from MSBuild. Now in my build description I have a HTML and some javascript which reads those files and shows me which architectures and configurations have warnings or errors. That bit works fine, as each build completes, its associated cell in the

Re: How can I get Jenkins on Linux to do builds on Windows machines without Active Directory?

2016-08-14 Thread Kiran
I am using Jenkins 1.6. The Windows *slave*? Is the target of a Jenkins build a "slave"? The Windows servers are those that will get builds (builds that were initiated by Jenkins). Which plugin? I tried different plugins. I am open to using whatever that works. I was thinking of having