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

Re: Git Plugin - How specify use ssh in "Repository URL" ?

2020-01-21 Thread Mark Waite
On Tue, Jan 21, 2020 at 10:24 AM Eddie Sutton wrote: > *What I Tried:* > > 1) Set *Source Code Management > GIT > Repository URL* to: > > acme...@vs-ssh.visualstudio.com:v3/acmeinc/my-app/my-app > > Failed to connect to repository : Command "git ls-remote -h -- >

Git Plugin - How specify use ssh in "Repository URL" ?

2020-01-21 Thread Eddie Sutton
*What I Tried:* 1) Set *Source Code Management > GIT > Repository URL* to: acme...@vs-ssh.visualstudio.com:v3/acmeinc/my-app/my-app Failed to connect to repository : Command "git ls-remote -h -- acme...@vs-ssh.visualstudio.com:v3/acmeinc/my-app/my-app HEAD" returned status code 128: stdout:

Re: job-dsl: Dynamic DSL - gitscmsource - includes

2020-01-21 Thread Alex
I fixed it using this: pipeline { agent any stages { stage('test') { steps { jobDsl scriptText: """multibranchPipelineJob("multibranch-name") { branchSources { git { id('12312312312')

Re: Jenkins Integration with LDAP -- Issue

2020-01-21 Thread Alex
Maybe you have too many users in LDAP? Can you narrow down the search and see if you have the same issue? On Monday, 20 January 2020 22:29:34 UTC, gaurav gundal wrote: > > Hi Everyone, > > > I am trying to configure Jenkins with the ldap,but I am getting error as > mentioned below . Please