Back

Explore Courses Blog Tutorials Interview Questions
+1 vote
2 views
in DevOps and Agile by (29.3k points)

Does Jenkins store build status information into a database on its own? Does it have a plugin to talk to an Oracle database? If yes, can the slaves running on remote sites do this on their own, without master having to do the database interaction?

I will be running Jenkins on remote sites.Won't network hiccups cause master to think that the build has failed?

1 Answer

0 votes
by (50.2k points)

I would like to resolve this question by splitting them.

Does Jenkins store build status information into a database on its own?

Everything is stored locally in XML files on the master.

Does it have a plugin to talk to an Oracle database?

No, since everything is stored locally in the XML file.

Won't network hiccups cause the master to think that the build has failed?

Yes. 

Browse Categories

...