Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jenkins Database and Authentication

Tags:

jenkins

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?

like image 534
phntmasasin Avatar asked Sep 26 '11 15:09

phntmasasin


1 Answers

You can configure Audit to Database plugin to store build data into DB using oracle, mysql, postgres, etc.

Regards!

like image 59
Ricardo García Avatar answered Oct 19 '22 03:10

Ricardo García