Re: Uninstall jenkins in Ubuntu

2013-09-16 Thread Gocol Dev
And there is also */root/.jenkins/config.xml* /root/.jenkins/{{jenkins-user-id}}/config.xml I missed mentioning the /root/.jenkins/config.xml in previous email On Mon, Sep 16, 2013 at 4:27 PM, Gocol Dev wrote: > Thanks Richard, I was looking at finding it too.. > > So here are the findings...

Re: Uninstall jenkins in Ubuntu

2013-09-16 Thread Gocol Dev
Thanks Richard, I was looking at finding it too.. So here are the findings... The default location is /root/.jenkins and the config.xml is created per user eg: /root/.jenkins/tom/config.xml /root/.jenkins/gocool/config.xml tom and gocool are jenkins user id's. Once I deleted the /root/.jenkins

Re: Uninstall jenkins in Ubuntu

2013-09-16 Thread Richard Bywater
It might take a while, but try: find / -name config.xml and see what comes up. You'll need to be root to get the best results. Richard. On Mon, Sep 16, 2013 at 7:59 PM, Gocol Dev wrote: > No, actually I did not set it up :( > > And, I assume it is defaulted to some location which I am not ab

Re: Uninstall jenkins in Ubuntu

2013-09-16 Thread Gocol Dev
No, actually I did not set it up :( And, I assume it is defaulted to some location which I am not able to find and that is why re-installs still remember and ask for log-in. I just tried adding the CATALINA_OPTS and JENKINS_HOME now, but it is of no use - I guess I have to know the default path

Re: Uninstall jenkins in Ubuntu

2013-09-16 Thread Richard Bywater
I'm guessing the config file mentioned will most likely be whatever has been set as the Jenkins home using the CATALINA_OPTS variable as per https://wiki.jenkins-ci.org/display/JENKINS/Tomcat - I'm assuming you've set that. If you haven't I'm not sure what the default is so someone will have to pip

Re: Uninstall jenkins in Ubuntu

2013-09-16 Thread Gocol Dev
Hi Richard Sorry for posting it in the dev. I did not use the sudo-apt get way of doing it, I just downloaded the war and I am copying it inside my tomcat webapps. And for removing it, I just did a rm -Rf of the folder. Thanks, G On Mon, Sep 16, 2013 at 3:26 PM, Richard Bywater wrote: > Hav

Re: Uninstall jenkins in Ubuntu

2013-09-16 Thread Richard Bywater
Have you seen https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+on+Ubuntu ? Assuming you installed it that way, it would be better to remove it via package management rather than manually deleting files - this should then clean things up. Richard. On Mon, Sep 16, 2013 at 6:18 PM, G

Re: Uninstall jenkins in Ubuntu

2013-09-15 Thread Go Cool
Hi, I was unable to find the config.xml. I am using version 1.530. In the jenkins home, I just have the following - drwxr-xr-x 9 root root 4096 Sep 16 05:48 . drwxr-xr-x 6 root root 4096 Sep 16 05:48 images drwxr-xr-x 7 root root 4096 Sep 16 05:48 WEB-INF drwxr-xr-x 3 root root 4096

Re: Uninstall jenkins in Ubuntu

2013-09-15 Thread Vivekanand S V
Have you checked this https://wiki.jenkins-ci.org/display/JENKINS/Disable+security ? On Mon, Sep 16, 2013 at 11:31 AM, Gocool Geek wrote: > Hi folks, > > Sorry if this sound silly, but I am stuck hence wanted to know the answer. > > I forgot my admin password and I am the only admin in the je