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
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&
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
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
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
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