-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Blocker
-
Component/s: audit2db-plugin
-
None
-
Environment:Jenkins v1.580.3
Standalone Install - Tomcat 7
RHEL 6.6
Oracle JDK 1.7.0_75
audit2db version 0.5
When installing audit2db through the Update Center or Advanced file upload, the audit2db directory is missing the classes directory under WEB-INF.
.
├── css
│  ├── print.css
│  └── screen.css
├── help
│  ├── jdbcDriver.html
│  ├── jdbcUrl.html
│  ├── jndiDatasource.html
│  └── jobHistoryJobName.html
├── META-INF
│  ├── MANIFEST.MF
│  └── maven
│  └── org.jenkins-ci.plugins
│  └── audit2db
│  ├── pom.properties
│  └── pom.xml
└── WEB-INF
├── lib
│  ├── antlr-2.7.6.jar
│  ├── aopalliance-1.0.jar
│  ├── c3p0-0.9.1.2.jar
│  ├── cglib-nodep-2.2.jar
│  ├── classes.jar
│  ├── commons-collections-3.1.jar
│  ├── commons-logging-1.1.1.jar
│  ├── hibernate-annotations-3.5.6-Final.jar
│  ├── hibernate-c3p0-3.5.6-Final.jar
│  ├── hibernate-commons-annotations-3.2.0.Final.jar
│  ├── hibernate-core-3.5.6-Final.jar
│  ├── hibernate-jpa-2.0-api-1.0.0.Final.jar
│  ├── javassist-3.8.0.GA.jar
│  ├── jta-1.1.jar
│  ├── spring-aop-2.5.jar
│  ├── spring-asm-3.1.2.RELEASE.jar
│  ├── spring-beans-3.1.2.RELEASE.jar
│  ├── spring-context-3.1.2.RELEASE.jar
│  ├── spring-core-3.1.2.RELEASE.jar
│  ├── spring-expression-3.1.2.RELEASE.jar
│  ├── spring-jdbc-3.1.2.RELEASE.jar
│  ├── spring-orm-3.1.2.RELEASE.jar
│  └── spring-tx-3.1.2.RELEASE.jar
└── licenses.xml