|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Code changed in jenkins
User: Cletus D'Souza
Path:
src/main/java/hudson/scm/DerbyUtils.java
src/main/java/hudson/scm/IntegrityCMProject.java
src/main/java/hudson/scm/IntegrityCheckpointAction.java
src/main/java/hudson/scm/IntegrityDeleteNonMembersTask.java
src/main/java/hudson/scm/IntegritySCM.java
http://jenkins-ci.org/commit/integrity-plugin/fcdc20ec7f63153531b484b3173a2e8373b94c9d
Log:
Additional changes to completely isolate DB access via static
synchronized functions. Relevant issues are:
JENKINS-25228 - Using the integrity-plugin together with concurrent
builds causes SQL Exceptions
JENKINS-14675- Schema 'DBUSER' does not exist error in integrity pluginJENKINS-25450- Unexpected behavior of Jenkins Integrity plugin afterSQL Exception inside plugin (no error returned to build job).