I am running Jenkins 1.629 on a Windows Server 2008 64-bit OS via execution of the jenkins.jar:
Set JENKINS_HOME=F:\Jenkins\home Set Path=E:\Program Files (x86)\Java\jre7\bin;E:\buildserver\apps\Unix;%Path% CD /D F:\Jenkins java -jar jenkins.war --httpPort=8200 I have one set of Global credentials defined: My expectation is that when I configure a Hudson job, I’d be able to use these credentials in the Source Control Management section; following is what I do see: If I do try to connect to a Subversion repository like shown below, I get a prompt to enter and store credentials for that job only: Another group in my company has used the Windows native installation of Jenkins (version ?) and those jobs have a prompt for credentials as shown here: The above screen is how I want my instance of Jenkins to behave. Does anybody know what I am doing incorrectly? -- 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/a0c0e232-9ed9-48b0-a673-50568a16262d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
