config xml file location on ubuntu 14

0 votes

Where do I fond my config.xml file on ubuntu 14? I am using tomcat8 and deployed Jenkins.war file under web app.

Apr 17, 2019 in Jenkins by Nik
2,824 views

1 answer to this question.

0 votes

Set useSecurity from true to false and restart the server

<useSecurity>false</useSecurity>

with this you will be able to signup for Jenkin and use that user to login.

To find config.xml

file will be under users home directory. Jenkins will create config file under .Jenkins directory.

you can use below command to find config file

find ~/ -type f -name "config.xml"

this will give path to config.xml file, If you have sudo access you can edit the file.

answered Apr 17, 2019 by Navya

Related Questions In Jenkins

0 votes
1 answer

Error while installing puppet on ubuntu

Seems like you've done something wrong with ...READ MORE

answered Dec 19, 2018 in Jenkins by Alan
447 views
0 votes
1 answer

How do I install Jenkins on ubuntu?

Hey @Chandu, follow these steps to install ...READ MORE

answered Feb 26, 2019 in Jenkins by Kalgi
996 views
0 votes
1 answer

Java version for Jenkins on ubuntu 18.04

Hi @Koyal, If you look at the ...READ MORE

answered Apr 16, 2019 in Jenkins by Vish
1,982 views
+1 vote
3 answers

"No such file pom.xml" error in Jenkins

Can you please che ck the location ...READ MORE

answered May 16, 2019 in Jenkins by Samir
20,585 views
0 votes
1 answer

How to deploy the war file in Tomcat Server with Jenkins pipeline job on an windows machine?

Use deploy to container plugin. Go to the ...READ MORE

answered Sep 30, 2020 in Jenkins by Adil Abdullah Khan
4,396 views
0 votes
2 answers
+1 vote
1 answer
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,526 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP