Jenkins AD users access denied with missing the Overall/Read permission

2019-07-11 Thread Veera Mani
Hi, I have the jenkins-2.150.3-1.1 running on RHEL 7 . When Integrated with AD it works fine and able to login with the AD users with the "Project-based Matrix Authorization Strategy" with attributes applied. But when Login with users who are part of the AD group , the users are allowed

Re: Return value of build Pipeline step - What is it?

2019-07-11 Thread George Sexton
Thanks. On Thursday, July 11, 2019 at 8:55:25 AM UTC-6, Stuart Rowe wrote: > > The return value is a RunWrapper > > as > long as wait is set to true. > > -- You received thi

Re: Return value of build Pipeline step - What is it?

2019-07-11 Thread Stuart Rowe
The return value is a RunWrapper as long as wait is set to true. On Thursday, 11 July 2019 06:58:13 UTC-7, George Sexton wrote: > > Can anyone help me understand what if any t

Return value of build Pipeline step - What is it?

2019-07-11 Thread George Sexton
Can anyone help me understand what if any the return value is for the build pipeline step? I've read the docs here: https://jenkins.io/doc/pipeline/steps/pipeline-build-step/#-build-%20build%20a%20job There's a vague reference here: propagate (optional) If set, then if the downstream build is

Re: Need help running a Jenkins job from VBScript using JenkinsAPI

2019-07-11 Thread D. C.
After piecing together many suggestions with some trial and error, I was finally able to get the Jenkins job to run remotely with the VBScript (ASP) code below (with variables set to proper values such as strCrumb). The returned Status will be 201 for success. The Base64 functions were taken

Is possible to detect scriptsecurity.sandbox.RejectedAccessException without running the pipeline?

2019-07-11 Thread Victor Martinez
Hi there, Not sure if this has been already discussed in the past, but I wonder if it is possible to proactively detect whether a specific pipeline got a blacklisted method without need to run the whole pipeline? So I guess there are benefits of knowing whether the pipeline does fulfil the req