RE: Windows Agent As a Service

2018-10-15 Thread Jason Pyeron
From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Mark Bidewell Sent: Monday, October 15, 2018 4:35 PM To: Jenkins Users Subject: Re: Windows Agent As a Service Thanks! but how do you make it run as a service from the command-line? done of

RE: Windows Agent As a Service

2018-10-15 Thread Jason Pyeron
Bottom line up front – we are fine until 2025… From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Mark Bidewell Sent: Monday, October 15, 2018 4:18 PM To: Jenkins Users Subject: Windows Agent As a Service With Java Web Start deprecated and

Re: Windows Agent As a Service

2018-10-15 Thread Vladimir Zak
Download agent and as admin run agent.jar -install . It should create the service. Or it was like that in the past. Vladimír Dne po 15. 10. 2018 22:35 uživatel Mark Bidewell napsal: > Thanks! but how do you make it run as a service from the command-line? > done of the exes seem to be

Re: Windows Agent As a Service

2018-10-15 Thread Mark Bidewell
Thanks! but how do you make it run as a service from the command-line? done of the exes seem to be installed? On Monday, October 15, 2018 at 4:31:03 PM UTC-4, Mark Waite wrote: > > The deprecation of Java Web Start doesn't deprecate the protocols that a > Jenkins agent can use to connect to

Re: Windows Agent As a Service

2018-10-15 Thread Mark Waite
The deprecation of Java Web Start doesn't deprecate the protocols that a Jenkins agent can use to connect to the Jenkins server. JNLP works just fine with Java 11 to connect an agent. The convenience of clicking the "Web Start" button on the UI won't work with Java 11, but the command line

Windows Agent As a Service

2018-10-15 Thread Mark Bidewell
With Java Web Start deprecated and slated for removal, what is the canonical way to create a Windows Service agent? Thanks! -- 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,

Re: Pipeline build not stopping when stage marked as failed

2018-10-15 Thread Paul D'Ambra
I think I've stripped out everything that I shouldn't share :) not doing anything fancy. the dependency check runs and fails the build but the steps after it run even though it failed. On Monday, 15 October 2018 15:28:19 UTC+1, Andrew Bayer wrote: > > Can you attach your Jenkinsfile? Thanks. >

HTTP2 support

2018-10-15 Thread Jenkins user
Hello, I am trying to enable HTTP2 in a Windows machine with Jenkins 2.138.2 (Comes with JRE 1.8.144). I followed the instructions from https://wiki.jenkins.io/display/JENKINS/Starting+and+Accessing+Jenkins and https://github.com/jenkinsci/winstone/blob/master/README.md#http2-support and added

Re: Pipeline build not stopping when stage marked as failed

2018-10-15 Thread Andrew Bayer
Can you attach your Jenkinsfile? Thanks. On Mon, Oct 15, 2018 at 10:59 AM Paul D'Ambra wrote: > Hi, thanks for the link? > > I find the pipeline documentation a bit limited... there are no examples > of usage in that link. Are you saying I need to "wrap" the dependency check > stage in some way

Re: How to change jenkins server time zone?

2018-10-15 Thread Ramanathan Muthaiah
> > But i want to change jenkins time zone to US-EST time zone? > *How to change jenkins server time zone?* > https://wiki.jenkins.io/display/JENKINS/Change+time+zone did you try this ? /Ram -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group.

Re: Git checkout failed on slave

2018-10-15 Thread Ramanathan Muthaiah
> > I have one master node and a slave node I run my Jenkins jobs unto and I > encountered a problem recently. I am unable to checkout a repository from > Git on my slave through a Jenkins pipeline. Locally, checking out a branch > on my repository works fine, cloning, pushing, pulling,

Re: Pipeline build not stopping when stage marked as failed

2018-10-15 Thread Paul D'Ambra
Hi, thanks for the link? I find the pipeline documentation a bit limited... there are no examples of usage in that link. Are you saying I need to "wrap" the dependency check stage in some way so that I can manually trigger the error signal when it fails? Are you (or anyone) able to point me at

Re: Pipeline build not stopping when stage marked as failed

2018-10-15 Thread Ramanathan Muthaiah
Most likely, you need this 'error '. /Ram On Thursday, October 4, 2018 at 1:36:03 PM UTC+5:30, Paul D'Ambra wrote: > > I have a declarative Jenkins pipeline that in a parallel stage runs the > dependency check