In compose cmd file there is a command which checks if Jenkins is up and running and later it triggers Load_Platform job. At the moment Jenkins user is hardcoded, when we use external LDAP probably it will fail because that user doesn't exist there. To avoid that i made env variable "USERNAME_JENKINS" in this way we can set user what we need.
In compose cmd file there is a command which checks if Jenkins is up and running and later it triggers Load_Platform job. At the moment Jenkins user is hardcoded, when we use external LDAP probably it will fail because that user doesn't exist there. To avoid that i made env variable "USERNAME_JENKINS" in this way we can set user what we need.