Re: Perform actual hardware tests using jenkins pipeline and kubernetes

2020-01-26 Thread touseef
Thanks for the reply .It would work fine if the master and the nodes are on the same cluster under the same network. However my use case is my nodes can be in different network and it will not work with kubernetes. is there any other way without using kubernets perhaps On Monday, 20 January 2020

groovy script to configure HTTP Header by reverse proxy

2020-01-26 Thread Uthred Ragnorson
Is there a grovy script around to configure HTTP Header by reverse proxy plugin (https://wiki.jenkins.io/display/JENKINS/Reverse+Proxy+Auth+Plugin)? At the moment, I have to keep keying in my input. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" g

Re: pipeline with input

2020-01-26 Thread Uthred Ragnorson
Thank you. On Friday, January 24, 2020 at 9:34:14 PM UTC-5, William Hetherington wrote: > > Hi Uthred, > > The docs for input steps are here: > https://jenkins.io/doc/pipeline/steps/pipeline-input-step/ > > You will need a step before the input step, that will handle sending the > email. > > Th