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
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 --
> acme...@vs-ssh.visualstudio.com:v
*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:
stde
I fixed it using this:
pipeline {
agent any
stages {
stage('test') {
steps {
jobDsl scriptText:
"""multibranchPipelineJob("multibranch-name") {
branchSources {
git {
id('12312312312')
remote("gitprojec
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 let