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

IllegalArgumentException : Cannot relativize '...' relatively to ...' for artifacts stored outside of the workspace

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: Minor Minor
    • pipeline-maven-plugin
    • None
    • Plugin version 3.2.1

      Have Jenkins installed in Docker jenkinsci/jenkins image.

      https://gist.github.com/cyrille-leclerc/0db4a2de4bd2cb4f9ddc940fa0b5fb1a

      ERROR: [withMaven] artifactsPublisher - WARNING: Exception archiving and fingerprinting MavenArtifact{com.unboundid.directory.testtools:maven-image-unpacker:pom:0.6-SNAPSHOT(version: 0.6-SNAPSHOT, snapshot:false)  /tmp/copy-maven-archive/pom.xml}, skip archiving of the artifacts
      java.lang.IllegalArgumentException: Cannot relativize '/tmp/copy-maven-archive/pom.xml' relatively to '/var/jenkins_home/workspace/ETAH'
      	at org.jenkinsci.plugins.pipeline.maven.util.XmlUtils.getPathInWorkspace(XmlUtils.java:319)
      	at org.jenkinsci.plugins.pipeline.maven.publishers.GeneratedArtifactsPublisher.process(GeneratedArtifactsPublisher.java:80)
      	at org.jenkinsci.plugins.pipeline.maven.MavenSpyLogProcessor.processMavenSpyLogs(MavenSpyLogProcessor.java:114)
      	at org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution$WorkspaceCleanupCallback.finished(WithMavenStepExecution.java:1015)
      	at org.jenkinsci.plugins.workflow.steps.BodyExecutionCallback$TailCall.onFailure(BodyExecutionCallback.java:124)
      	at org.jenkinsci.plugins.workflow.cps.CpsBodyExecution$FailureAdapter.receive(CpsBodyExecution.java:351)
      	at com.cloudbees.groovy.cps.impl.ThrowBlock$1.receive(ThrowBlock.java:68)
      	at com.cloudbees.groovy.cps.impl.ConstantBlock.eval(ConstantBlock.java:21)
      	at com.cloudbees.groovy.cps.Next.step(Next.java:83)
      	at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:174)
      	at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:163)
      	at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:122)
      	at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:261)
      	at com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:163)
      	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:19)
      	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable$1.call(SandboxContinuable.java:35)
      	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable$1.call(SandboxContinuable.java:32)
      	at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.GroovySandbox.runInSandbox(GroovySandbox.java:108)
      	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:32)
      	at org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:174)
      	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:331)
      	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.access$200(CpsThreadGroup.java:82)
      	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:243)
      	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:231)
      	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:131)
      	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:1149)
      	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
      	at java.lang.Thread.run(Thread.java:748)
      

       

          [JENKINS-49413] IllegalArgumentException : Cannot relativize '...' relatively to ...' for artifacts stored outside of the workspace

          javydreamercsw created issue -

          Seems similar but is marked as fixed on version 3.0.0.

          javydreamercsw added a comment - Seems similar but is marked as fixed on version 3.0.0.
          javydreamercsw made changes -
          Link New: This issue is related to JENKINS-46084 [ JENKINS-46084 ]
          Cyrille Le Clerc made changes -
          Assignee Original: Alvaro Lobato [ alobato ] New: Cyrille Le Clerc [ cleclerc ]

          javydreamercsw

          The file "pom.xml" is seen by the Maven build as located in /tmp/copy-maven-archive/pom.xml and Jenkins thinks that the workspace of the build is located under /var/jenkins_home/workspace/ETAH .

          Can you please add the following details so that we can understand this difference:

          • Full build logs, Jenkinsfile / pipeline-script and pom.xml. Please sanitized and remove confidential data.
          • The build seem to run on the master itself instead of running on a build agent, is this correct?
          • Do you use symlinks to locate the build agent workspace or the Jenkins installation?
          • Do you run the master in Docker? Is Docker involved in the build?

          Cyrille Le Clerc added a comment - javydreamercsw The file "pom.xml" is seen by the Maven build as located in /tmp/copy-maven-archive/pom.xml and Jenkins thinks that the workspace of the build is located under /var/jenkins_home/workspace/ETAH . Can you please add the following details so that we can understand this difference: Full build logs, Jenkinsfile / pipeline-script and pom.xml. Please sanitized and remove confidential data. The build seem to run on the master itself instead of running on a build agent, is this correct? Do you use symlinks to locate the build agent workspace or the Jenkins installation? Do you run the master in Docker? Is Docker involved in the build?
          Cyrille Le Clerc made changes -
          Status Original: Open [ 1 ] New: In Progress [ 3 ]

          Here's the sanitized pipeline script:

           

          pipeline {
           agent any
           
           environment {
           JAVA6_HOME = tool 'JDK6'
           JAVA7_HOME = tool 'JDK8'
           JAVA8_HOME = tool 'JDK8'
           JAVA_HOME = tool 'JDK8'
           M2_HOME = tool 'M3'
           M2_SETTING = '9c4e4247-9cc2-4391-8ffc-fe21d5caabe8'
           }
          stages {
           stage('Display Environment') {
           steps {
           sh 'printenv'
           }
           }
           stage('Preparation') { // for display purposes
           steps {
           // Get some code from a SVN repository
           checkout([$class: 'SubversionSCM', additionalCredentials: [], 
           excludedCommitMessages: '', excludedRegions: '', excludedRevprop: '', 
           excludedUsers: '', filterChangelog: false, ignoreDirPropChanges: false, 
           includedRegions: '', locations: [[credentialsId: 'SVN', 
           depthOption: 'infinity', ignoreExternalsOption: true, local: '.', 
           remote: 'https://someurl/project/trunk']], 
           quietOperation: true, workspaceUpdater: [$class: 'UpdateUpdater']])
           }
           }
           stage('Build') {
           steps {
           // Run the maven build
           withMaven(
           // Maven installation declared in the Jenkins "Global Tool Configuration"
           maven: 'M3',
           // Maven settings.xml file defined with the Jenkins Config File Provider Plugin
           // Maven settings and global settings can also be defined in Jenkins Global Tools Configuration
           globalMavenSettingsConfig: env.M2_SETTING) {
           // Run the maven build
           sh "mvn clean install -Dmaven.test.skip=true"
           }
           }
           }
           stage('Test') {
           steps {
           // Run the maven build
           withMaven(
           // Maven installation declared in the Jenkins "Global Tool Configuration"
           maven: 'M3',
           // Maven settings.xml file defined with the Jenkins Config File Provider Plugin
           // Maven settings and global settings can also be defined in Jenkins Global Tools Configuration
           globalMavenSettingsConfig: env.M2_SETTING) {
           // Run the test
           sh "mvn test"
           }
           }
           }
           stage('Results') {
           steps {
           junit '**/target/surefire-reports/TEST-*.xml'
           archive 'target/*.jar'
           }
           }
           }
          }
          

           

           

          javydreamercsw added a comment - Here's the sanitized pipeline script:   pipeline { agent any environment { JAVA6_HOME = tool 'JDK6' JAVA7_HOME = tool 'JDK8' JAVA8_HOME = tool 'JDK8' JAVA_HOME = tool 'JDK8' M2_HOME = tool 'M3' M2_SETTING = '9c4e4247-9cc2-4391-8ffc-fe21d5caabe8' } stages { stage( 'Display Environment' ) { steps { sh 'printenv' } } stage( 'Preparation' ) { // for display purposes steps { // Get some code from a SVN repository checkout([$class: 'SubversionSCM' , additionalCredentials: [], excludedCommitMessages: '', excludedRegions: ' ', excludedRevprop: ' ', excludedUsers: '', filterChangelog: false , ignoreDirPropChanges: false , includedRegions: '', locations: [[credentialsId: ' SVN', depthOption: 'infinity' , ignoreExternalsOption: true , local: '.' , remote: 'https: //someurl/project/trunk' ]], quietOperation: true , workspaceUpdater: [$class: 'UpdateUpdater' ]]) } } stage( 'Build' ) { steps { // Run the maven build withMaven( // Maven installation declared in the Jenkins "Global Tool Configuration" maven: 'M3' , // Maven settings.xml file defined with the Jenkins Config File Provider Plugin // Maven settings and global settings can also be defined in Jenkins Global Tools Configuration globalMavenSettingsConfig: env.M2_SETTING) { // Run the maven build sh "mvn clean install -Dmaven.test.skip= true " } } } stage( 'Test' ) { steps { // Run the maven build withMaven( // Maven installation declared in the Jenkins "Global Tool Configuration" maven: 'M3' , // Maven settings.xml file defined with the Jenkins Config File Provider Plugin // Maven settings and global settings can also be defined in Jenkins Global Tools Configuration globalMavenSettingsConfig: env.M2_SETTING) { // Run the test sh "mvn test" } } } stage( 'Results' ) { steps { junit '**/target/surefire-reports/TEST-*.xml' archive 'target/*.jar' } } } }    

          Build log (sanitized):

          Running in Durability level: MAX_SURVIVABILITY
          
          [Pipeline] node
          
          Running on Jenkins in /var/jenkins_home/workspace/project
          
          [Pipeline] {
          
          [Pipeline] tool
          
          [Pipeline] tool
          
          [Pipeline] tool
          
          [Pipeline] tool
          
          [Pipeline] tool
          
          [Pipeline] withEnv
          
          [Pipeline] {
          
          [Pipeline] stage
          
          [Pipeline] { (Display Environment)
          
          [Pipeline] sh
          
          [project] Running shell script
          
          + printenv
          
          Output removed…
          
          [Pipeline] }
          
          [Pipeline] // stage
          
          [Pipeline] stage
          
          [Pipeline] { (Preparation)
          
          [Pipeline] checkout
          
          Updating repo URL at revision '2018-02-06T20:18:14.890 +0000' --quiet
          
          Using sole credentials ****** in realm QA’
          
          At revision 5584
          
          
          
          No changes for XXX since the previous build
          
          [Pipeline] }
          
          [Pipeline] // stage
          
          [Pipeline] stage
          
          [Pipeline] { (Build)
          
          [Pipeline] withMaven
          
          [withMaven] Options: []
          
          [withMaven] Available options:
          
          [withMaven] using JDK installation provided by the build agent
          
          [withMaven] using Maven global settings.xml '9c4e4247-9cc2-4391-8ffc-fe21d5caabe8' with NO Maven servers credentials provided by Jenkins
          
          [withMaven] using Maven installation 'M3'
          
          [Pipeline] {
          
          [Pipeline] sh
          
          [project] Running shell script
          
          + mvn clean install -Dmaven.test.skip=true
          
          ----- withMaven Wrapper script -----
          
          Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/var/jenkins_home/workspace/project@tmp/withMaven278e7fe3/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/var/jenkins_home/workspace/project@tmp/withMaven278e7fe3"
          
          Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T07:58:13Z)
          
          Maven home: /var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/M3
          
          Java version: 1.8.0_162, vendor: Oracle Corporation
          
          Java home: /var/jenkins_home/tools/hudson.model.JDK/JDK8/jre
          
          Default locale: en, platform encoding: UTF-8
          
          OS name: "linux", version: "4.9.60-linuxkit-aufs", arch: "amd64", family: "unix"
          
          [INFO] [jenkins-event-spy] Generate /var/jenkins_home/workspace/project@tmp/withMaven278e7fe3/maven-spy-20180206-201828-2793946359766622913028.log.tmp ...
          
          [INFO] Scanning for projects...
          
          [INFO]
          
          [INFO] ------------------------------------------------------------------------
          
          [INFO] Building Project Tests 3.0-SNAPSHOT
          
          [INFO] ------------------------------------------------------------------------
          
          [INFO]
          
          [INFO] --- project-maven-plugin:1.1:kill-servers (default) @ project ---
          
          Test progress output also available in
          
            /tmp/test.log
          
          Running command: cmdarray=[jps]
          
          Command exit code:  0.  Took 169 ms.
          
          Running command: cmdarray=[jps]
          
          Command exit code:  0.  Took 146 ms.
          
          [INFO]
          
          [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
          
          [INFO] Deleting /var/jenkins_home/workspace/project/target
          
          [INFO]
          
          [INFO] --- maven-dependency-plugin:2.10:properties (default) @ project ---
          
          [INFO]
          
          [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ project ---
          
          [INFO] Using 'UTF-8' encoding to copy filtered resources.
          
          [INFO] Copying 0 resource
          
          [INFO]
          
          [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ project ---
          
          [INFO] Changes detected - recompiling the module!
          
          [INFO] Compiling 6 source files to /var/jenkins_home/workspace/project/target/classes
          
          [INFO]
          
          [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ project ---
          
          [INFO] Not copying test resources
          
          [INFO]
          
          [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ project ---
          
          [INFO] Not compiling test sources
          
          [INFO]
          
          [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ project ---
          
          [INFO] Tests are skipped.
          
          [INFO]
          
          [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ project ---
          
          [INFO] Building jar: /var/jenkins_home/workspace/project/target/project-3.0-SNAPSHOT.jar
          
          [INFO]
          
          [INFO] --- maven-install-plugin:2.4:install (default-install) @ project ---
          
          [INFO] Installing /var/jenkins_home/workspace/project/target/project-3.0-SNAPSHOT.jar to /var/jenkins_home/.m2/repository/com/company/qa/project/project/3.0-SNAPSHOT/project-3.0-SNAPSHOT.jar
          
          [INFO] Installing /var/jenkins_home/workspace/project/pom.xml to /var/jenkins_home/.m2/repository/com/company/qa/project/project/3.0-SNAPSHOT/project-3.0-SNAPSHOT.pom
          
          [INFO] ------------------------------------------------------------------------
          
          [INFO] BUILD SUCCESS
          
          [INFO] ------------------------------------------------------------------------
          
          [INFO] Total time: 22.683 s
          
          [INFO] Finished at: 2018-02-06T20:18:51Z
          
          [INFO] Final Memory: 32M/159M
          
          [INFO] ------------------------------------------------------------------------
          
          [INFO] [jenkins-event-spy] Generated /var/jenkins_home/workspace/project@tmp/withMaven278e7fe3/maven-spy-20180206-201828-2793946359766622913028.log
          
          [Pipeline] }
          
          [withMaven] artifactsPublisher - Archive artifact pom.xml under com/company/qa/project/project/3.0-SNAPSHOT/project-3.0-SNAPSHOT.pom
          
          [withMaven] artifactsPublisher - Archive artifact target/project-3.0-SNAPSHOT.jar under com/company/qa/project/project/3.0-SNAPSHOT/project-3.0-SNAPSHOT.jar
          
          [withMaven] junitPublisher - Archive test results for Maven artifact com.company.qa.project:project:3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): target/surefire-reports/*.xml
          
          [withMaven] junitPublisher - Jenkins JUnit Attachments Plugin not found, can't publish test attachments.Recording test results
          
          None of the test reports contained any result
          
          [withMaven] openTasksPublisher - Scan Tasks for Maven artifact com.company.qa.project:project:3.0-SNAPSHOT in source directory src/main/java
          
          [TASKS] Scanning folder '/var/jenkins_home/workspace/project' for files matching the pattern 'src/main/java/**/*' - excludes: null
          
          [TASKS] Found 7 files to scan for tasks
          
          [TASKS] Found 0 open tasks.
          
          Skipping warnings blame since pipelines do not have an SCM link.%n
          
          [Pipeline] // withMaven
          
          [Pipeline] }
          
          [Pipeline] // stage
          
          [Pipeline] stage
          
          [Pipeline] { (Test)
          
          [Pipeline] withMaven
          
          [withMaven] Options: []
          
          [withMaven] Available options:
          
          [withMaven] using JDK installation provided by the build agent
          
          [withMaven] using Maven global settings.xml '9c4e4247-9cc2-4391-8ffc-fe21d5caabe8' with NO Maven servers credentials provided by Jenkins
          
          [withMaven] using Maven installation 'M3'
          
          [Pipeline] {
          
          [Pipeline] sh
          
          [project] Running shell script
          
          + mvn test
          
          ----- withMaven Wrapper script -----
          
          Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/var/jenkins_home/workspace/project@tmp/withMaven43028b7c/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/var/jenkins_home/workspace/project@tmp/withMaven43028b7c"
          
          Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T07:58:13Z)
          
          Maven home: /var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/M3
          
          Java version: 1.8.0_162, vendor: Oracle Corporation
          
          Java home: /var/jenkins_home/tools/hudson.model.JDK/JDK8/jre
          
          Default locale: en, platform encoding: UTF-8
          
          OS name: "linux", version: "4.9.60-linuxkit-aufs", arch: "amd64", family: "unix"
          
          [INFO] [jenkins-event-spy] Generate /var/jenkins_home/workspace/project@tmp/withMaven43028b7c/maven-spy-20180206-201855-2883757359665328430601.log.tmp ...
          
          [INFO] Scanning for projects...
          
          [INFO]
          
          [INFO] ------------------------------------------------------------------------
          
          [INFO] Building project Tests 3.0-SNAPSHOT
          
          [INFO] ------------------------------------------------------------------------
          
          [INFO]
          
          [INFO] --- maven-dependency-plugin:2.10:properties (default) @ project ---
          
          [INFO]
          
          [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ project ---
          
          [INFO] Using 'UTF-8' encoding to copy filtered resources.
          
          [INFO] Copying 0 resource
          
          [INFO]
          
          [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ project ---
          
          [INFO] Nothing to compile - all classes are up to date
          
          [INFO]
          
          [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ project ---
          
          [INFO] Using 'UTF-8' encoding to copy filtered resources.
          
          [INFO] Copying 134 resources
          
          [INFO]
          
          [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ project ---
          
          [INFO] Changes detected - recompiling the module!
          
          [INFO] Compiling 139 source files to /var/jenkins_home/workspace/project/target/test-classes
          
          [INFO]
          
          [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ project ---
          
          [INFO] Surefire report directory: /var/jenkins_home/workspace/project/target/surefire-reports
          
          
          
          -------------------------------------------------------
          
          T E S T S
          
          -------------------------------------------------------
          
          Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/var/jenkins_home/workspace/project@tmp/withMaven43028b7c/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/var/jenkins_home/workspace/project@tmp/withMaven43028b7c"
          
          Running TestSuite
          
          Configuring TestNG with: TestNGMapConfigurator
          
          [Pipeline] }
          
          ERROR: [withMaven] artifactsPublisher - WARNING: Exception archiving and fingerprinting MavenArtifact{com.company.directory.testtools:maven-image-unpacker:pom:0.6-SNAPSHOT(version: 0.6-SNAPSHOT, snapshot:false)  /tmp/copy-maven-archive/pom.xml}, skip archiving of the artifacts
          
          java.lang.IllegalArgumentException: Cannot relativize '/tmp/copy-maven-archive/pom.xml' relatively to '/var/jenkins_home/workspace/project'
          
          at org.jenkinsci.plugins.pipeline.maven.util.XmlUtils.getPathInWorkspace(XmlUtils.java:319)
          
          at org.jenkinsci.plugins.pipeline.maven.publishers.GeneratedArtifactsPublisher.process(GeneratedArtifactsPublisher.java:80)
          
          at org.jenkinsci.plugins.pipeline.maven.MavenSpyLogProcessor.processMavenSpyLogs(MavenSpyLogProcessor.java:114)
          
          at org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution$WorkspaceCleanupCallback.finished(WithMavenStepExecution.java:1015)
          
          at org.jenkinsci.plugins.workflow.steps.BodyExecutionCallback$TailCall.onFailure(BodyExecutionCallback.java:124)
          
          at org.jenkinsci.plugins.workflow.cps.CpsBodyExecution$FailureAdapter.receive(CpsBodyExecution.java:351)
          
          at com.cloudbees.groovy.cps.impl.ThrowBlock$1.receive(ThrowBlock.java:68)
          
          at com.cloudbees.groovy.cps.impl.ConstantBlock.eval(ConstantBlock.java:21)
          
          at com.cloudbees.groovy.cps.Next.step(Next.java:83)
          
          at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:174)
          
          at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:163)
          
          at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:122)
          
          at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:261)
          
          at com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:163)
          
          at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:19)
          
          at org.jenkinsci.plugins.workflow.cps.SandboxContinuable$1.call(SandboxContinuable.java:35)
          
          at org.jenkinsci.plugins.workflow.cps.SandboxContinuable$1.call(SandboxContinuable.java:32)
          
          at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.GroovySandbox.runInSandbox(GroovySandbox.java:108)
          
          at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:32)
          
          at org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:174)
          
          at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:331)
          
          at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.access$200(CpsThreadGroup.java:82)
          
          at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:243)
          
          at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:231)
          
          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:131)
          
          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:1149)
          
          at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
          
          at java.lang.Thread.run(Thread.java:748)
          
          ERROR: [withMaven] WARNING Exception executing Maven reporter 'Open Task Scanner Publisher' / org.jenkinsci.plugins.pipeline.maven.publishers.TasksScannerPublisher. Please report a bug associated for the component 'pipeline-maven-plugin' at https://issues.jenkins-ci.org
          
          java.lang.IllegalArgumentException: Cannot relativize '/tmp/copy-maven-archive/src/main/java' relatively to '/var/jenkins_home/workspace/project'
          
          at org.jenkinsci.plugins.pipeline.maven.util.XmlUtils.getPathInWorkspace(XmlUtils.java:319)
          
          at org.jenkinsci.plugins.pipeline.maven.publishers.TasksScannerPublisher.process(TasksScannerPublisher.java:136)
          
          at org.jenkinsci.plugins.pipeline.maven.MavenSpyLogProcessor.processMavenSpyLogs(MavenSpyLogProcessor.java:114)
          
          at org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution$WorkspaceCleanupCallback.finished(WithMavenStepExecution.java:1015)
          
          at org.jenkinsci.plugins.workflow.steps.BodyExecutionCallback$TailCall.onFailure(BodyExecutionCallback.java:124)
          
          at org.jenkinsci.plugins.workflow.cps.CpsBodyExecution$FailureAdapter.receive(CpsBodyExecution.java:351)
          
          at com.cloudbees.groovy.cps.impl.ThrowBlock$1.receive(ThrowBlock.java:68)
          
          at com.cloudbees.groovy.cps.impl.ConstantBlock.eval(ConstantBlock.java:21)
          
          at com.cloudbees.groovy.cps.Next.step(Next.java:83)
          
          at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:174)
          
          at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:163)
          
          at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:122)
          
          at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:261)
          
          at com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:163)
          
          at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:19)
          
          at org.jenkinsci.plugins.workflow.cps.SandboxContinuable$1.call(SandboxContinuable.java:35)
          
          at org.jenkinsci.plugins.workflow.cps.SandboxContinuable$1.call(SandboxContinuable.java:32)
          
          at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.GroovySandbox.runInSandbox(GroovySandbox.java:108)
          
          at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:32)
          
          at org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:174)
          
          at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:331)
          
          at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.access$200(CpsThreadGroup.java:82)
          
          at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:243)
          
          at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:231)
          
          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:131)
          
          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:1149)
          
          at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
          
          at java.lang.Thread.run(Thread.java:748)
          
          ERROR: [withMaven] artifactsPublisher - WARNING: Exception archiving and fingerprinting MavenArtifact{com.company.directory.testtools:maven-image-unpacker:pom:0.6-SNAPSHOT(version: 0.6-SNAPSHOT, snapshot:false)  /tmp/copy-maven-archive/pom.xml}, skip archiving of the artifacts
          
          java.lang.IllegalArgumentException: Cannot relativize '/tmp/copy-maven-archive/pom.xml' relatively to '/var/jenkins_home/workspace/project'
          
          at org.jenkinsci.plugins.pipeline.maven.util.XmlUtils.getPathInWorkspace(XmlUtils.java:319)
          
          at org.jenkinsci.plugins.pipeline.maven.publishers.GeneratedArtifactsPublisher.process(GeneratedArtifactsPublisher.java:80)
          
          at org.jenkinsci.plugins.pipeline.maven.MavenSpyLogProcessor.processMavenSpyLogs(MavenSpyLogProcessor.java:114)
          
          at org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution$WorkspaceCleanupCallback.finished(WithMavenStepExecution.java:1015)
          
          at org.jenkinsci.plugins.workflow.steps.BodyExecutionCallback$TailCall.onFailure(BodyExecutionCallback.java:124)
          
          at org.jenkinsci.plugins.workflow.cps.CpsBodyExecution$FailureAdapter.receive(CpsBodyExecution.java:351)
          
          at com.cloudbees.groovy.cps.impl.ThrowBlock$1.receive(ThrowBlock.java:68)
          
          at com.cloudbees.groovy.cps.impl.ConstantBlock.eval(ConstantBlock.java:21)
          
          at com.cloudbees.groovy.cps.Next.step(Next.java:83)
          
          at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:174)
          
          at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:163)
          
          at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:122)
          
          at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:261)
          
          at com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:163)
          
          at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:19)
          
          at org.jenkinsci.plugins.workflow.cps.SandboxContinuable$1.call(SandboxContinuable.java:35)
          
          at org.jenkinsci.plugins.workflow.cps.SandboxContinuable$1.call(SandboxContinuable.java:32)
          
          at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.GroovySandbox.runInSandbox(GroovySandbox.java:108)
          
          at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:32)
          
          at org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:174)
          
          at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:331)
          
          at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.access$200(CpsThreadGroup.java:82)
          
          at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:243)
          
          at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:231)
          
          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:131)
          
          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:1149)
          
          at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
          
          at java.lang.Thread.run(Thread.java:748)
          
          ERROR: [withMaven] WARNING Exception executing Maven reporter 'Open Task Scanner Publisher' / org.jenkinsci.plugins.pipeline.maven.publishers.TasksScannerPublisher. Please report a bug associated for the component 'pipeline-maven-plugin' at https://issues.jenkins-ci.org
          
          java.lang.IllegalArgumentException: Cannot relativize '/tmp/copy-maven-archive/src/main/java' relatively to '/var/jenkins_home/workspace/project'
          
          at org.jenkinsci.plugins.pipeline.maven.util.XmlUtils.getPathInWorkspace(XmlUtils.java:319)
          
          at org.jenkinsci.plugins.pipeline.maven.publishers.TasksScannerPublisher.process(TasksScannerPublisher.java:136)
          
          at org.jenkinsci.plugins.pipeline.maven.MavenSpyLogProcessor.processMavenSpyLogs(MavenSpyLogProcessor.java:114)
          
          at org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution$WorkspaceCleanupCallback.finished(WithMavenStepExecution.java:1015)
          
          at org.jenkinsci.plugins.workflow.steps.BodyExecutionCallback$TailCall.onFailure(BodyExecutionCallback.java:124)
          
          at org.jenkinsci.plugins.workflow.cps.CpsBodyExecution$FailureAdapter.receive(CpsBodyExecution.java:351)
          
          at com.cloudbees.groovy.cps.impl.ThrowBlock$1.receive(ThrowBlock.java:68)
          
          at com.cloudbees.groovy.cps.impl.ConstantBlock.eval(ConstantBlock.java:21)
          
          at com.cloudbees.groovy.cps.Next.step(Next.java:83)
          
          at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:174)
          
          at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:163)
          
          at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:122)
          
          at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:261)
          
          at com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:163)
          
          at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:19)
          
          at org.jenkinsci.plugins.workflow.cps.SandboxContinuable$1.call(SandboxContinuable.java:35)
          
          at org.jenkinsci.plugins.workflow.cps.SandboxContinuable$1.call(SandboxContinuable.java:32)
          
          at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.GroovySandbox.runInSandbox(GroovySandbox.java:108)
          
          at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:32)
          
          at org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:174)
          
          at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:331)
          
          at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.access$200(CpsThreadGroup.java:82)
          
          at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:243)
          
          at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:231)
          
          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:131)
          
          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:1149)
          
          at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
          
          at java.lang.Thread.run(Thread.java:748)
          
          [withMaven] One or multiple Maven executions have been ignored by the Jenkins Pipeline Maven Plugin because they have been interrupted before completion (1). See Pipeline Maven Plugin FAQ for more details.
          
          [Pipeline] // withMaven
          
          [Pipeline] }
          
          [Pipeline] // stage
          
          [Pipeline] stage
          
          [Pipeline] { (Results)
          
          Stage 'Results' skipped due to earlier failure(s)
          
          [Pipeline] }
          
          [Pipeline] // stage
          
          [Pipeline] }
          
          [Pipeline] // withEnv
          
          [Pipeline] }
          
          [Pipeline] // node
          
          [Pipeline] End of Pipeline
          
          ERROR: script returned exit code -1
          
          Finished: FAILURE
          

          javydreamercsw added a comment - Build log (sanitized): Running in Durability level: MAX_SURVIVABILITY [Pipeline] node Running on Jenkins in / var /jenkins_home/workspace/project [Pipeline] { [Pipeline] tool [Pipeline] tool [Pipeline] tool [Pipeline] tool [Pipeline] tool [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Display Environment) [Pipeline] sh [project] Running shell script + printenv Output removed… [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Preparation) [Pipeline] checkout Updating repo URL at revision '2018-02-06T20:18:14.890 +0000' --quiet Using sole credentials ****** in realm QA’ At revision 5584 No changes for XXX since the previous build [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] withMaven [withMaven] Options: [] [withMaven] Available options: [withMaven] using JDK installation provided by the build agent [withMaven] using Maven global settings.xml '9c4e4247-9cc2-4391-8ffc-fe21d5caabe8' with NO Maven servers credentials provided by Jenkins [withMaven] using Maven installation 'M3' [Pipeline] { [Pipeline] sh [project] Running shell script + mvn clean install -Dmaven.test.skip= true ----- withMaven Wrapper script ----- Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext. class. path= "/ var /jenkins_home/workspace/project@tmp/withMaven278e7fe3/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder= "/ var /jenkins_home/workspace/project@tmp/withMaven278e7fe3" Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T07:58:13Z) Maven home: / var /jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/M3 Java version: 1.8.0_162, vendor: Oracle Corporation Java home: / var /jenkins_home/tools/hudson.model.JDK/JDK8/jre Default locale: en, platform encoding: UTF-8 OS name: "linux" , version: "4.9.60-linuxkit-aufs" , arch: "amd64" , family: "unix" [INFO] [jenkins-event-spy] Generate / var /jenkins_home/workspace/project@tmp/withMaven278e7fe3/maven-spy-20180206-201828-2793946359766622913028.log.tmp ... [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Project Tests 3.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- project-maven-plugin:1.1:kill-servers ( default ) @ project --- Test progress output also available in   /tmp/test.log Running command: cmdarray=[jps] Command exit code:  0.  Took 169 ms. Running command: cmdarray=[jps] Command exit code:  0.  Took 146 ms. [INFO] [INFO] --- maven-clean-plugin:2.5:clean ( default -clean) @ project --- [INFO] Deleting / var /jenkins_home/workspace/project/target [INFO] [INFO] --- maven-dependency-plugin:2.10:properties ( default ) @ project --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources ( default -resources) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:compile ( default -compile) @ project --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to / var /jenkins_home/workspace/project/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources ( default -testResources) @ project --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile ( default -testCompile) @ project --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.17:test ( default -test) @ project --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.4:jar ( default -jar) @ project --- [INFO] Building jar: / var /jenkins_home/workspace/project/target/project-3.0-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.4:install ( default -install) @ project --- [INFO] Installing / var /jenkins_home/workspace/project/target/project-3.0-SNAPSHOT.jar to / var /jenkins_home/.m2/repository/com/company/qa/project/project/3.0-SNAPSHOT/project-3.0-SNAPSHOT.jar [INFO] Installing / var /jenkins_home/workspace/project/pom.xml to / var /jenkins_home/.m2/repository/com/company/qa/project/project/3.0-SNAPSHOT/project-3.0-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 22.683 s [INFO] Finished at: 2018-02-06T20:18:51Z [INFO] Final Memory: 32M/159M [INFO] ------------------------------------------------------------------------ [INFO] [jenkins-event-spy] Generated / var /jenkins_home/workspace/project@tmp/withMaven278e7fe3/maven-spy-20180206-201828-2793946359766622913028.log [Pipeline] } [withMaven] artifactsPublisher - Archive artifact pom.xml under com/company/qa/project/project/3.0-SNAPSHOT/project-3.0-SNAPSHOT.pom [withMaven] artifactsPublisher - Archive artifact target/project-3.0-SNAPSHOT.jar under com/company/qa/project/project/3.0-SNAPSHOT/project-3.0-SNAPSHOT.jar [withMaven] junitPublisher - Archive test results for Maven artifact com.company.qa.project:project:3.0-SNAPSHOT generated by maven-surefire-plugin:test ( default -test): target/surefire-reports/*.xml [withMaven] junitPublisher - Jenkins JUnit Attachments Plugin not found, can't publish test attachments.Recording test results None of the test reports contained any result [withMaven] openTasksPublisher - Scan Tasks for Maven artifact com.company.qa.project:project:3.0-SNAPSHOT in source directory src/main/java [TASKS] Scanning folder '/ var /jenkins_home/workspace/project' for files matching the pattern 'src/main/java /**/ *' - excludes: null [TASKS] Found 7 files to scan for tasks [TASKS] Found 0 open tasks. Skipping warnings blame since pipelines do not have an SCM link.%n [Pipeline] // withMaven [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] withMaven [withMaven] Options: [] [withMaven] Available options: [withMaven] using JDK installation provided by the build agent [withMaven] using Maven global settings.xml '9c4e4247-9cc2-4391-8ffc-fe21d5caabe8' with NO Maven servers credentials provided by Jenkins [withMaven] using Maven installation 'M3' [Pipeline] { [Pipeline] sh [project] Running shell script + mvn test ----- withMaven Wrapper script ----- Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext. class. path= "/ var /jenkins_home/workspace/project@tmp/withMaven43028b7c/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder= "/ var /jenkins_home/workspace/project@tmp/withMaven43028b7c" Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T07:58:13Z) Maven home: / var /jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/M3 Java version: 1.8.0_162, vendor: Oracle Corporation Java home: / var /jenkins_home/tools/hudson.model.JDK/JDK8/jre Default locale: en, platform encoding: UTF-8 OS name: "linux" , version: "4.9.60-linuxkit-aufs" , arch: "amd64" , family: "unix" [INFO] [jenkins-event-spy] Generate / var /jenkins_home/workspace/project@tmp/withMaven43028b7c/maven-spy-20180206-201855-2883757359665328430601.log.tmp ... [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building project Tests 3.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.10:properties ( default ) @ project --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources ( default -resources) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:compile ( default -compile) @ project --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources ( default -testResources) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 134 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile ( default -testCompile) @ project --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 139 source files to / var /jenkins_home/workspace/project/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test ( default -test) @ project --- [INFO] Surefire report directory: / var /jenkins_home/workspace/project/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext. class. path= "/ var /jenkins_home/workspace/project@tmp/withMaven43028b7c/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder= "/ var /jenkins_home/workspace/project@tmp/withMaven43028b7c" Running TestSuite Configuring TestNG with: TestNGMapConfigurator [Pipeline] } ERROR: [withMaven] artifactsPublisher - WARNING: Exception archiving and fingerprinting MavenArtifact{com.company.directory.testtools:maven-image-unpacker:pom:0.6-SNAPSHOT(version: 0.6-SNAPSHOT, snapshot: false )  /tmp/copy-maven-archive/pom.xml}, skip archiving of the artifacts java.lang.IllegalArgumentException: Cannot relativize '/tmp/copy-maven-archive/pom.xml' relatively to '/ var /jenkins_home/workspace/project' at org.jenkinsci.plugins.pipeline.maven.util.XmlUtils.getPathInWorkspace(XmlUtils.java:319) at org.jenkinsci.plugins.pipeline.maven.publishers.GeneratedArtifactsPublisher.process(GeneratedArtifactsPublisher.java:80) at org.jenkinsci.plugins.pipeline.maven.MavenSpyLogProcessor.processMavenSpyLogs(MavenSpyLogProcessor.java:114) at org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution$WorkspaceCleanupCallback.finished(WithMavenStepExecution.java:1015) at org.jenkinsci.plugins.workflow.steps.BodyExecutionCallback$TailCall.onFailure(BodyExecutionCallback.java:124) at org.jenkinsci.plugins.workflow.cps.CpsBodyExecution$FailureAdapter.receive(CpsBodyExecution.java:351) at com.cloudbees.groovy.cps.impl.ThrowBlock$1.receive(ThrowBlock.java:68) at com.cloudbees.groovy.cps.impl.ConstantBlock.eval(ConstantBlock.java:21) at com.cloudbees.groovy.cps.Next.step(Next.java:83) at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:174) at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:163) at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:122) at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:261) at com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:163) at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:19) at org.jenkinsci.plugins.workflow.cps.SandboxContinuable$1.call(SandboxContinuable.java:35) at org.jenkinsci.plugins.workflow.cps.SandboxContinuable$1.call(SandboxContinuable.java:32) at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.GroovySandbox.runInSandbox(GroovySandbox.java:108) at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:32) at org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:174) at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:331) at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.access$200(CpsThreadGroup.java:82) at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:243) at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:231) 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:131) 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:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang. Thread .run( Thread .java:748) ERROR: [withMaven] WARNING Exception executing Maven reporter 'Open Task Scanner Publisher' / org.jenkinsci.plugins.pipeline.maven.publishers.TasksScannerPublisher. Please report a bug associated for the component 'pipeline-maven-plugin' at https: //issues.jenkins-ci.org java.lang.IllegalArgumentException: Cannot relativize '/tmp/copy-maven-archive/src/main/java' relatively to '/ var /jenkins_home/workspace/project' at org.jenkinsci.plugins.pipeline.maven.util.XmlUtils.getPathInWorkspace(XmlUtils.java:319) at org.jenkinsci.plugins.pipeline.maven.publishers.TasksScannerPublisher.process(TasksScannerPublisher.java:136) at org.jenkinsci.plugins.pipeline.maven.MavenSpyLogProcessor.processMavenSpyLogs(MavenSpyLogProcessor.java:114) at org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution$WorkspaceCleanupCallback.finished(WithMavenStepExecution.java:1015) at org.jenkinsci.plugins.workflow.steps.BodyExecutionCallback$TailCall.onFailure(BodyExecutionCallback.java:124) at org.jenkinsci.plugins.workflow.cps.CpsBodyExecution$FailureAdapter.receive(CpsBodyExecution.java:351) at com.cloudbees.groovy.cps.impl.ThrowBlock$1.receive(ThrowBlock.java:68) at com.cloudbees.groovy.cps.impl.ConstantBlock.eval(ConstantBlock.java:21) at com.cloudbees.groovy.cps.Next.step(Next.java:83) at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:174) at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:163) at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:122) at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:261) at com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:163) at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:19) at org.jenkinsci.plugins.workflow.cps.SandboxContinuable$1.call(SandboxContinuable.java:35) at org.jenkinsci.plugins.workflow.cps.SandboxContinuable$1.call(SandboxContinuable.java:32) at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.GroovySandbox.runInSandbox(GroovySandbox.java:108) at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:32) at org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:174) at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:331) at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.access$200(CpsThreadGroup.java:82) at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:243) at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:231) 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:131) 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:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang. Thread .run( Thread .java:748) ERROR: [withMaven] artifactsPublisher - WARNING: Exception archiving and fingerprinting MavenArtifact{com.company.directory.testtools:maven-image-unpacker:pom:0.6-SNAPSHOT(version: 0.6-SNAPSHOT, snapshot: false )  /tmp/copy-maven-archive/pom.xml}, skip archiving of the artifacts java.lang.IllegalArgumentException: Cannot relativize '/tmp/copy-maven-archive/pom.xml' relatively to '/ var /jenkins_home/workspace/project' at org.jenkinsci.plugins.pipeline.maven.util.XmlUtils.getPathInWorkspace(XmlUtils.java:319) at org.jenkinsci.plugins.pipeline.maven.publishers.GeneratedArtifactsPublisher.process(GeneratedArtifactsPublisher.java:80) at org.jenkinsci.plugins.pipeline.maven.MavenSpyLogProcessor.processMavenSpyLogs(MavenSpyLogProcessor.java:114) at org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution$WorkspaceCleanupCallback.finished(WithMavenStepExecution.java:1015) at org.jenkinsci.plugins.workflow.steps.BodyExecutionCallback$TailCall.onFailure(BodyExecutionCallback.java:124) at org.jenkinsci.plugins.workflow.cps.CpsBodyExecution$FailureAdapter.receive(CpsBodyExecution.java:351) at com.cloudbees.groovy.cps.impl.ThrowBlock$1.receive(ThrowBlock.java:68) at com.cloudbees.groovy.cps.impl.ConstantBlock.eval(ConstantBlock.java:21) at com.cloudbees.groovy.cps.Next.step(Next.java:83) at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:174) at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:163) at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:122) at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:261) at com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:163) at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:19) at org.jenkinsci.plugins.workflow.cps.SandboxContinuable$1.call(SandboxContinuable.java:35) at org.jenkinsci.plugins.workflow.cps.SandboxContinuable$1.call(SandboxContinuable.java:32) at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.GroovySandbox.runInSandbox(GroovySandbox.java:108) at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:32) at org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:174) at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:331) at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.access$200(CpsThreadGroup.java:82) at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:243) at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:231) 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:131) 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:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang. Thread .run( Thread .java:748) ERROR: [withMaven] WARNING Exception executing Maven reporter 'Open Task Scanner Publisher' / org.jenkinsci.plugins.pipeline.maven.publishers.TasksScannerPublisher. Please report a bug associated for the component 'pipeline-maven-plugin' at https: //issues.jenkins-ci.org java.lang.IllegalArgumentException: Cannot relativize '/tmp/copy-maven-archive/src/main/java' relatively to '/ var /jenkins_home/workspace/project' at org.jenkinsci.plugins.pipeline.maven.util.XmlUtils.getPathInWorkspace(XmlUtils.java:319) at org.jenkinsci.plugins.pipeline.maven.publishers.TasksScannerPublisher.process(TasksScannerPublisher.java:136) at org.jenkinsci.plugins.pipeline.maven.MavenSpyLogProcessor.processMavenSpyLogs(MavenSpyLogProcessor.java:114) at org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution$WorkspaceCleanupCallback.finished(WithMavenStepExecution.java:1015) at org.jenkinsci.plugins.workflow.steps.BodyExecutionCallback$TailCall.onFailure(BodyExecutionCallback.java:124) at org.jenkinsci.plugins.workflow.cps.CpsBodyExecution$FailureAdapter.receive(CpsBodyExecution.java:351) at com.cloudbees.groovy.cps.impl.ThrowBlock$1.receive(ThrowBlock.java:68) at com.cloudbees.groovy.cps.impl.ConstantBlock.eval(ConstantBlock.java:21) at com.cloudbees.groovy.cps.Next.step(Next.java:83) at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:174) at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:163) at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:122) at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:261) at com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:163) at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:19) at org.jenkinsci.plugins.workflow.cps.SandboxContinuable$1.call(SandboxContinuable.java:35) at org.jenkinsci.plugins.workflow.cps.SandboxContinuable$1.call(SandboxContinuable.java:32) at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.GroovySandbox.runInSandbox(GroovySandbox.java:108) at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:32) at org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:174) at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:331) at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.access$200(CpsThreadGroup.java:82) at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:243) at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:231) 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:131) 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:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang. Thread .run( Thread .java:748) [withMaven] One or multiple Maven executions have been ignored by the Jenkins Pipeline Maven Plugin because they have been interrupted before completion (1). See Pipeline Maven Plugin FAQ for more details. [Pipeline] // withMaven [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Results) Stage 'Results' skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: script returned exit code -1 Finished: FAILURE

          Answers to your questions:

          • The build seem to run on the master itself instead of running on a build agent, is this correct? Yes, runs on master.
          • Do you use symlinks to locate the build agent workspace or the Jenkins installation? Not sure, I'm using a Docker container to run the server jenkinsci/jenkins.
          • Do you run the master in Docker? Is Docker involved in the build? Yes, the master runs in Docker. Docker is not involved on the build besides that, but that was the next step, moving the job to different docker instances.

          javydreamercsw added a comment - Answers to your questions: The build seem to run on the master itself instead of running on a build agent, is this correct?  Yes, runs on master. Do you use symlinks to locate the build agent workspace or the Jenkins installation?  Not sure, I'm using a Docker container to run the server jenkinsci/jenkins. Do you run the master in Docker? Is Docker involved in the build?  Yes, the master runs in Docker. Docker is not involved on the build besides that, but that was the next step, moving the job to different docker instances.
          Cyrille Le Clerc made changes -
          Description Original: Have Jenkins installed in Docker jenkinsci/jenkins image.
          {code:java}
          ERROR: [withMaven] artifactsPublisher - WARNING: Exception archiving and fingerprinting MavenArtifact{com.unboundid.directory.testtools:maven-image-unpacker:pom:0.6-SNAPSHOT(version: 0.6-SNAPSHOT, snapshot:false) /tmp/copy-maven-archive/pom.xml}, skip archiving of the artifacts
          java.lang.IllegalArgumentException: Cannot relativize '/tmp/copy-maven-archive/pom.xml' relatively to '/var/jenkins_home/workspace/ETAH'
          at org.jenkinsci.plugins.pipeline.maven.util.XmlUtils.getPathInWorkspace(XmlUtils.java:319)
          at org.jenkinsci.plugins.pipeline.maven.publishers.GeneratedArtifactsPublisher.process(GeneratedArtifactsPublisher.java:80)
          at org.jenkinsci.plugins.pipeline.maven.MavenSpyLogProcessor.processMavenSpyLogs(MavenSpyLogProcessor.java:114)
          at org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution$WorkspaceCleanupCallback.finished(WithMavenStepExecution.java:1015)
          at org.jenkinsci.plugins.workflow.steps.BodyExecutionCallback$TailCall.onFailure(BodyExecutionCallback.java:124)
          at org.jenkinsci.plugins.workflow.cps.CpsBodyExecution$FailureAdapter.receive(CpsBodyExecution.java:351)
          at com.cloudbees.groovy.cps.impl.ThrowBlock$1.receive(ThrowBlock.java:68)
          at com.cloudbees.groovy.cps.impl.ConstantBlock.eval(ConstantBlock.java:21)
          at com.cloudbees.groovy.cps.Next.step(Next.java:83)
          at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:174)
          at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:163)
          at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:122)
          at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:261)
          at com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:163)
          at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:19)
          at org.jenkinsci.plugins.workflow.cps.SandboxContinuable$1.call(SandboxContinuable.java:35)
          at org.jenkinsci.plugins.workflow.cps.SandboxContinuable$1.call(SandboxContinuable.java:32)
          at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.GroovySandbox.runInSandbox(GroovySandbox.java:108)
          at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:32)
          at org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:174)
          at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:331)
          at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.access$200(CpsThreadGroup.java:82)
          at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:243)
          at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:231)
          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:131)
          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:1149)
          at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
          at java.lang.Thread.run(Thread.java:748)
          {code}
           
          New: Have Jenkins installed in Docker jenkinsci/jenkins image.

          https://gist.github.com/cyrille-leclerc/0db4a2de4bd2cb4f9ddc940fa0b5fb1a


          {code:java}
          ERROR: [withMaven] artifactsPublisher - WARNING: Exception archiving and fingerprinting MavenArtifact{com.unboundid.directory.testtools:maven-image-unpacker:pom:0.6-SNAPSHOT(version: 0.6-SNAPSHOT, snapshot:false) /tmp/copy-maven-archive/pom.xml}, skip archiving of the artifacts
          java.lang.IllegalArgumentException: Cannot relativize '/tmp/copy-maven-archive/pom.xml' relatively to '/var/jenkins_home/workspace/ETAH'
          at org.jenkinsci.plugins.pipeline.maven.util.XmlUtils.getPathInWorkspace(XmlUtils.java:319)
          at org.jenkinsci.plugins.pipeline.maven.publishers.GeneratedArtifactsPublisher.process(GeneratedArtifactsPublisher.java:80)
          at org.jenkinsci.plugins.pipeline.maven.MavenSpyLogProcessor.processMavenSpyLogs(MavenSpyLogProcessor.java:114)
          at org.jenkinsci.plugins.pipeline.maven.WithMavenStepExecution$WorkspaceCleanupCallback.finished(WithMavenStepExecution.java:1015)
          at org.jenkinsci.plugins.workflow.steps.BodyExecutionCallback$TailCall.onFailure(BodyExecutionCallback.java:124)
          at org.jenkinsci.plugins.workflow.cps.CpsBodyExecution$FailureAdapter.receive(CpsBodyExecution.java:351)
          at com.cloudbees.groovy.cps.impl.ThrowBlock$1.receive(ThrowBlock.java:68)
          at com.cloudbees.groovy.cps.impl.ConstantBlock.eval(ConstantBlock.java:21)
          at com.cloudbees.groovy.cps.Next.step(Next.java:83)
          at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:174)
          at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:163)
          at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:122)
          at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:261)
          at com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:163)
          at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:19)
          at org.jenkinsci.plugins.workflow.cps.SandboxContinuable$1.call(SandboxContinuable.java:35)
          at org.jenkinsci.plugins.workflow.cps.SandboxContinuable$1.call(SandboxContinuable.java:32)
          at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.GroovySandbox.runInSandbox(GroovySandbox.java:108)
          at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:32)
          at org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:174)
          at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:331)
          at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.access$200(CpsThreadGroup.java:82)
          at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:243)
          at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:231)
          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:131)
          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:1149)
          at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
          at java.lang.Thread.run(Thread.java:748)
          {code}
           

            cleclerc Cyrille Le Clerc
            javydreamercsw javydreamercsw
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: