-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to initialize the RetireJS repo #1394
Comments
One possible workaround is to disable the RetireJS analyzer for now, e.g. in the Maven plugin config:
|
Another one is to change the location of the data directory to the same drive of the temporary directory (Or the other way around). |
I also believe we need to remove the check to see if the analyzer is enabled or not prior to downloading. This behavior is inconsistent with other analyzers (like the NVD) which doesn't have this check. I had to 'enable' the retireJs analyzer in order to perform an updateOnly. Without the analyzer enabled, I received the same "Failed to initialize the RetireJS repo" exception. |
Also been hitting this problem, breaking my builds. I've rolled back to 3.2.1. EDIT: Clarifying my setup: running Jenkins master in a docker container, on a CentOS7 host. Various build nodes around it, I've seen this problem occur on linux (CentOS7) based builds using the DependencyCheck. |
Hi. Is a Jenkins plugin version going to be released for this as well? Thanks |
@javixeneize jenkins plugin 3.3.1 is already released and has this functionality. |
Hi. It is still failing for me on that version [DependencyCheck] OWASP Dependency-Check Plugin v3.3.1 [DependencyCheck] Analyzing Dependencies |
You would need to provide the debug log - and I might recommend opening a new issue. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
When the data directory is in a different path than the temporary directory, the retirejs analyzer fails with "Failed to initialize the RetireJS repo" exception. See https://gist.github.com/bcartolo/d737e07be45a9eb3bfaa4bfcc6cdbdd0
The text was updated successfully, but these errors were encountered: