Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-43617

Pipeline maven error: java.nio.file.InvalidPathException: Illegal char <:>

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • pipeline-maven-plugin
    • None
    • Jenkins 2.54
      Pipeline Maven Plugin 2.0.2

      I am seeing errors building my project:

      ERROR: [withMaven] WARNING Exception processing the logs generated by the Jenkins Maven Event Spy c:\hudson\workspace\overy_hotfix_8.1.1_TCD-8116-DOR4LUKCDPKMU3GGPOTIKGE66IMC66OGWMGJUF4ICKOTKHYHEMPA@tmp\withMavena7214fa3\maven-spy-20170416-200742-168.log, ignore file.  Please report a bug associated for the component 'pipeline-maven-plugin' at https://issues.jenkins-ci.org 
      java.io.IOException: java.util.concurrent.ExecutionException: java.nio.file.InvalidPathException: Illegal char <:> at index 102: c:\hudson\workspace\overy_hotfix_8.1.1_TCD-8116-DOR4LUKCDPKMU3GGPOTIKGE66IMC66OGWMGJUF4ICKOTKHYHEMPA\c:\hudson\workspace\overy_hotfix_8.1.1_TCD-8116-DOR4LUKCDPKMU3GGPOTIKGE66IMC66OGWMGJUF4ICKOTKHYHEMPA\.flattened-pom.xml
      	at hudson.FilePath.copyRecursiveTo(FilePath.java:2198)
      	at jenkins.model.StandardArtifactManager.archive(StandardArtifactManager.java:61)
      	at org.jenkinsci.plugins.pipeline.maven.reporters.GeneratedArtifactsReporter.process(GeneratedArtifactsReporter.java:99)
      	at org.jenkinsci.plugins.pipeline.maven.MavenSpyLogProcessor.processMavenSpyLogs(MavenSpyLogProcessor.java:101)
      	at org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution$Callback.finished(WithMavenStepExecution.java:770)
      	at org.jenkinsci.plugins.workflow.steps.BodyExecutionCallback$TailCall.onSuccess(BodyExecutionCallback.java:114)
      	at org.jenkinsci.plugins.workflow.cps.CpsBodyExecution$SuccessAdapter.receive(CpsBodyExecution.java:362)
      	at com.cloudbees.groovy.cps.Outcome.resumeFrom(Outcome.java:73)
      	at com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:146)
      	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:18)
      	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable$1.call(SandboxContinuable.java:33)
      	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable$1.call(SandboxContinuable.java:30)
      	at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.GroovySandbox.runInSandbox(GroovySandbox.java:108)
      	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:30)
      	at org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:165)
      	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:328)
      	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.access$100(CpsThreadGroup.java:80)
      	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:240)
      	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:228)
      	at org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$2.call(CpsVmExecutorService.java:64)
      	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
      	at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:112)
      	at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
      	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
      	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
      	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
      	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
      	at java.lang.Thread.run(Thread.java:745)
      Caused by: java.util.concurrent.ExecutionException: java.nio.file.InvalidPathException: Illegal char <:> at index 102: c:\hudson\workspace\overy_hotfix_8.1.1_TCD-8116-DOR4LUKCDPKMU3GGPOTIKGE66IMC66OGWMGJUF4ICKOTKHYHEMPA\c:\hudson\workspace\overy_hotfix_8.1.1_TCD-8116-DOR4LUKCDPKMU3GGPOTIKGE66IMC66OGWMGJUF4ICKOTKHYHEMPA\.flattened-pom.xml
      	at hudson.remoting.Channel$2.adapt(Channel.java:862)
      	at hudson.remoting.Channel$2.adapt(Channel.java:857)
      	at hudson.remoting.FutureAdapter.get(FutureAdapter.java:55)
      	at hudson.FilePath.copyRecursiveTo(FilePath.java:2196)
      	... 27 more
      Caused by: java.nio.file.InvalidPathException: Illegal char <:> at index 102: c:\hudson\workspace\overy_hotfix_8.1.1_TCD-8116-DOR4LUKCDPKMU3GGPOTIKGE66IMC66OGWMGJUF4ICKOTKHYHEMPA\c:\hudson\workspace\overy_hotfix_8.1.1_TCD-8116-DOR4LUKCDPKMU3GGPOTIKGE66IMC66OGWMGJUF4ICKOTKHYHEMPA\.flattened-pom.xml
      	at sun.nio.fs.WindowsPathParser.normalize(Unknown Source)
      	at sun.nio.fs.WindowsPathParser.parse(Unknown Source)
      	at sun.nio.fs.WindowsPathParser.parse(Unknown Source)
      	at sun.nio.fs.WindowsPath.parse(Unknown Source)
      	at sun.nio.fs.WindowsFileSystem.getPath(Unknown Source)
      	at java.io.File.toPath(Unknown Source)
      	at hudson.util.io.TarArchiver.visit(TarArchiver.java:105)
      	at hudson.util.DirScanner.scanSingle(DirScanner.java:49)
      	at hudson.FilePath$ExplicitlySpecifiedDirScanner.scan(FilePath.java:2787)
      	at hudson.FilePath.writeToTar(FilePath.java:2234)
      	at hudson.FilePath.access$2100(FilePath.java:195)
      	at hudson.FilePath$45.invoke(FilePath.java:2177)
      	at hudson.FilePath$45.invoke(FilePath.java:2173)
      	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2714)
      	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
      	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
      	at hudson.remoting.Request$2.run(Request.java:336)
      	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
      	at java.util.concurrent.FutureTask.run(Unknown Source)
      	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
      	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
      	at hudson.remoting.Engine$1$1.run(Engine.java:94)
      	at java.lang.Thread.run(Unknown Source)
      	at ......remote call to JNLP4-connect connection from 10.100.101.151/10.100.101.151:25044(Native Method)
      	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
      	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
      	at hudson.remoting.Channel$2.adapt(Channel.java:860)
      	... 30 more
      

      I also see similar errors during the archive artifacts:

      ERROR: [withMaven] WARNING Exception processing the logs generated by the Jenkins Maven Event Spy c:\hudson\workspace\overy_hotfix_8.1.1_TCD-8116-DOR4LUKCDPKMU3GGPOTIKGE66IMC66OGWMGJUF4ICKOTKHYHEMPA@tmp\withMaven75149ef3\maven-spy-20170416-200817-884.log, ignore file.  Please report a bug associated for the component 'pipeline-maven-plugin' at https://issues.jenkins-ci.org 
      java.io.IOException: java.util.concurrent.ExecutionException: java.nio.file.InvalidPathException: Illegal char <:> at index 102: c:\hudson\workspace\overy_hotfix_8.1.1_TCD-8116-DOR4LUKCDPKMU3GGPOTIKGE66IMC66OGWMGJUF4ICKOTKHYHEMPA\c:\hudson\workspace\overy_hotfix_8.1.1_TCD-8116-DOR4LUKCDPKMU3GGPOTIKGE66IMC66OGWMGJUF4ICKOTKHYHEMPA\pom.xml
      	at hudson.FilePath.copyRecursiveTo(FilePath.java:2198)
      	at jenkins.model.StandardArtifactManager.archive(StandardArtifactManager.java:61)
      	at org.jenkinsci.plugins.pipeline.maven.reporters.GeneratedArtifactsReporter.process(GeneratedArtifactsReporter.java:99)
      	at org.jenkinsci.plugins.pipeline.maven.MavenSpyLogProcessor.processMavenSpyLogs(MavenSpyLogProcessor.java:101)
      	at org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution$Callback.finished(WithMavenStepExecution.java:770)
      	at org.jenkinsci.plugins.workflow.steps.BodyExecutionCallback$TailCall.onSuccess(BodyExecutionCallback.java:114)
      	at org.jenkinsci.plugins.workflow.cps.CpsBodyExecution$SuccessAdapter.receive(CpsBodyExecution.java:362)
      	at com.cloudbees.groovy.cps.Outcome.resumeFrom(Outcome.java:73)
      	at com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:146)
      	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:18)
      	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable$1.call(SandboxContinuable.java:33)
      	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable$1.call(SandboxContinuable.java:30)
      	at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.GroovySandbox.runInSandbox(GroovySandbox.java:108)
      	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:30)
      	at org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:165)
      	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:328)
      	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.access$100(CpsThreadGroup.java:80)
      	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:240)
      	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:228)
      	at org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$2.call(CpsVmExecutorService.java:64)
      	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
      	at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:112)
      	at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
      	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
      	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
      	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
      	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
      	at java.lang.Thread.run(Thread.java:745)
      Caused by: java.util.concurrent.ExecutionException: java.nio.file.InvalidPathException: Illegal char <:> at index 102: c:\hudson\workspace\overy_hotfix_8.1.1_TCD-8116-DOR4LUKCDPKMU3GGPOTIKGE66IMC66OGWMGJUF4ICKOTKHYHEMPA\c:\hudson\workspace\overy_hotfix_8.1.1_TCD-8116-DOR4LUKCDPKMU3GGPOTIKGE66IMC66OGWMGJUF4ICKOTKHYHEMPA\pom.xml
      	at hudson.remoting.Channel$2.adapt(Channel.java:862)
      	at hudson.remoting.Channel$2.adapt(Channel.java:857)
      	at hudson.remoting.FutureAdapter.get(FutureAdapter.java:55)
      	at hudson.FilePath.copyRecursiveTo(FilePath.java:2196)
      	... 27 more
      Caused by: java.nio.file.InvalidPathException: Illegal char <:> at index 102: c:\hudson\workspace\overy_hotfix_8.1.1_TCD-8116-DOR4LUKCDPKMU3GGPOTIKGE66IMC66OGWMGJUF4ICKOTKHYHEMPA\c:\hudson\workspace\overy_hotfix_8.1.1_TCD-8116-DOR4LUKCDPKMU3GGPOTIKGE66IMC66OGWMGJUF4ICKOTKHYHEMPA\pom.xml
      	at sun.nio.fs.WindowsPathParser.normalize(Unknown Source)
      	at sun.nio.fs.WindowsPathParser.parse(Unknown Source)
      	at sun.nio.fs.WindowsPathParser.parse(Unknown Source)
      	at sun.nio.fs.WindowsPath.parse(Unknown Source)
      	at sun.nio.fs.WindowsFileSystem.getPath(Unknown Source)
      	at java.io.File.toPath(Unknown Source)
      	at hudson.util.io.TarArchiver.visit(TarArchiver.java:105)
      	at hudson.util.DirScanner.scanSingle(DirScanner.java:49)
      	at hudson.FilePath$ExplicitlySpecifiedDirScanner.scan(FilePath.java:2787)
      	at hudson.FilePath.writeToTar(FilePath.java:2234)
      	at hudson.FilePath.access$2100(FilePath.java:195)
      	at hudson.FilePath$45.invoke(FilePath.java:2177)
      	at hudson.FilePath$45.invoke(FilePath.java:2173)
      	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2714)
      	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
      	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
      	at hudson.remoting.Request$2.run(Request.java:336)
      	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
      	at java.util.concurrent.FutureTask.run(Unknown Source)
      	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
      	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
      	at hudson.remoting.Engine$1$1.run(Engine.java:94)
      	at java.lang.Thread.run(Unknown Source)
      	at ......remote call to JNLP4-connect connection from 10.100.101.151/10.100.101.151:25044(Native Method)
      	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
      	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
      	at hudson.remoting.Channel$2.adapt(Channel.java:860)
      	... 30 more
      

      Clearly the windows path is confusing things.

      My build script looks like this:

      pipeline {
                      agent {
                          label agentLabel
                      }
      
                      stages {
                          stage('Build') {
                              steps {
          withMaven(jdk: 'JDK8', maven: 'MVN3',
                  mavenSettingsConfig: 'org.jenkinsci.plugins.configfiles.maven.MavenSettingsConfig1422003195277') {
                                  bat "mvn -B ${args}"
                              }
                          }
                      }
                  }
              }
      

          [JENKINS-43617] Pipeline maven error: java.nio.file.InvalidPathException: Illegal char <:>

          Ulli Hafner added a comment - - edited

          Is this a problem in core (FilePath)? See JENKINS-43531.

          Ulli Hafner added a comment - - edited Is this a problem in core (FilePath)? See JENKINS-43531 .

          Jesse Glick added a comment -

          Possibly caused by stephenconnolly’s recent changes from FileInputStream / FileOutputStream.

          Jesse Glick added a comment - Possibly caused by stephenconnolly ’s recent changes from FileInputStream / FileOutputStream .

          Thanks drulli and jglick, I didn't understand how the plugin could have this problem and I failed to reproduce so far (failed to reproduce on core 1.x and 2.7). I'll monitor JENKINS-43531

          Cyrille Le Clerc added a comment - Thanks drulli and jglick , I didn't understand how the plugin could have this problem and I failed to reproduce so far (failed to reproduce on core 1.x and 2.7). I'll monitor JENKINS-43531

          Code changed in jenkins
          User: Cyrille Le Clerc
          Path:
          jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/reporters/GeneratedArtifactsReporter.java
          http://jenkins-ci.org/commit/pipeline-maven-plugin/ed340aa63fa28ea9068f6b3edae124a2d5842370
          Log:
          JENKINS-43617 better exception message and better logging

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Cyrille Le Clerc Path: jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/reporters/GeneratedArtifactsReporter.java http://jenkins-ci.org/commit/pipeline-maven-plugin/ed340aa63fa28ea9068f6b3edae124a2d5842370 Log: JENKINS-43617 better exception message and better logging

          Code changed in jenkins
          User: Cyrille Le Clerc
          Path:
          jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/reporters/GeneratedArtifactsReporter.java
          http://jenkins-ci.org/commit/pipeline-maven-plugin/150d2f60278e56f674e55cf0a3e4f270b1dc602c
          Log:
          Merge pull request #43 from jenkinsci/JENKINS-43617

          JENKINS-43617 better exception message and better logging

          Compare: https://github.com/jenkinsci/pipeline-maven-plugin/compare/84c30718be9a...150d2f60278e

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Cyrille Le Clerc Path: jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/reporters/GeneratedArtifactsReporter.java http://jenkins-ci.org/commit/pipeline-maven-plugin/150d2f60278e56f674e55cf0a3e4f270b1dc602c Log: Merge pull request #43 from jenkinsci/ JENKINS-43617 JENKINS-43617 better exception message and better logging Compare: https://github.com/jenkinsci/pipeline-maven-plugin/compare/84c30718be9a...150d2f60278e

          better exception message added in 2.0.3 to help finding the root cause.

          Cyrille Le Clerc added a comment - better exception message added in 2.0.3 to help finding the root cause.

          Ben Middleton added a comment -

          I upgraded to 2.0.3 of the module, and attempted to enable debugging. However, the log file remains empty afterwards.

          I see:

          ERROR: [withMaven] WARNING Exception archiving Maven build logs c:\hudson\workspace\overy_hotfix_8.1.1_TCD-8116-DOR4LUKCDPKMU3GGPOTIKGE66IMC66OGWMGJUF4ICKOTKHYHEMPA@tmp\withMavenf314170e\maven-spy-20170425-145520-633.log, skip file. 
          java.lang.InterruptedException
          	at java.util.concurrent.FutureTask.awaitDone(FutureTask.java:404)
          	at java.util.concurrent.FutureTask.get(FutureTask.java:191)
          	at hudson.remoting.Request.call(Request.java:158)
          	at hudson.remoting.Channel.call(Channel.java:829)
          	at hudson.FilePath.act(FilePath.java:986)
          	at hudson.FilePath.act(FilePath.java:975)
          	at hudson.FilePath.copyTo(FilePath.java:2014)
          	at hudson.FilePath.copyTo(FilePath.java:1990)
          	at org.jenkinsci.plugins.pipeline.maven.reporters.JenkinsMavenEventSpyLogsReporter.process(JenkinsMavenEventSpyLogsReporter.java:35)
          	at org.jenkinsci.plugins.pipeline.maven.MavenSpyLogProcessor.processMavenSpyLogs(MavenSpyLogProcessor.java:93)
          	at org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution$Callback.finished(WithMavenStepExecution.java:770)
          	at org.jenkinsci.plugins.workflow.steps.BodyExecutionCallback$TailCall.onSuccess(BodyExecutionCallback.java:114)
          	at org.jenkinsci.plugins.workflow.cps.CpsBodyExecution$SuccessAdapter.receive(CpsBodyExecution.java:362)
          	at com.cloudbees.groovy.cps.Outcome.resumeFrom(Outcome.java:73)
          	at com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:146)
          	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:18)
          	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable$1.call(SandboxContinuable.java:33)
          	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable$1.call(SandboxContinuable.java:30)
          	at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.GroovySandbox.runInSandbox(GroovySandbox.java:108)
          	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:30)
          	at org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:165)
          	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:328)
          	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.access$100(CpsThreadGroup.java:80)
          	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:240)
          	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:228)
          	at org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$2.call(CpsVmExecutorService.java:64)
          	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
          	at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:112)
          	at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
          	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
          	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
          	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
          	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
          	at java.lang.Thread.run(Thread.java:745)
          

          And the original issue:

          ERROR: [withMaven] WARNING Exception processing the logs generated by the Jenkins Maven Event Spy c:\hudson\workspace\overy_hotfix_8.1.1_TCD-8116-DOR4LUKCDPKMU3GGPOTIKGE66IMC66OGWMGJUF4ICKOTKHYHEMPA@tmp\withMavenf314170e\maven-spy-20170425-145520-633.log, ignore file.  Please report a bug associated for the component 'pipeline-maven-plugin' at https://issues.jenkins-ci.org 
          java.io.IOException: Exception archiving {com/tridion/cd_discovery/8.1.1-SNAPSHOT/cd_discovery-8.1.1-SNAPSHOT.pom=c:\hudson\workspace\overy_hotfix_8.1.1_TCD-8116-DOR4LUKCDPKMU3GGPOTIKGE66IMC66OGWMGJUF4ICKOTKHYHEMPA\pom.xml, com/tridion/cd_discovery/8.1.1-SNAPSHOT/cd_discovery-8.1.1-SNAPSHOT.jar=c:\hudson\workspace\overy_hotfix_8.1.1_TCD-8116-DOR4LUKCDPKMU3GGPOTIKGE66IMC66OGWMGJUF4ICKOTKHYHEMPA\target\cd_discovery-8.1.1-SNAPSHOT.jar, com/tridion/cd_discovery/8.1.1-SNAPSHOT/cd_discovery-8.1.1-SNAPSHOT-sources.jar=c:\hudson\workspace\overy_hotfix_8.1.1_TCD-8116-DOR4LUKCDPKMU3GGPOTIKGE66IMC66OGWMGJUF4ICKOTKHYHEMPA\target\cd_discovery-8.1.1-SNAPSHOT-sources.jar}
          	at org.jenkinsci.plugins.pipeline.maven.reporters.GeneratedArtifactsReporter.process(GeneratedArtifactsReporter.java:111)
          	at org.jenkinsci.plugins.pipeline.maven.MavenSpyLogProcessor.processMavenSpyLogs(MavenSpyLogProcessor.java:103)
          	at org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution$Callback.finished(WithMavenStepExecution.java:770)
          	at org.jenkinsci.plugins.workflow.steps.BodyExecutionCallback$TailCall.onSuccess(BodyExecutionCallback.java:114)
          	at org.jenkinsci.plugins.workflow.cps.CpsBodyExecution$SuccessAdapter.receive(CpsBodyExecution.java:362)
          	at com.cloudbees.groovy.cps.Outcome.resumeFrom(Outcome.java:73)
          	at com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:146)
          	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:18)
          	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable$1.call(SandboxContinuable.java:33)
          	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable$1.call(SandboxContinuable.java:30)
          	at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.GroovySandbox.runInSandbox(GroovySandbox.java:108)
          	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:30)
          	at org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:165)
          	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:328)
          	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.access$100(CpsThreadGroup.java:80)
          	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:240)
          	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:228)
          	at org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$2.call(CpsVmExecutorService.java:64)
          	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
          	at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:112)
          	at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
          	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
          	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
          	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
          	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
          	at java.lang.Thread.run(Thread.java:745)
          Caused by: java.io.IOException: java.util.concurrent.ExecutionException: java.io.IOException: Error writing to tar file from: c:\hudson\workspace\overy_hotfix_8.1.1_TCD-8116-DOR4LUKCDPKMU3GGPOTIKGE66IMC66OGWMGJUF4ICKOTKHYHEMPA\c:\hudson\workspace\overy_hotfix_8.1.1_TCD-8116-DOR4LUKCDPKMU3GGPOTIKGE66IMC66OGWMGJUF4ICKOTKHYHEMPA\pom.xml
          	at hudson.FilePath.copyRecursiveTo(FilePath.java:2223)
          	at jenkins.model.StandardArtifactManager.archive(StandardArtifactManager.java:61)
          	at org.jenkinsci.plugins.pipeline.maven.reporters.GeneratedArtifactsReporter.process(GeneratedArtifactsReporter.java:109)
          	... 25 more
          Caused by: java.util.concurrent.ExecutionException: java.io.IOException: Error writing to tar file from: c:\hudson\workspace\overy_hotfix_8.1.1_TCD-8116-DOR4LUKCDPKMU3GGPOTIKGE66IMC66OGWMGJUF4ICKOTKHYHEMPA\c:\hudson\workspace\overy_hotfix_8.1.1_TCD-8116-DOR4LUKCDPKMU3GGPOTIKGE66IMC66OGWMGJUF4ICKOTKHYHEMPA\pom.xml
          	at hudson.remoting.Channel$2.adapt(Channel.java:862)
          	at hudson.remoting.Channel$2.adapt(Channel.java:857)
          	at hudson.remoting.FutureAdapter.get(FutureAdapter.java:55)
          	at hudson.FilePath.copyRecursiveTo(FilePath.java:2221)
          	... 27 more
          Caused by: java.io.IOException: Error writing to tar file from: c:\hudson\workspace\overy_hotfix_8.1.1_TCD-8116-DOR4LUKCDPKMU3GGPOTIKGE66IMC66OGWMGJUF4ICKOTKHYHEMPA\c:\hudson\workspace\overy_hotfix_8.1.1_TCD-8116-DOR4LUKCDPKMU3GGPOTIKGE66IMC66OGWMGJUF4ICKOTKHYHEMPA\pom.xml
          	at hudson.util.io.TarArchiver.visit(TarArchiver.java:113)
          	at hudson.util.DirScanner.scanSingle(DirScanner.java:49)
          	at hudson.FilePath$ExplicitlySpecifiedDirScanner.scan(FilePath.java:2812)
          	at hudson.FilePath.writeToTar(FilePath.java:2259)
          	at hudson.FilePath.access$2100(FilePath.java:196)
          	at hudson.FilePath$45.invoke(FilePath.java:2202)
          	at hudson.FilePath$45.invoke(FilePath.java:2198)
          	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2739)
          	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
          	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
          	at hudson.remoting.Request$2.run(Request.java:336)
          	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
          	at java.util.concurrent.FutureTask.run(Unknown Source)
          	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
          	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
          	at hudson.remoting.Engine$1$1.run(Engine.java:94)
          	at java.lang.Thread.run(Unknown Source)
          	at ......remote call to JNLP4-connect connection from 10.100.101.63/10.100.101.63:22402(Native Method)
          	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
          	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
          	at hudson.remoting.Channel$2.adapt(Channel.java:860)
          	... 30 more
          Caused by: java.nio.file.InvalidPathException: Illegal char <:> at index 102: c:\hudson\workspace\overy_hotfix_8.1.1_TCD-8116-DOR4LUKCDPKMU3GGPOTIKGE66IMC66OGWMGJUF4ICKOTKHYHEMPA\c:\hudson\workspace\overy_hotfix_8.1.1_TCD-8116-DOR4LUKCDPKMU3GGPOTIKGE66IMC66OGWMGJUF4ICKOTKHYHEMPA\pom.xml
          	at sun.nio.fs.WindowsPathParser.normalize(Unknown Source)
          	at sun.nio.fs.WindowsPathParser.parse(Unknown Source)
          	at sun.nio.fs.WindowsPathParser.parse(Unknown Source)
          	at sun.nio.fs.WindowsPath.parse(Unknown Source)
          	at sun.nio.fs.WindowsFileSystem.getPath(Unknown Source)
          	at java.io.File.toPath(Unknown Source)
          	at hudson.util.io.TarArchiver.visit(TarArchiver.java:106)
          	at hudson.util.DirScanner.scanSingle(DirScanner.java:49)
          	at hudson.FilePath$ExplicitlySpecifiedDirScanner.scan(FilePath.java:2812)
          	at hudson.FilePath.writeToTar(FilePath.java:2259)
          	at hudson.FilePath.access$2100(FilePath.java:196)
          	at hudson.FilePath$45.invoke(FilePath.java:2202)
          	at hudson.FilePath$45.invoke(FilePath.java:2198)
          	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2739)
          	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
          	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
          	at hudson.remoting.Request$2.run(Request.java:336)
          	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
          	at java.util.concurrent.FutureTask.run(Unknown Source)
          	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
          	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
          	at hudson.remoting.Engine$1$1.run(Engine.java:94)
          	at java.lang.Thread.run(Unknown Source)
          

          Ben Middleton added a comment - I upgraded to 2.0.3 of the module, and attempted to enable debugging. However, the log file remains empty afterwards. I see: ERROR: [withMaven] WARNING Exception archiving Maven build logs c:\hudson\workspace\overy_hotfix_8.1.1_TCD-8116-DOR4LUKCDPKMU3GGPOTIKGE66IMC66OGWMGJUF4ICKOTKHYHEMPA@tmp\withMavenf314170e\maven-spy-20170425-145520-633.log, skip file. java.lang.InterruptedException at java.util.concurrent.FutureTask.awaitDone(FutureTask.java:404) at java.util.concurrent.FutureTask.get(FutureTask.java:191) at hudson.remoting.Request.call(Request.java:158) at hudson.remoting.Channel.call(Channel.java:829) at hudson.FilePath.act(FilePath.java:986) at hudson.FilePath.act(FilePath.java:975) at hudson.FilePath.copyTo(FilePath.java:2014) at hudson.FilePath.copyTo(FilePath.java:1990) at org.jenkinsci.plugins.pipeline.maven.reporters.JenkinsMavenEventSpyLogsReporter.process(JenkinsMavenEventSpyLogsReporter.java:35) at org.jenkinsci.plugins.pipeline.maven.MavenSpyLogProcessor.processMavenSpyLogs(MavenSpyLogProcessor.java:93) at org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution$Callback.finished(WithMavenStepExecution.java:770) at org.jenkinsci.plugins.workflow.steps.BodyExecutionCallback$TailCall.onSuccess(BodyExecutionCallback.java:114) at org.jenkinsci.plugins.workflow.cps.CpsBodyExecution$SuccessAdapter.receive(CpsBodyExecution.java:362) at com.cloudbees.groovy.cps.Outcome.resumeFrom(Outcome.java:73) at com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:146) at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:18) at org.jenkinsci.plugins.workflow.cps.SandboxContinuable$1.call(SandboxContinuable.java:33) at org.jenkinsci.plugins.workflow.cps.SandboxContinuable$1.call(SandboxContinuable.java:30) at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.GroovySandbox.runInSandbox(GroovySandbox.java:108) at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:30) at org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:165) at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:328) at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.access$100(CpsThreadGroup.java:80) at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:240) at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:228) at org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$2.call(CpsVmExecutorService.java:64) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:112) at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang. Thread .run( Thread .java:745) And the original issue: ERROR: [withMaven] WARNING Exception processing the logs generated by the Jenkins Maven Event Spy c:\hudson\workspace\overy_hotfix_8.1.1_TCD-8116-DOR4LUKCDPKMU3GGPOTIKGE66IMC66OGWMGJUF4ICKOTKHYHEMPA@tmp\withMavenf314170e\maven-spy-20170425-145520-633.log, ignore file. Please report a bug associated for the component 'pipeline-maven-plugin' at https: //issues.jenkins-ci.org java.io.IOException: Exception archiving {com/tridion/cd_discovery/8.1.1-SNAPSHOT/cd_discovery-8.1.1-SNAPSHOT.pom=c:\hudson\workspace\overy_hotfix_8.1.1_TCD-8116-DOR4LUKCDPKMU3GGPOTIKGE66IMC66OGWMGJUF4ICKOTKHYHEMPA\pom.xml, com/tridion/cd_discovery/8.1.1-SNAPSHOT/cd_discovery-8.1.1-SNAPSHOT.jar=c:\hudson\workspace\overy_hotfix_8.1.1_TCD-8116-DOR4LUKCDPKMU3GGPOTIKGE66IMC66OGWMGJUF4ICKOTKHYHEMPA\target\cd_discovery-8.1.1-SNAPSHOT.jar, com/tridion/cd_discovery/8.1.1-SNAPSHOT/cd_discovery-8.1.1-SNAPSHOT-sources.jar=c:\hudson\workspace\overy_hotfix_8.1.1_TCD-8116-DOR4LUKCDPKMU3GGPOTIKGE66IMC66OGWMGJUF4ICKOTKHYHEMPA\target\cd_discovery-8.1.1-SNAPSHOT-sources.jar} at org.jenkinsci.plugins.pipeline.maven.reporters.GeneratedArtifactsReporter.process(GeneratedArtifactsReporter.java:111) at org.jenkinsci.plugins.pipeline.maven.MavenSpyLogProcessor.processMavenSpyLogs(MavenSpyLogProcessor.java:103) at org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution$Callback.finished(WithMavenStepExecution.java:770) at org.jenkinsci.plugins.workflow.steps.BodyExecutionCallback$TailCall.onSuccess(BodyExecutionCallback.java:114) at org.jenkinsci.plugins.workflow.cps.CpsBodyExecution$SuccessAdapter.receive(CpsBodyExecution.java:362) at com.cloudbees.groovy.cps.Outcome.resumeFrom(Outcome.java:73) at com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:146) at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:18) at org.jenkinsci.plugins.workflow.cps.SandboxContinuable$1.call(SandboxContinuable.java:33) at org.jenkinsci.plugins.workflow.cps.SandboxContinuable$1.call(SandboxContinuable.java:30) at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.GroovySandbox.runInSandbox(GroovySandbox.java:108) at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:30) at org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:165) at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:328) at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.access$100(CpsThreadGroup.java:80) at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:240) at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:228) at org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$2.call(CpsVmExecutorService.java:64) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:112) at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang. Thread .run( Thread .java:745) Caused by: java.io.IOException: java.util.concurrent.ExecutionException: java.io.IOException: Error writing to tar file from: c:\hudson\workspace\overy_hotfix_8.1.1_TCD-8116-DOR4LUKCDPKMU3GGPOTIKGE66IMC66OGWMGJUF4ICKOTKHYHEMPA\c:\hudson\workspace\overy_hotfix_8.1.1_TCD-8116-DOR4LUKCDPKMU3GGPOTIKGE66IMC66OGWMGJUF4ICKOTKHYHEMPA\pom.xml at hudson.FilePath.copyRecursiveTo(FilePath.java:2223) at jenkins.model.StandardArtifactManager.archive(StandardArtifactManager.java:61) at org.jenkinsci.plugins.pipeline.maven.reporters.GeneratedArtifactsReporter.process(GeneratedArtifactsReporter.java:109) ... 25 more Caused by: java.util.concurrent.ExecutionException: java.io.IOException: Error writing to tar file from: c:\hudson\workspace\overy_hotfix_8.1.1_TCD-8116-DOR4LUKCDPKMU3GGPOTIKGE66IMC66OGWMGJUF4ICKOTKHYHEMPA\c:\hudson\workspace\overy_hotfix_8.1.1_TCD-8116-DOR4LUKCDPKMU3GGPOTIKGE66IMC66OGWMGJUF4ICKOTKHYHEMPA\pom.xml at hudson.remoting.Channel$2.adapt(Channel.java:862) at hudson.remoting.Channel$2.adapt(Channel.java:857) at hudson.remoting.FutureAdapter.get(FutureAdapter.java:55) at hudson.FilePath.copyRecursiveTo(FilePath.java:2221) ... 27 more Caused by: java.io.IOException: Error writing to tar file from: c:\hudson\workspace\overy_hotfix_8.1.1_TCD-8116-DOR4LUKCDPKMU3GGPOTIKGE66IMC66OGWMGJUF4ICKOTKHYHEMPA\c:\hudson\workspace\overy_hotfix_8.1.1_TCD-8116-DOR4LUKCDPKMU3GGPOTIKGE66IMC66OGWMGJUF4ICKOTKHYHEMPA\pom.xml at hudson.util.io.TarArchiver.visit(TarArchiver.java:113) at hudson.util.DirScanner.scanSingle(DirScanner.java:49) at hudson.FilePath$ExplicitlySpecifiedDirScanner.scan(FilePath.java:2812) at hudson.FilePath.writeToTar(FilePath.java:2259) at hudson.FilePath.access$2100(FilePath.java:196) at hudson.FilePath$45.invoke(FilePath.java:2202) at hudson.FilePath$45.invoke(FilePath.java:2198) at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2739) at hudson.remoting.UserRequest.perform(UserRequest.java:153) at hudson.remoting.UserRequest.perform(UserRequest.java:50) at hudson.remoting.Request$2.run(Request.java:336) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at hudson.remoting.Engine$1$1.run(Engine.java:94) at java.lang. Thread .run(Unknown Source) at ......remote call to JNLP4-connect connection from 10.100.101.63/10.100.101.63:22402(Native Method) at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545) at hudson.remoting.UserResponse.retrieve(UserRequest.java:253) at hudson.remoting.Channel$2.adapt(Channel.java:860) ... 30 more Caused by: java.nio.file.InvalidPathException: Illegal char <:> at index 102: c:\hudson\workspace\overy_hotfix_8.1.1_TCD-8116-DOR4LUKCDPKMU3GGPOTIKGE66IMC66OGWMGJUF4ICKOTKHYHEMPA\c:\hudson\workspace\overy_hotfix_8.1.1_TCD-8116-DOR4LUKCDPKMU3GGPOTIKGE66IMC66OGWMGJUF4ICKOTKHYHEMPA\pom.xml at sun.nio.fs.WindowsPathParser.normalize(Unknown Source) at sun.nio.fs.WindowsPathParser.parse(Unknown Source) at sun.nio.fs.WindowsPathParser.parse(Unknown Source) at sun.nio.fs.WindowsPath.parse(Unknown Source) at sun.nio.fs.WindowsFileSystem.getPath(Unknown Source) at java.io.File.toPath(Unknown Source) at hudson.util.io.TarArchiver.visit(TarArchiver.java:106) at hudson.util.DirScanner.scanSingle(DirScanner.java:49) at hudson.FilePath$ExplicitlySpecifiedDirScanner.scan(FilePath.java:2812) at hudson.FilePath.writeToTar(FilePath.java:2259) at hudson.FilePath.access$2100(FilePath.java:196) at hudson.FilePath$45.invoke(FilePath.java:2202) at hudson.FilePath$45.invoke(FilePath.java:2198) at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2739) at hudson.remoting.UserRequest.perform(UserRequest.java:153) at hudson.remoting.UserRequest.perform(UserRequest.java:50) at hudson.remoting.Request$2.run(Request.java:336) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at hudson.remoting.Engine$1$1.run(Engine.java:94) at java.lang. Thread .run(Unknown Source)

          Thanks bengineer, this seem to be a completely different issue, you seem to have faced a communication issue between your master and the build agent, an error that is not related to the plugin.

          Can you give us details about the agent protocol? Did you see error messages in the logs of the master and/or of the agent? can you share with us the build logs + the Jenkins master logs at the time of the problem + the logs of the build agent?

          Could you try to run a build on the master? I unfortunately don't have a windows workstation to test. I test with a windows VM acting as an agent and I faced weird issues.

          Cyrille Le Clerc added a comment - Thanks bengineer , this seem to be a completely different issue, you seem to have faced a communication issue between your master and the build agent, an error that is not related to the plugin. Can you give us details about the agent protocol? Did you see error messages in the logs of the master and/or of the agent? can you share with us the build logs + the Jenkins master logs at the time of the problem + the logs of the build agent? Could you try to run a build on the master? I unfortunately don't have a windows workstation to test. I test with a windows VM acting as an agent and I faced weird issues.

          Cyrille Le Clerc added a comment - WIP  https://github.com/jenkinsci/pipeline-maven-plugin/pull/49

          Please test version the Pipeline Maven Plugin version 2.2.0 and confirm that this bug is fixed.

          https://github.com/jenkinsci/pipeline-maven-plugin/releases/tag/pipeline-maven-parent-2.2.0

          Cyrille Le Clerc added a comment - Please test version the Pipeline Maven Plugin version 2.2.0 and confirm that this bug is fixed. https://github.com/jenkinsci/pipeline-maven-plugin/releases/tag/pipeline-maven-parent-2.2.0

            cleclerc Cyrille Le Clerc
            bengineer Ben Middleton
            Votes:
            2 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: