> On 30. Apr 2018, at 10:39, Thomas Hofmann <[email protected]> wrote: > > My command line looks like this: > > java -jar c:\temp\Software\Online\Jenkins\jenkins.war --httpPort=9090 > --argumentsRealm.roles.toohoo=admin --argumentsR > ealm.passwd.toohoo=XXXXXXXXXX > --logfile=c:\temp\jenkins\logs/winstone_date-20180430-103646.log > > What can be wrong?
Jenkins has built in security realms with default authentication that are independent of the container's security. So if you see a friendly butler-themed login page, these are not the credentials to use. Check secrets/initialAdminPassword in JENKINS_HOME, if that exists try user 'admin' and that password. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CB88D814-D097-49BD-85A7-795DA4CF2523%40beckweb.net. For more options, visit https://groups.google.com/d/optout.
