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
sending the > email. > > That should be all you need, good luck! > > On Fri, Jan 24, 2020 at 18:14 Uthred Ragnorson > wrote: > >> I would like to use input and wait for a user feedback. I would like to >> send the user an email saying, "Please approve the build&

pipeline with input

2020-01-24 Thread Uthred Ragnorson
I would like to use input and wait for a user feedback. I would like to send the user an email saying, "Please approve the build" and provide jenkins url. Then the user clicks "approve" to move forward. How can I achieve this with Jenkins? -- You received this message because you are subscribe

setting up approvers

2020-01-21 Thread Uthred Ragnorson
I am trying to setup an approver scheme. Basically, after a build is completed I want an approver to say "OK" to proceed to the next step. I would like to populate the approver from AD. Is that possible? If not, what other way can I do it? -- You received this message because you are subscribe

Re: nginx reverse proxy auth plugin

2019-10-11 Thread Uthred Ragnorson
Anyone? On Wed, Oct 9, 2019 at 9:33 PM Uthred Ragnorson wrote: > I have nginx authenticating with kerberos ( > https://github.com/stnoonan/spnego-http-auth-nginx-module) and I would > like it to authenticate Jenkins. Has anyone setup Nginx/SPNEGO and Jenkins? > > > For nginx o

nginx reverse proxy auth plugin

2019-10-09 Thread Uthred Ragnorson
I have nginx authenticating with kerberos ( https://github.com/stnoonan/spnego-http-auth-nginx-module) and I would like it to authenticate Jenkins. Has anyone setup Nginx/SPNEGO and Jenkins? For nginx on other products I do this proxy_set_header X-WEBAUTH-USER $remote_user; proxy_set_header Au