forked from mscata/jenkins-audit2db-plugin
-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
For table JENKINS_BUILD_DETAILS:
UID is [url of a build server]/[short job name]/[build number]
short job name being without the full tree path
so, something generic like "build" is going to crash
example
UID: jenkins.server.com/computer/jenkins-node//build/1
That can easily be non-unique if more than one path has a job named "build". We are using CloudBees Folders plugin, which allows for the subpaths.
Dept1/jobs/a tool/build
Dep2/jobs/another tool/build
There's a quick collision right there. First one wins, second one fails silently.
Found in:
https://github.com/jenkinsci/audit2db-plugin/blob/master/src/main/java/org/jenkins/plugins/audit2db/internal/model/BuildDetailsImpl.java
Line: 400-401
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.