无法安装ZAP_2.4.2_Core.tar.gz

时间:2015-12-08 14:23:16

标签: jenkins installation owasp zap

这是我在这里的第一篇文章所以请原谅我犯了什么错误。

我尝试在Jenkins中安装ZAProxy插件。

我通过根据网站https://wiki.jenkins-ci.org/display/JENKINS/ZAProxy+Plugin插入值来安装自定义工具插件。

之后我在Jenkins Job中执行ZAProxy:

my job configuration

执行构建后,我看到以下错误:

Perform ZAProxy
Unpacking https://github.com/zaproxy/zaproxy/wiki/Downloads/ZAP_2.4.3_Core.tar.gz to /var/lib/jenkins/tools/com.cloudbees.jenkins.plugins.customtools.CustomTool/ZAProxy_2.4.3 on Jenkins
ERROR: java.io.IOException: Failed to install https://github.com/zaproxy/zaproxy/wiki/Downloads/ZAP_2.4.3_Core.tar.gz to /var/lib/jenkins/tools/com.cloudbees.jenkins.plugins.customtools.CustomTool/ZAProxy_2.4.3
    at hudson.FilePath.installIfNecessaryFrom(FilePath.java:832)
    at hudson.tools.ZipExtractionInstaller.performInstallation(ZipExtractionInstaller.java:79)
    at hudson.tools.InstallerTranslator.getToolHome(InstallerTranslator.java:68)
    at hudson.tools.ToolLocationNodeProperty.getToolHome(ToolLocationNodeProperty.java:108)
    at hudson.tools.ToolInstallation.translateFor(ToolInstallation.java:206)
    at com.cloudbees.jenkins.plugins.customtools.CustomTool.forNode(CustomTool.java:154)
    at com.cloudbees.jenkins.plugins.customtools.CustomTool.forNode(CustomTool.java:59)
    at fr.novia.zaproxyplugin.ZAProxy.retrieveZapHomeWithToolInstall(ZAProxy.java:486)
    at fr.novia.zaproxyplugin.ZAProxy.checkParams(ZAProxy.java:574)
    at fr.novia.zaproxyplugin.ZAProxy.startZAP(ZAProxy.java:613)
    at fr.novia.zaproxyplugin.ZAProxyBuilder.perform(ZAProxyBuilder.java:159)
    at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
    at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:782)
    at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.build(MavenModuleSetBuild.java:919)
    at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:870)
    at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534)
    at hudson.model.Run.execute(Run.java:1738)
    at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
    at hudson.model.ResourceController.execute(ResourceController.java:98)
    at hudson.model.Executor.run(Executor.java:410)
Caused by: java.io.IOException: Failed to unpack https://github.com/zaproxy/zaproxy/wiki/Downloads/ZAP_2.4.3_Core.tar.gz (26 bytes read of total -1)
    at hudson.FilePath.installIfNecessaryFrom(FilePath.java:826)
    ... 19 more
Caused by: java.io.IOException: Failed to extract input stream
    at hudson.FilePath.readFromTar(FilePath.java:2300)
    at hudson.FilePath.access$400(FilePath.java:190)
    at hudson.FilePath$10.invoke(FilePath.java:720)
    at hudson.FilePath$10.invoke(FilePath.java:718)
    at hudson.FilePath.act(FilePath.java:990)
    at hudson.FilePath.act(FilePath.java:968)
    at hudson.FilePath.untarFrom(FilePath.java:718)
    at hudson.FilePath.installIfNecessaryFrom(FilePath.java:824)
    ... 19 more
Caused by: java.io.IOException: incorrect header check
    at com.jcraft.jzlib.InflaterInputStream.read(InflaterInputStream.java:112)
    at org.apache.commons.compress.utils.IOUtils.readFully(IOUtils.java:160)
    at org.apache.commons.compress.utils.IOUtils.readFully(IOUtils.java:134)
    at org.apache.commons.compress.archivers.tar.TarArchiveInputStream.readRecord(TarArchiveInputStream.java:419)
    at org.apache.commons.compress.archivers.tar.TarArchiveInputStream.getRecord(TarArchiveInputStream.java:388)
    at org.apache.commons.compress.archivers.tar.TarArchiveInputStream.getNextTarEntry(TarArchiveInputStream.java:269)
    at hudson.FilePath.readFromTar(FilePath.java:2278)
    ... 26 more

Build step 'Execute ZAProxy' marked build as failure
[DependencyCheck] Collecting Dependency-Check analysis files...
[DependencyCheck] Finding all files that match the pattern dependency-check- report.xml
[DependencyCheck] Parsing 1 file in /var/lib/jenkins/jobs/<project name>_continuous/workspace
[DependencyCheck] Successfully parsed file /var/lib/jenkins/jobs/<project name>_continuous/workspace/dependency-check-report.xml of module <company name> HELP with 0 unique warnings and 0 duplicates.
[DependencyCheck] Computing warning deltas based on reference build #75
[DependencyCheck] Ignore new warnings since this is the first valid build
[DependencyCheck] Plug-in Result: Success - no threshold has been exceeded
Finished: FAILURE

我无法找到有关此错误的任何信息,我确信它可以帮助其他未来必须使用此插件的新手。请帮我。它是我公司的Jenkins所以我必须隐瞒内部信息。我用红色为你透支了它。

1 个答案:

答案 0 :(得分:0)

你从哪里获得该网址?

ZAP 2.4.3核心的正确答案是:https://github.com/zaproxy/zaproxy/releases/download/2.4.3/ZAP_2.4.3_Core.tar.gz