Re: Need Login Help

2018-09-07 Thread Mark Waite
Your search tool may be refusing to index the location where the file is stored. Try a different search technique. Try the following from an Administrator Windows Command Prompt: C:\> FINDSTR /L useSecurity "%ProgramFiles(x86)%" If that doesn't work, you could try installing some other program

Re: Need Login Help

2018-09-07 Thread Slide
I think you need , not (the slash should be at the end). On Fri, Sep 7, 2018 at 10:37 AM Steve Burrus wrote: > Sure. Is there anytjhing else I should take out of it? > > > > > 2.121.3 > NEW > 2 > NORMAL > false > true > > > false >

Re: Need Login Help

2018-09-07 Thread Steve Burrus
Sure. Is there anytjhing else I should take out of it? 2.121.3 NEW 2 NORMAL false true false ${JENKINS_HOME}/workspace/${ITEM_FULL_NAME} ${ITEM_ROOTDIR}/builds 0 all false false all -1

Re: Need Login Help

2018-09-07 Thread Slide
Can you resend your new config.xml? On Fri, Sep 7, 2018, 10:05 Steve Burrus wrote: > *Boy Slide this problem is hanging on like a "tenacious bulldog". I did > EVERYTHING you recommended that I do but I STILL got the login area. Do you > feel like helping me some more?* > > > > *On Fri, Sep 7,

Re: Need Login Help

2018-09-07 Thread Steve Burrus
*Boy Slide this problem is hanging on like a "tenacious bulldog". I did EVERYTHING you recommended that I do but I STILL got the login area. Do you feel like helping me some more?* *On Fri, Sep 7, 2018 at 11:50 AM Slide > wrote:* > *Ok, it looks like in current versions of Jenkins, you need to

Re: Need Login Help

2018-09-07 Thread Slide
Ok, it looks like in current versions of Jenkins, you need to do a few more steps than just change useSecurity to false. Please take a look at this link ( https://jenkins.io/doc/book/system-administration/security/#disabling-security) and follow the steps there. I recommend stopping the Jenkins

Re: Need Login Help

2018-09-07 Thread Steve Burrus
Okay "Slide" I have attached the Jenkins login area and below you will see this config.xml file : 2.121.3 NEW 2 NORMAL * false* true true false false ${JENKINS_HOME}/workspace/${ITEM_FULL_NAME} ${ITEM_ROOTDIR}/builds 0

Re: Need Login Help

2018-09-07 Thread Slide
Can you send a screenshot of the login area that you are seeing as well as attaching the config.xml file you found (after replacing any company or personal information) that you made the change to? On Fri, Sep 7, 2018 at 9:06 AM Steve Burrus wrote: > > > *NOPE it still didn't work. Even after

Re: Need Login Help

2018-09-07 Thread Steve Burrus
*Mark I absolutely CANNOT FIND the config.xml file after looking all over for it. Any solutions?* On Thu, Sep 6, 2018 at 9:55 PM Mark Waite wrote: > The file jenkins.exe.config controls the way Windows executes the program > "jenkins.exe". It does not store the global Jenkins configuration.

Re: Need Login Help

2018-09-06 Thread Mark Waite
The file jenkins.exe.config controls the way Windows executes the program "jenkins.exe". It does not store the global Jenkins configuration. The global Jenkins configuration (including the setting) is stored in a file named "config.xml". The file that needs to be modified is not named

Re: Need Login Help

2018-09-06 Thread Steve Burrus
Mark here is what I have in my "C:\MyJenkins\jenkins.exe.config" file.Here is what I have inside the file : Now should I put that line in THIS file, and if so where? On Thu, Sep 6, 2018 at 8:09 PM Mark Waite wrote: > It depends on how you are running Jenkins. > >

Re: Need Login Help

2018-09-06 Thread Mark Waite
It depends on how you are running Jenkins. If you are running Jenkins from a command line using the war file, like: C:\Users\Mark\my-jenkins> java -jar jenkins.war then the Jenkins HOME directory is placed in the ".jenkins" subdirectory of your home directory. In my case, that means I

Re: Need Login Help

2018-09-06 Thread Steve Burrus
*I'm sorry but I can't find that config.xml file in my Windows 10 enterprise system. How exactly can I get to it? I have ON the setting "Show Hidden Files and Folders". * *On Thu, Sep 6, 2018 at 4:55 PM Mark Waite > wrote:* > >

Re: Need Login Help

2018-09-06 Thread Mark Waite
https://stackoverflow.com/questions/6988849/how-to-reset-jenkins-security-settings-from-the-command-line On Thu, Sep 6, 2018 at 1:04 PM Steve Burrus wrote: > *I keep on disinstalling/reinstaling Jenkins because of my forgetting wh > at my login information is. I have read that my password is

Need Login Help

2018-09-06 Thread Steve Burrus
*I keep on disinstalling/reinstaling Jenkins because of my forgetting wh at my login information is. I have read that my password is stored in a "secrets" file but I haven't been able to access it yet. Can someone help me with this?* -- You received this message because you are subscribed to