Skip to content

Instantly share code, notes, and snippets.

@jtnord
Last active April 18, 2017 12:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jtnord/3c462cc6448c3faece4d9721e1daddc2 to your computer and use it in GitHub Desktop.
Save jtnord/3c462cc6448c3faece4d9721e1daddc2 to your computer and use it in GitHub Desktop.
withMaven error
Started by user admin
[Pipeline] node
Running on agent in C:\workarea\wars\DELETE_ME\workspace\pipeline
[Pipeline] {
[Pipeline] withMaven
[withMaven] use JDK installation provided by the build agent
[withMaven] use Maven installation 'default'
[Pipeline] {
[Pipeline] git
> git.exe rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git.exe config remote.origin.url https://github.com/jtnord/maven-test-project.git # timeout=10
Fetching upstream changes from https://github.com/jtnord/maven-test-project.git
> git.exe --version # timeout=10
> git.exe fetch --tags --progress https://github.com/jtnord/maven-test-project.git +refs/heads/*:refs/remotes/origin/*
> git.exe rev-parse "refs/remotes/origin/master^{commit}" # timeout=10
> git.exe rev-parse "refs/remotes/origin/origin/master^{commit}" # timeout=10
Checking out Revision 1bf221d54514f350260b16a43d6c675bdad3bca8 (refs/remotes/origin/master)
> git.exe config core.sparsecheckout # timeout=10
> git.exe checkout -f 1bf221d54514f350260b16a43d6c675bdad3bca8
> git.exe branch -a -v --no-abbrev # timeout=10
> git.exe branch -D master # timeout=10
> git.exe checkout -b master 1bf221d54514f350260b16a43d6c675bdad3bca8
[Pipeline] bat
[pipeline] Running batch script
CLINK C:\workarea\wars\DELETE_ME\workspace\pipeline>mvn package
----- withMaven Wrapper script -----
Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T16:41:47+00:00)
Maven home: c:\Java\maven-3.3.9
Java version: 1.8.0_91, vendor: Oracle Corporation
Java home: c:\Java\jdk1.8.0_91\jre
Default locale: en_GB, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "dos"
[jenkins-maven-event-spy] INFO generate C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a\maven-spy-20170418-134847-46.log ...
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] A large multi module test project
[INFO] module-1
[INFO] module-1a
[INFO] module-1b
[INFO] module-1c
[INFO] module-1d
[INFO] module-1e
[INFO] module-2
[INFO] module-2a
[INFO] module-2b
[INFO] module-2c
[INFO] module-2d
[INFO] module-2e
[INFO] module-3
[INFO] module-3a
[INFO] module-3b
[INFO] module-3c
[INFO] module-3d
[INFO] module-3e
[INFO] module-4
[INFO] module-4a
[INFO] module-4b
[INFO] module-4c
[INFO] module-4d
[INFO] module-4e
[INFO] module-5
[INFO] module-5a
[INFO] module-5b
[INFO] module-5c
[INFO] module-5d
[INFO] module-5e
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building A large multi module test project 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ large-multi-module ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ large-multi-module ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] >>> maven-scm-plugin:1.4:validate (validate) > validate @ large-multi-module >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ large-multi-module ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ large-multi-module ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] <<< maven-scm-plugin:1.4:validate (validate) < validate @ large-multi-module <<<
[INFO]
[INFO] --- maven-scm-plugin:1.4:validate (validate) @ large-multi-module ---
[INFO] connectionUrl scm connection string is valid.
[INFO] project.scm.connection scm connection string is valid.
[INFO] project.scm.developerConnection scm connection string is valid.
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building module-1 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-1 ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-1 ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] >>> maven-scm-plugin:1.4:validate (validate) > validate @ module-1 >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-1 ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-1 ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] <<< maven-scm-plugin:1.4:validate (validate) < validate @ module-1 <<<
[INFO]
[INFO] --- maven-scm-plugin:1.4:validate (validate) @ module-1 ---
[INFO] connectionUrl scm connection string is valid.
[INFO] project.scm.connection scm connection string is valid.
[INFO] project.scm.developerConnection scm connection string is valid.
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building module-1a 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-1a ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-1a ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] >>> maven-scm-plugin:1.4:validate (validate) > validate @ module-1a >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-1a ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-1a ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] <<< maven-scm-plugin:1.4:validate (validate) < validate @ module-1a <<<
[INFO]
[INFO] --- maven-scm-plugin:1.4:validate (validate) @ module-1a ---
[INFO] connectionUrl scm connection string is valid.
[INFO] project.scm.connection scm connection string is valid.
[INFO] project.scm.developerConnection scm connection string is valid.
[INFO]
[INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ module-1a ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\workarea\wars\DELETE_ME\workspace\pipeline\module-1\module-1a\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ module-1a ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.3:testResources (default-testResources) @ module-1a ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\workarea\wars\DELETE_ME\workspace\pipeline\module-1\module-1a\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ module-1a ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.4.3:test (default-test) @ module-1a ---
[INFO] Surefire report directory: C:\workarea\wars\DELETE_ME\workspace\pipeline\module-1\module-1a\target\surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jenkinsci.test.Test1a
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Results :
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a\pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a"
[INFO]
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ module-1a ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building module-1b 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-1b ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-1b ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] >>> maven-scm-plugin:1.4:validate (validate) > validate @ module-1b >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-1b ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-1b ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] <<< maven-scm-plugin:1.4:validate (validate) < validate @ module-1b <<<
[INFO]
[INFO] --- maven-scm-plugin:1.4:validate (validate) @ module-1b ---
[INFO] connectionUrl scm connection string is valid.
[INFO] project.scm.connection scm connection string is valid.
[INFO] project.scm.developerConnection scm connection string is valid.
[INFO]
[INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ module-1b ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\workarea\wars\DELETE_ME\workspace\pipeline\module-1\module-1b\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ module-1b ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.3:testResources (default-testResources) @ module-1b ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\workarea\wars\DELETE_ME\workspace\pipeline\module-1\module-1b\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ module-1b ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.4.3:test (default-test) @ module-1b ---
[INFO] Surefire report directory: C:\workarea\wars\DELETE_ME\workspace\pipeline\module-1\module-1b\target\surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jenkinsci.test.Test1b
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
Results :
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a\pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a"
[INFO]
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ module-1b ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building module-1c 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-1c ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-1c ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] >>> maven-scm-plugin:1.4:validate (validate) > validate @ module-1c >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-1c ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-1c ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] <<< maven-scm-plugin:1.4:validate (validate) < validate @ module-1c <<<
[INFO]
[INFO] --- maven-scm-plugin:1.4:validate (validate) @ module-1c ---
[INFO] connectionUrl scm connection string is valid.
[INFO] project.scm.connection scm connection string is valid.
[INFO] project.scm.developerConnection scm connection string is valid.
[INFO]
[INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ module-1c ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\workarea\wars\DELETE_ME\workspace\pipeline\module-1\module-1c\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ module-1c ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.3:testResources (default-testResources) @ module-1c ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\workarea\wars\DELETE_ME\workspace\pipeline\module-1\module-1c\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ module-1c ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.4.3:test (default-test) @ module-1c ---
[INFO] Surefire report directory: C:\workarea\wars\DELETE_ME\workspace\pipeline\module-1\module-1c\target\surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jenkinsci.test.Test1c
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Results :
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a\pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a"
[INFO]
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ module-1c ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building module-1d 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-1d ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-1d ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] >>> maven-scm-plugin:1.4:validate (validate) > validate @ module-1d >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-1d ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-1d ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] <<< maven-scm-plugin:1.4:validate (validate) < validate @ module-1d <<<
[INFO]
[INFO] --- maven-scm-plugin:1.4:validate (validate) @ module-1d ---
[INFO] connectionUrl scm connection string is valid.
[INFO] project.scm.connection scm connection string is valid.
[INFO] project.scm.developerConnection scm connection string is valid.
[INFO]
[INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ module-1d ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\workarea\wars\DELETE_ME\workspace\pipeline\module-1\module-1d\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ module-1d ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.3:testResources (default-testResources) @ module-1d ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\workarea\wars\DELETE_ME\workspace\pipeline\module-1\module-1d\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ module-1d ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.4.3:test (default-test) @ module-1d ---
[INFO] Surefire report directory: C:\workarea\wars\DELETE_ME\workspace\pipeline\module-1\module-1d\target\surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jenkinsci.test.Test1d
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Results :
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a\pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a"
[INFO]
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ module-1d ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building module-1e 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-1e ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-1e ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] >>> maven-scm-plugin:1.4:validate (validate) > validate @ module-1e >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-1e ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-1e ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] <<< maven-scm-plugin:1.4:validate (validate) < validate @ module-1e <<<
[INFO]
[INFO] --- maven-scm-plugin:1.4:validate (validate) @ module-1e ---
[INFO] connectionUrl scm connection string is valid.
[INFO] project.scm.connection scm connection string is valid.
[INFO] project.scm.developerConnection scm connection string is valid.
[INFO]
[INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ module-1e ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\workarea\wars\DELETE_ME\workspace\pipeline\module-1\module-1e\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ module-1e ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.3:testResources (default-testResources) @ module-1e ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\workarea\wars\DELETE_ME\workspace\pipeline\module-1\module-1e\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ module-1e ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.4.3:test (default-test) @ module-1e ---
[INFO] Surefire report directory: C:\workarea\wars\DELETE_ME\workspace\pipeline\module-1\module-1e\target\surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jenkinsci.test.Test1e
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
Results :
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a\pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a"
[INFO]
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ module-1e ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building module-2 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-2 ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-2 ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] >>> maven-scm-plugin:1.4:validate (validate) > validate @ module-2 >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-2 ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-2 ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] <<< maven-scm-plugin:1.4:validate (validate) < validate @ module-2 <<<
[INFO]
[INFO] --- maven-scm-plugin:1.4:validate (validate) @ module-2 ---
[INFO] connectionUrl scm connection string is valid.
[INFO] project.scm.connection scm connection string is valid.
[INFO] project.scm.developerConnection scm connection string is valid.
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building module-2a 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-2a ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-2a ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] >>> maven-scm-plugin:1.4:validate (validate) > validate @ module-2a >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-2a ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-2a ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] <<< maven-scm-plugin:1.4:validate (validate) < validate @ module-2a <<<
[INFO]
[INFO] --- maven-scm-plugin:1.4:validate (validate) @ module-2a ---
[INFO] connectionUrl scm connection string is valid.
[INFO] project.scm.connection scm connection string is valid.
[INFO] project.scm.developerConnection scm connection string is valid.
[INFO]
[INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ module-2a ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\workarea\wars\DELETE_ME\workspace\pipeline\module-2\module-2a\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ module-2a ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.3:testResources (default-testResources) @ module-2a ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\workarea\wars\DELETE_ME\workspace\pipeline\module-2\module-2a\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ module-2a ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.4.3:test (default-test) @ module-2a ---
[INFO] Surefire report directory: C:\workarea\wars\DELETE_ME\workspace\pipeline\module-2\module-2a\target\surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jenkinsci.test.Test2a
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
Results :
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a\pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a"
[INFO]
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ module-2a ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building module-2b 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-2b ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-2b ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] >>> maven-scm-plugin:1.4:validate (validate) > validate @ module-2b >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-2b ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-2b ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] <<< maven-scm-plugin:1.4:validate (validate) < validate @ module-2b <<<
[INFO]
[INFO] --- maven-scm-plugin:1.4:validate (validate) @ module-2b ---
[INFO] connectionUrl scm connection string is valid.
[INFO] project.scm.connection scm connection string is valid.
[INFO] project.scm.developerConnection scm connection string is valid.
[INFO]
[INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ module-2b ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\workarea\wars\DELETE_ME\workspace\pipeline\module-2\module-2b\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ module-2b ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.3:testResources (default-testResources) @ module-2b ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\workarea\wars\DELETE_ME\workspace\pipeline\module-2\module-2b\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ module-2b ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.4.3:test (default-test) @ module-2b ---
[INFO] Surefire report directory: C:\workarea\wars\DELETE_ME\workspace\pipeline\module-2\module-2b\target\surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jenkinsci.test.Test2b
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Results :
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a\pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a"
[INFO]
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ module-2b ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building module-2c 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-2c ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-2c ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] >>> maven-scm-plugin:1.4:validate (validate) > validate @ module-2c >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-2c ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-2c ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] <<< maven-scm-plugin:1.4:validate (validate) < validate @ module-2c <<<
[INFO]
[INFO] --- maven-scm-plugin:1.4:validate (validate) @ module-2c ---
[INFO] connectionUrl scm connection string is valid.
[INFO] project.scm.connection scm connection string is valid.
[INFO] project.scm.developerConnection scm connection string is valid.
[INFO]
[INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ module-2c ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\workarea\wars\DELETE_ME\workspace\pipeline\module-2\module-2c\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ module-2c ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.3:testResources (default-testResources) @ module-2c ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\workarea\wars\DELETE_ME\workspace\pipeline\module-2\module-2c\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ module-2c ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.4.3:test (default-test) @ module-2c ---
[INFO] Surefire report directory: C:\workarea\wars\DELETE_ME\workspace\pipeline\module-2\module-2c\target\surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jenkinsci.test.Test2c
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec
Results :
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a\pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a"
[INFO]
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ module-2c ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building module-2d 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-2d ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-2d ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] >>> maven-scm-plugin:1.4:validate (validate) > validate @ module-2d >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-2d ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-2d ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] <<< maven-scm-plugin:1.4:validate (validate) < validate @ module-2d <<<
[INFO]
[INFO] --- maven-scm-plugin:1.4:validate (validate) @ module-2d ---
[INFO] connectionUrl scm connection string is valid.
[INFO] project.scm.connection scm connection string is valid.
[INFO] project.scm.developerConnection scm connection string is valid.
[INFO]
[INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ module-2d ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\workarea\wars\DELETE_ME\workspace\pipeline\module-2\module-2d\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ module-2d ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.3:testResources (default-testResources) @ module-2d ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\workarea\wars\DELETE_ME\workspace\pipeline\module-2\module-2d\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ module-2d ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.4.3:test (default-test) @ module-2d ---
[INFO] Surefire report directory: C:\workarea\wars\DELETE_ME\workspace\pipeline\module-2\module-2d\target\surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jenkinsci.test.Test2d
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec
Results :
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a\pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a"
[INFO]
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ module-2d ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building module-2e 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-2e ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-2e ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] >>> maven-scm-plugin:1.4:validate (validate) > validate @ module-2e >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-2e ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-2e ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] <<< maven-scm-plugin:1.4:validate (validate) < validate @ module-2e <<<
[INFO]
[INFO] --- maven-scm-plugin:1.4:validate (validate) @ module-2e ---
[INFO] connectionUrl scm connection string is valid.
[INFO] project.scm.connection scm connection string is valid.
[INFO] project.scm.developerConnection scm connection string is valid.
[INFO]
[INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ module-2e ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\workarea\wars\DELETE_ME\workspace\pipeline\module-2\module-2e\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ module-2e ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.3:testResources (default-testResources) @ module-2e ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\workarea\wars\DELETE_ME\workspace\pipeline\module-2\module-2e\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ module-2e ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.4.3:test (default-test) @ module-2e ---
[INFO] Surefire report directory: C:\workarea\wars\DELETE_ME\workspace\pipeline\module-2\module-2e\target\surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jenkinsci.test.Test2e
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Results :
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a\pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a"
[INFO]
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ module-2e ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building module-3 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-3 ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-3 ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] >>> maven-scm-plugin:1.4:validate (validate) > validate @ module-3 >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-3 ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-3 ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] <<< maven-scm-plugin:1.4:validate (validate) < validate @ module-3 <<<
[INFO]
[INFO] --- maven-scm-plugin:1.4:validate (validate) @ module-3 ---
[INFO] connectionUrl scm connection string is valid.
[INFO] project.scm.connection scm connection string is valid.
[INFO] project.scm.developerConnection scm connection string is valid.
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building module-3a 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-3a ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-3a ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] >>> maven-scm-plugin:1.4:validate (validate) > validate @ module-3a >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-3a ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-3a ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] <<< maven-scm-plugin:1.4:validate (validate) < validate @ module-3a <<<
[INFO]
[INFO] --- maven-scm-plugin:1.4:validate (validate) @ module-3a ---
[INFO] connectionUrl scm connection string is valid.
[INFO] project.scm.connection scm connection string is valid.
[INFO] project.scm.developerConnection scm connection string is valid.
[INFO]
[INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ module-3a ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\workarea\wars\DELETE_ME\workspace\pipeline\module-3\module-3a\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ module-3a ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.3:testResources (default-testResources) @ module-3a ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\workarea\wars\DELETE_ME\workspace\pipeline\module-3\module-3a\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ module-3a ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.4.3:test (default-test) @ module-3a ---
[INFO] Surefire report directory: C:\workarea\wars\DELETE_ME\workspace\pipeline\module-3\module-3a\target\surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jenkinsci.test.Test3a
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec
Results :
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a\pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a"
[INFO]
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ module-3a ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building module-3b 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-3b ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-3b ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] >>> maven-scm-plugin:1.4:validate (validate) > validate @ module-3b >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-3b ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-3b ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] <<< maven-scm-plugin:1.4:validate (validate) < validate @ module-3b <<<
[INFO]
[INFO] --- maven-scm-plugin:1.4:validate (validate) @ module-3b ---
[INFO] connectionUrl scm connection string is valid.
[INFO] project.scm.connection scm connection string is valid.
[INFO] project.scm.developerConnection scm connection string is valid.
[INFO]
[INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ module-3b ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\workarea\wars\DELETE_ME\workspace\pipeline\module-3\module-3b\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ module-3b ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.3:testResources (default-testResources) @ module-3b ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\workarea\wars\DELETE_ME\workspace\pipeline\module-3\module-3b\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ module-3b ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.4.3:test (default-test) @ module-3b ---
[INFO] Surefire report directory: C:\workarea\wars\DELETE_ME\workspace\pipeline\module-3\module-3b\target\surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jenkinsci.test.Test3b
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Results :
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a\pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a"
[INFO]
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ module-3b ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building module-3c 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-3c ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-3c ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] >>> maven-scm-plugin:1.4:validate (validate) > validate @ module-3c >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-3c ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-3c ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] <<< maven-scm-plugin:1.4:validate (validate) < validate @ module-3c <<<
[INFO]
[INFO] --- maven-scm-plugin:1.4:validate (validate) @ module-3c ---
[INFO] connectionUrl scm connection string is valid.
[INFO] project.scm.connection scm connection string is valid.
[INFO] project.scm.developerConnection scm connection string is valid.
[INFO]
[INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ module-3c ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\workarea\wars\DELETE_ME\workspace\pipeline\module-3\module-3c\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ module-3c ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.3:testResources (default-testResources) @ module-3c ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\workarea\wars\DELETE_ME\workspace\pipeline\module-3\module-3c\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ module-3c ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.4.3:test (default-test) @ module-3c ---
[INFO] Surefire report directory: C:\workarea\wars\DELETE_ME\workspace\pipeline\module-3\module-3c\target\surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jenkinsci.test.Test3c
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec
Results :
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a\pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a"
[INFO]
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ module-3c ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building module-3d 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-3d ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-3d ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] >>> maven-scm-plugin:1.4:validate (validate) > validate @ module-3d >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-3d ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-3d ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] <<< maven-scm-plugin:1.4:validate (validate) < validate @ module-3d <<<
[INFO]
[INFO] --- maven-scm-plugin:1.4:validate (validate) @ module-3d ---
[INFO] connectionUrl scm connection string is valid.
[INFO] project.scm.connection scm connection string is valid.
[INFO] project.scm.developerConnection scm connection string is valid.
[INFO]
[INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ module-3d ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\workarea\wars\DELETE_ME\workspace\pipeline\module-3\module-3d\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ module-3d ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.3:testResources (default-testResources) @ module-3d ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\workarea\wars\DELETE_ME\workspace\pipeline\module-3\module-3d\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ module-3d ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.4.3:test (default-test) @ module-3d ---
[INFO] Surefire report directory: C:\workarea\wars\DELETE_ME\workspace\pipeline\module-3\module-3d\target\surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jenkinsci.test.Test3d
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
Results :
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a\pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a"
[INFO]
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ module-3d ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building module-3e 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-3e ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-3e ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] >>> maven-scm-plugin:1.4:validate (validate) > validate @ module-3e >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-3e ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-3e ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] <<< maven-scm-plugin:1.4:validate (validate) < validate @ module-3e <<<
[INFO]
[INFO] --- maven-scm-plugin:1.4:validate (validate) @ module-3e ---
[INFO] connectionUrl scm connection string is valid.
[INFO] project.scm.connection scm connection string is valid.
[INFO] project.scm.developerConnection scm connection string is valid.
[INFO]
[INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ module-3e ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\workarea\wars\DELETE_ME\workspace\pipeline\module-3\module-3e\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ module-3e ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.3:testResources (default-testResources) @ module-3e ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\workarea\wars\DELETE_ME\workspace\pipeline\module-3\module-3e\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ module-3e ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.4.3:test (default-test) @ module-3e ---
[INFO] Surefire report directory: C:\workarea\wars\DELETE_ME\workspace\pipeline\module-3\module-3e\target\surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jenkinsci.test.Test3e
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec
Results :
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a\pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a"
[INFO]
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ module-3e ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building module-4 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-4 ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-4 ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] >>> maven-scm-plugin:1.4:validate (validate) > validate @ module-4 >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-4 ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-4 ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] <<< maven-scm-plugin:1.4:validate (validate) < validate @ module-4 <<<
[INFO]
[INFO] --- maven-scm-plugin:1.4:validate (validate) @ module-4 ---
[INFO] connectionUrl scm connection string is valid.
[INFO] project.scm.connection scm connection string is valid.
[INFO] project.scm.developerConnection scm connection string is valid.
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building module-4a 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-4a ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-4a ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] >>> maven-scm-plugin:1.4:validate (validate) > validate @ module-4a >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-4a ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-4a ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] <<< maven-scm-plugin:1.4:validate (validate) < validate @ module-4a <<<
[INFO]
[INFO] --- maven-scm-plugin:1.4:validate (validate) @ module-4a ---
[INFO] connectionUrl scm connection string is valid.
[INFO] project.scm.connection scm connection string is valid.
[INFO] project.scm.developerConnection scm connection string is valid.
[INFO]
[INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ module-4a ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\workarea\wars\DELETE_ME\workspace\pipeline\module-4\module-4a\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ module-4a ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.3:testResources (default-testResources) @ module-4a ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\workarea\wars\DELETE_ME\workspace\pipeline\module-4\module-4a\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ module-4a ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.4.3:test (default-test) @ module-4a ---
[INFO] Surefire report directory: C:\workarea\wars\DELETE_ME\workspace\pipeline\module-4\module-4a\target\surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jenkinsci.test.Test4a
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec
Results :
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a\pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a"
[INFO]
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ module-4a ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building module-4b 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-4b ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-4b ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] >>> maven-scm-plugin:1.4:validate (validate) > validate @ module-4b >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-4b ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-4b ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] <<< maven-scm-plugin:1.4:validate (validate) < validate @ module-4b <<<
[INFO]
[INFO] --- maven-scm-plugin:1.4:validate (validate) @ module-4b ---
[INFO] connectionUrl scm connection string is valid.
[INFO] project.scm.connection scm connection string is valid.
[INFO] project.scm.developerConnection scm connection string is valid.
[INFO]
[INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ module-4b ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\workarea\wars\DELETE_ME\workspace\pipeline\module-4\module-4b\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ module-4b ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.3:testResources (default-testResources) @ module-4b ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\workarea\wars\DELETE_ME\workspace\pipeline\module-4\module-4b\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ module-4b ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.4.3:test (default-test) @ module-4b ---
[INFO] Surefire report directory: C:\workarea\wars\DELETE_ME\workspace\pipeline\module-4\module-4b\target\surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jenkinsci.test.Test4b
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
Results :
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a\pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a"
[INFO]
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ module-4b ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building module-4c 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-4c ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-4c ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] >>> maven-scm-plugin:1.4:validate (validate) > validate @ module-4c >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-4c ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-4c ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] <<< maven-scm-plugin:1.4:validate (validate) < validate @ module-4c <<<
[INFO]
[INFO] --- maven-scm-plugin:1.4:validate (validate) @ module-4c ---
[INFO] connectionUrl scm connection string is valid.
[INFO] project.scm.connection scm connection string is valid.
[INFO] project.scm.developerConnection scm connection string is valid.
[INFO]
[INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ module-4c ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\workarea\wars\DELETE_ME\workspace\pipeline\module-4\module-4c\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ module-4c ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.3:testResources (default-testResources) @ module-4c ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\workarea\wars\DELETE_ME\workspace\pipeline\module-4\module-4c\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ module-4c ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.4.3:test (default-test) @ module-4c ---
[INFO] Surefire report directory: C:\workarea\wars\DELETE_ME\workspace\pipeline\module-4\module-4c\target\surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jenkinsci.test.Test4c
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec
Results :
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a\pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a"
[INFO]
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ module-4c ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building module-4d 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-4d ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-4d ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] >>> maven-scm-plugin:1.4:validate (validate) > validate @ module-4d >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-4d ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-4d ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] <<< maven-scm-plugin:1.4:validate (validate) < validate @ module-4d <<<
[INFO]
[INFO] --- maven-scm-plugin:1.4:validate (validate) @ module-4d ---
[INFO] connectionUrl scm connection string is valid.
[INFO] project.scm.connection scm connection string is valid.
[INFO] project.scm.developerConnection scm connection string is valid.
[INFO]
[INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ module-4d ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\workarea\wars\DELETE_ME\workspace\pipeline\module-4\module-4d\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ module-4d ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.3:testResources (default-testResources) @ module-4d ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\workarea\wars\DELETE_ME\workspace\pipeline\module-4\module-4d\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ module-4d ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.4.3:test (default-test) @ module-4d ---
[INFO] Surefire report directory: C:\workarea\wars\DELETE_ME\workspace\pipeline\module-4\module-4d\target\surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jenkinsci.test.Test4d
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
Results :
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a\pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a"
[INFO]
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ module-4d ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building module-4e 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-4e ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-4e ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] >>> maven-scm-plugin:1.4:validate (validate) > validate @ module-4e >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-4e ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-4e ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] <<< maven-scm-plugin:1.4:validate (validate) < validate @ module-4e <<<
[INFO]
[INFO] --- maven-scm-plugin:1.4:validate (validate) @ module-4e ---
[INFO] connectionUrl scm connection string is valid.
[INFO] project.scm.connection scm connection string is valid.
[INFO] project.scm.developerConnection scm connection string is valid.
[INFO]
[INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ module-4e ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\workarea\wars\DELETE_ME\workspace\pipeline\module-4\module-4e\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ module-4e ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.3:testResources (default-testResources) @ module-4e ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\workarea\wars\DELETE_ME\workspace\pipeline\module-4\module-4e\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ module-4e ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.4.3:test (default-test) @ module-4e ---
[INFO] Surefire report directory: C:\workarea\wars\DELETE_ME\workspace\pipeline\module-4\module-4e\target\surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jenkinsci.test.Test4e
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
Results :
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a\pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a"
[INFO]
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ module-4e ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building module-5 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-5 ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-5 ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] >>> maven-scm-plugin:1.4:validate (validate) > validate @ module-5 >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-5 ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-5 ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] <<< maven-scm-plugin:1.4:validate (validate) < validate @ module-5 <<<
[INFO]
[INFO] --- maven-scm-plugin:1.4:validate (validate) @ module-5 ---
[INFO] connectionUrl scm connection string is valid.
[INFO] project.scm.connection scm connection string is valid.
[INFO] project.scm.developerConnection scm connection string is valid.
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building module-5a 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-5a ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-5a ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] >>> maven-scm-plugin:1.4:validate (validate) > validate @ module-5a >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-5a ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-5a ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] <<< maven-scm-plugin:1.4:validate (validate) < validate @ module-5a <<<
[INFO]
[INFO] --- maven-scm-plugin:1.4:validate (validate) @ module-5a ---
[INFO] connectionUrl scm connection string is valid.
[INFO] project.scm.connection scm connection string is valid.
[INFO] project.scm.developerConnection scm connection string is valid.
[INFO]
[INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ module-5a ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\workarea\wars\DELETE_ME\workspace\pipeline\module-5\module-5a\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ module-5a ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.3:testResources (default-testResources) @ module-5a ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\workarea\wars\DELETE_ME\workspace\pipeline\module-5\module-5a\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ module-5a ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.4.3:test (default-test) @ module-5a ---
[INFO] Surefire report directory: C:\workarea\wars\DELETE_ME\workspace\pipeline\module-5\module-5a\target\surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jenkinsci.test.Test5a
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec
Results :
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a\pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a"
[INFO]
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ module-5a ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building module-5b 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-5b ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-5b ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] >>> maven-scm-plugin:1.4:validate (validate) > validate @ module-5b >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-5b ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-5b ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] <<< maven-scm-plugin:1.4:validate (validate) < validate @ module-5b <<<
[INFO]
[INFO] --- maven-scm-plugin:1.4:validate (validate) @ module-5b ---
[INFO] connectionUrl scm connection string is valid.
[INFO] project.scm.connection scm connection string is valid.
[INFO] project.scm.developerConnection scm connection string is valid.
[INFO]
[INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ module-5b ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\workarea\wars\DELETE_ME\workspace\pipeline\module-5\module-5b\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ module-5b ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.3:testResources (default-testResources) @ module-5b ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\workarea\wars\DELETE_ME\workspace\pipeline\module-5\module-5b\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ module-5b ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.4.3:test (default-test) @ module-5b ---
[INFO] Surefire report directory: C:\workarea\wars\DELETE_ME\workspace\pipeline\module-5\module-5b\target\surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jenkinsci.test.Test5b
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec
Results :
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a\pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a"
[INFO]
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ module-5b ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building module-5c 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-5c ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-5c ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] >>> maven-scm-plugin:1.4:validate (validate) > validate @ module-5c >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-5c ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-5c ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] <<< maven-scm-plugin:1.4:validate (validate) < validate @ module-5c <<<
[INFO]
[INFO] --- maven-scm-plugin:1.4:validate (validate) @ module-5c ---
[INFO] connectionUrl scm connection string is valid.
[INFO] project.scm.connection scm connection string is valid.
[INFO] project.scm.developerConnection scm connection string is valid.
[INFO]
[INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ module-5c ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\workarea\wars\DELETE_ME\workspace\pipeline\module-5\module-5c\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ module-5c ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.3:testResources (default-testResources) @ module-5c ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\workarea\wars\DELETE_ME\workspace\pipeline\module-5\module-5c\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ module-5c ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.4.3:test (default-test) @ module-5c ---
[INFO] Surefire report directory: C:\workarea\wars\DELETE_ME\workspace\pipeline\module-5\module-5c\target\surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jenkinsci.test.Test5c
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec
Results :
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a\pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a"
[INFO]
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ module-5c ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building module-5d 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-5d ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-5d ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] >>> maven-scm-plugin:1.4:validate (validate) > validate @ module-5d >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-5d ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-5d ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] <<< maven-scm-plugin:1.4:validate (validate) < validate @ module-5d <<<
[INFO]
[INFO] --- maven-scm-plugin:1.4:validate (validate) @ module-5d ---
[INFO] connectionUrl scm connection string is valid.
[INFO] project.scm.connection scm connection string is valid.
[INFO] project.scm.developerConnection scm connection string is valid.
[INFO]
[INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ module-5d ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\workarea\wars\DELETE_ME\workspace\pipeline\module-5\module-5d\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ module-5d ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.3:testResources (default-testResources) @ module-5d ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\workarea\wars\DELETE_ME\workspace\pipeline\module-5\module-5d\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ module-5d ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.4.3:test (default-test) @ module-5d ---
[INFO] Surefire report directory: C:\workarea\wars\DELETE_ME\workspace\pipeline\module-5\module-5d\target\surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jenkinsci.test.Test5d
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
Results :
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a\pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a"
[INFO]
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ module-5d ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building module-5e 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-5e ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-5e ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] >>> maven-scm-plugin:1.4:validate (validate) > validate @ module-5e >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-rules) @ module-5e ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:display-info (enforce-rules) @ module-5e ---
[INFO] Maven Version: 3.3.9
[INFO] JDK Version: 1.8.0_91 normalized as: 1.8.0-91
[INFO] OS Info: Arch: amd64 Family: dos Name: windows 10 Version: 10.0
[INFO]
[INFO] <<< maven-scm-plugin:1.4:validate (validate) < validate @ module-5e <<<
[INFO]
[INFO] --- maven-scm-plugin:1.4:validate (validate) @ module-5e ---
[INFO] connectionUrl scm connection string is valid.
[INFO] project.scm.connection scm connection string is valid.
[INFO] project.scm.developerConnection scm connection string is valid.
[INFO]
[INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ module-5e ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\workarea\wars\DELETE_ME\workspace\pipeline\module-5\module-5e\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ module-5e ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.3:testResources (default-testResources) @ module-5e ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\workarea\wars\DELETE_ME\workspace\pipeline\module-5\module-5e\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ module-5e ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.4.3:test (default-test) @ module-5e ---
[INFO] Surefire report directory: C:\workarea\wars\DELETE_ME\workspace\pipeline\module-5\module-5e\target\surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jenkinsci.test.Test5e
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec
Results :
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a\pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a"
[INFO]
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ module-5e ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] A large multi module test project .................. SUCCESS [ 0.712 s]
[INFO] module-1 ........................................... SUCCESS [ 0.009 s]
[INFO] module-1a .......................................... SUCCESS [ 1.457 s]
[INFO] module-1b .......................................... SUCCESS [ 0.724 s]
[INFO] module-1c .......................................... SUCCESS [ 0.597 s]
[INFO] module-1d .......................................... SUCCESS [ 0.603 s]
[INFO] module-1e .......................................... SUCCESS [ 0.547 s]
[INFO] module-2 ........................................... SUCCESS [ 0.014 s]
[INFO] module-2a .......................................... SUCCESS [ 0.674 s]
[INFO] module-2b .......................................... SUCCESS [ 0.641 s]
[INFO] module-2c .......................................... SUCCESS [ 0.624 s]
[INFO] module-2d .......................................... SUCCESS [ 0.652 s]
[INFO] module-2e .......................................... SUCCESS [ 0.622 s]
[INFO] module-3 ........................................... SUCCESS [ 0.006 s]
[INFO] module-3a .......................................... SUCCESS [ 0.650 s]
[INFO] module-3b .......................................... SUCCESS [ 0.612 s]
[INFO] module-3c .......................................... SUCCESS [ 0.573 s]
[INFO] module-3d .......................................... SUCCESS [ 0.577 s]
[INFO] module-3e .......................................... SUCCESS [ 0.659 s]
[INFO] module-4 ........................................... SUCCESS [ 0.007 s]
[INFO] module-4a .......................................... SUCCESS [ 0.584 s]
[INFO] module-4b .......................................... SUCCESS [ 0.820 s]
[INFO] module-4c .......................................... SUCCESS [ 0.636 s]
[INFO] module-4d .......................................... SUCCESS [ 0.602 s]
[INFO] module-4e .......................................... SUCCESS [ 0.610 s]
[INFO] module-5 ........................................... SUCCESS [ 0.004 s]
[INFO] module-5a .......................................... SUCCESS [ 0.622 s]
[INFO] module-5b .......................................... SUCCESS [ 0.624 s]
[INFO] module-5c .......................................... SUCCESS [ 0.637 s]
[INFO] module-5d .......................................... SUCCESS [ 0.577 s]
[INFO] module-5e .......................................... SUCCESS [ 0.600 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 17.882 s
[INFO] Finished at: 2017-04-18T13:49:05+01:00
[INFO] Final Memory: 19M/309M
[INFO] ------------------------------------------------------------------------
[jenkins-maven-event-spy] INFO generated C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a\maven-spy-20170418-134847-46.log
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a\pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a"
[Pipeline] }
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\pom.xml under org/jenkins-ci/test/large-multi-module/0.0.1-SNAPSHOT/large-multi-module-0.0.1-SNAPSHOT.pom
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-1\pom.xml under org/jenkins-ci/test/module-1/0.0.1-SNAPSHOT/module-1-0.0.1-SNAPSHOT.pom
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-1\module-1a\pom.xml under org/jenkins-ci/test/module-1a/0.0.1-SNAPSHOT/module-1a-0.0.1-SNAPSHOT.pom
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-1\module-1a\target\module-1a-0.0.1-SNAPSHOT.jar under org/jenkins-ci/test/module-1a/0.0.1-SNAPSHOT/module-1a-0.0.1-SNAPSHOT.jar
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-1\module-1b\pom.xml under org/jenkins-ci/test/module-1b/0.0.1-SNAPSHOT/module-1b-0.0.1-SNAPSHOT.pom
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-1\module-1b\target\module-1b-0.0.1-SNAPSHOT.jar under org/jenkins-ci/test/module-1b/0.0.1-SNAPSHOT/module-1b-0.0.1-SNAPSHOT.jar
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-1\module-1c\pom.xml under org/jenkins-ci/test/module-1c/0.0.1-SNAPSHOT/module-1c-0.0.1-SNAPSHOT.pom
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-1\module-1c\target\module-1c-0.0.1-SNAPSHOT.jar under org/jenkins-ci/test/module-1c/0.0.1-SNAPSHOT/module-1c-0.0.1-SNAPSHOT.jar
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-1\module-1d\pom.xml under org/jenkins-ci/test/module-1d/0.0.1-SNAPSHOT/module-1d-0.0.1-SNAPSHOT.pom
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-1\module-1d\target\module-1d-0.0.1-SNAPSHOT.jar under org/jenkins-ci/test/module-1d/0.0.1-SNAPSHOT/module-1d-0.0.1-SNAPSHOT.jar
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-1\module-1e\pom.xml under org/jenkins-ci/test/module-1e/0.0.1-SNAPSHOT/module-1e-0.0.1-SNAPSHOT.pom
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-1\module-1e\target\module-1e-0.0.1-SNAPSHOT.jar under org/jenkins-ci/test/module-1e/0.0.1-SNAPSHOT/module-1e-0.0.1-SNAPSHOT.jar
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-2\pom.xml under org/jenkins-ci/test/module-2/0.0.1-SNAPSHOT/module-2-0.0.1-SNAPSHOT.pom
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-2\module-2a\pom.xml under org/jenkins-ci/test/module-2a/0.0.1-SNAPSHOT/module-2a-0.0.1-SNAPSHOT.pom
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-2\module-2a\target\module-2a-0.0.1-SNAPSHOT.jar under org/jenkins-ci/test/module-2a/0.0.1-SNAPSHOT/module-2a-0.0.1-SNAPSHOT.jar
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-2\module-2b\pom.xml under org/jenkins-ci/test/module-2b/0.0.1-SNAPSHOT/module-2b-0.0.1-SNAPSHOT.pom
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-2\module-2b\target\module-2b-0.0.1-SNAPSHOT.jar under org/jenkins-ci/test/module-2b/0.0.1-SNAPSHOT/module-2b-0.0.1-SNAPSHOT.jar
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-2\module-2c\pom.xml under org/jenkins-ci/test/module-2c/0.0.1-SNAPSHOT/module-2c-0.0.1-SNAPSHOT.pom
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-2\module-2c\target\module-2c-0.0.1-SNAPSHOT.jar under org/jenkins-ci/test/module-2c/0.0.1-SNAPSHOT/module-2c-0.0.1-SNAPSHOT.jar
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-2\module-2d\pom.xml under org/jenkins-ci/test/module-2d/0.0.1-SNAPSHOT/module-2d-0.0.1-SNAPSHOT.pom
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-2\module-2d\target\module-2d-0.0.1-SNAPSHOT.jar under org/jenkins-ci/test/module-2d/0.0.1-SNAPSHOT/module-2d-0.0.1-SNAPSHOT.jar
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-2\module-2e\pom.xml under org/jenkins-ci/test/module-2e/0.0.1-SNAPSHOT/module-2e-0.0.1-SNAPSHOT.pom
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-2\module-2e\target\module-2e-0.0.1-SNAPSHOT.jar under org/jenkins-ci/test/module-2e/0.0.1-SNAPSHOT/module-2e-0.0.1-SNAPSHOT.jar
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-3\pom.xml under org/jenkins-ci/test/module-3/0.0.1-SNAPSHOT/module-3-0.0.1-SNAPSHOT.pom
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-3\module-3a\pom.xml under org/jenkins-ci/test/module-3a/0.0.1-SNAPSHOT/module-3a-0.0.1-SNAPSHOT.pom
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-3\module-3a\target\module-3a-0.0.1-SNAPSHOT.jar under org/jenkins-ci/test/module-3a/0.0.1-SNAPSHOT/module-3a-0.0.1-SNAPSHOT.jar
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-3\module-3b\pom.xml under org/jenkins-ci/test/module-3b/0.0.1-SNAPSHOT/module-3b-0.0.1-SNAPSHOT.pom
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-3\module-3b\target\module-3b-0.0.1-SNAPSHOT.jar under org/jenkins-ci/test/module-3b/0.0.1-SNAPSHOT/module-3b-0.0.1-SNAPSHOT.jar
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-3\module-3c\pom.xml under org/jenkins-ci/test/module-3c/0.0.1-SNAPSHOT/module-3c-0.0.1-SNAPSHOT.pom
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-3\module-3c\target\module-3c-0.0.1-SNAPSHOT.jar under org/jenkins-ci/test/module-3c/0.0.1-SNAPSHOT/module-3c-0.0.1-SNAPSHOT.jar
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-3\module-3d\pom.xml under org/jenkins-ci/test/module-3d/0.0.1-SNAPSHOT/module-3d-0.0.1-SNAPSHOT.pom
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-3\module-3d\target\module-3d-0.0.1-SNAPSHOT.jar under org/jenkins-ci/test/module-3d/0.0.1-SNAPSHOT/module-3d-0.0.1-SNAPSHOT.jar
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-3\module-3e\pom.xml under org/jenkins-ci/test/module-3e/0.0.1-SNAPSHOT/module-3e-0.0.1-SNAPSHOT.pom
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-3\module-3e\target\module-3e-0.0.1-SNAPSHOT.jar under org/jenkins-ci/test/module-3e/0.0.1-SNAPSHOT/module-3e-0.0.1-SNAPSHOT.jar
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-4\pom.xml under org/jenkins-ci/test/module-4/0.0.1-SNAPSHOT/module-4-0.0.1-SNAPSHOT.pom
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-4\module-4a\pom.xml under org/jenkins-ci/test/module-4a/0.0.1-SNAPSHOT/module-4a-0.0.1-SNAPSHOT.pom
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-4\module-4a\target\module-4a-0.0.1-SNAPSHOT.jar under org/jenkins-ci/test/module-4a/0.0.1-SNAPSHOT/module-4a-0.0.1-SNAPSHOT.jar
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-4\module-4b\pom.xml under org/jenkins-ci/test/module-4b/0.0.1-SNAPSHOT/module-4b-0.0.1-SNAPSHOT.pom
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-4\module-4b\target\module-4b-0.0.1-SNAPSHOT.jar under org/jenkins-ci/test/module-4b/0.0.1-SNAPSHOT/module-4b-0.0.1-SNAPSHOT.jar
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-4\module-4c\pom.xml under org/jenkins-ci/test/module-4c/0.0.1-SNAPSHOT/module-4c-0.0.1-SNAPSHOT.pom
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-4\module-4c\target\module-4c-0.0.1-SNAPSHOT.jar under org/jenkins-ci/test/module-4c/0.0.1-SNAPSHOT/module-4c-0.0.1-SNAPSHOT.jar
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-4\module-4d\pom.xml under org/jenkins-ci/test/module-4d/0.0.1-SNAPSHOT/module-4d-0.0.1-SNAPSHOT.pom
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-4\module-4d\target\module-4d-0.0.1-SNAPSHOT.jar under org/jenkins-ci/test/module-4d/0.0.1-SNAPSHOT/module-4d-0.0.1-SNAPSHOT.jar
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-4\module-4e\pom.xml under org/jenkins-ci/test/module-4e/0.0.1-SNAPSHOT/module-4e-0.0.1-SNAPSHOT.pom
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-4\module-4e\target\module-4e-0.0.1-SNAPSHOT.jar under org/jenkins-ci/test/module-4e/0.0.1-SNAPSHOT/module-4e-0.0.1-SNAPSHOT.jar
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-5\pom.xml under org/jenkins-ci/test/module-5/0.0.1-SNAPSHOT/module-5-0.0.1-SNAPSHOT.pom
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-5\module-5a\pom.xml under org/jenkins-ci/test/module-5a/0.0.1-SNAPSHOT/module-5a-0.0.1-SNAPSHOT.pom
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-5\module-5a\target\module-5a-0.0.1-SNAPSHOT.jar under org/jenkins-ci/test/module-5a/0.0.1-SNAPSHOT/module-5a-0.0.1-SNAPSHOT.jar
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-5\module-5b\pom.xml under org/jenkins-ci/test/module-5b/0.0.1-SNAPSHOT/module-5b-0.0.1-SNAPSHOT.pom
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-5\module-5b\target\module-5b-0.0.1-SNAPSHOT.jar under org/jenkins-ci/test/module-5b/0.0.1-SNAPSHOT/module-5b-0.0.1-SNAPSHOT.jar
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-5\module-5c\pom.xml under org/jenkins-ci/test/module-5c/0.0.1-SNAPSHOT/module-5c-0.0.1-SNAPSHOT.pom
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-5\module-5c\target\module-5c-0.0.1-SNAPSHOT.jar under org/jenkins-ci/test/module-5c/0.0.1-SNAPSHOT/module-5c-0.0.1-SNAPSHOT.jar
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-5\module-5d\pom.xml under org/jenkins-ci/test/module-5d/0.0.1-SNAPSHOT/module-5d-0.0.1-SNAPSHOT.pom
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-5\module-5d\target\module-5d-0.0.1-SNAPSHOT.jar under org/jenkins-ci/test/module-5d/0.0.1-SNAPSHOT/module-5d-0.0.1-SNAPSHOT.jar
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-5\module-5e\pom.xml under org/jenkins-ci/test/module-5e/0.0.1-SNAPSHOT/module-5e-0.0.1-SNAPSHOT.pom
[withMaven] Archive C:\workarea\wars\DELETE_ME\workspace\pipeline\module-5\module-5e\target\module-5e-0.0.1-SNAPSHOT.jar under org/jenkins-ci/test/module-5e/0.0.1-SNAPSHOT/module-5e-0.0.1-SNAPSHOT.jar
ERROR: [withMaven] WARNING Exception processing the logs generated by the Jenkins Maven Event Spy C:\workarea\wars\DELETE_ME\workspace\pipeline@tmp\withMaven97d8026a\maven-spy-20170418-134847-46.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.io.IOException: Error writing to tar file from: C:\workarea\wars\DELETE_ME\workspace\pipeline\C:\workarea\wars\DELETE_ME\workspace\pipeline\module-4\module-4d\target\module-4d-0.0.1-SNAPSHOT.jar
at hudson.FilePath.copyRecursiveTo(FilePath.java:2215)
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.io.IOException: Error writing to tar file from: C:\workarea\wars\DELETE_ME\workspace\pipeline\C:\workarea\wars\DELETE_ME\workspace\pipeline\module-4\module-4d\target\module-4d-0.0.1-SNAPSHOT.jar
at hudson.remoting.Channel$2.adapt(Channel.java:854)
at hudson.remoting.Channel$2.adapt(Channel.java:849)
at hudson.remoting.FutureAdapter.get(FutureAdapter.java:55)
at hudson.FilePath.copyRecursiveTo(FilePath.java:2213)
... 27 more
Caused by: java.io.IOException: Error writing to tar file from: C:\workarea\wars\DELETE_ME\workspace\pipeline\C:\workarea\wars\DELETE_ME\workspace\pipeline\module-4\module-4d\target\module-4d-0.0.1-SNAPSHOT.jar
at hudson.util.io.TarArchiver.visit(TarArchiver.java:110)
at hudson.util.DirScanner.scanSingle(DirScanner.java:49)
at hudson.FilePath$ExplicitlySpecifiedDirScanner.scan(FilePath.java:2804)
at hudson.FilePath.writeToTar(FilePath.java:2251)
at hudson.FilePath.access$2100(FilePath.java:195)
at hudson.FilePath$45.invoke(FilePath.java:2194)
at hudson.FilePath$45.invoke(FilePath.java:2190)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2731)
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(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)
at ......remote call to agent(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1537)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
at hudson.remoting.Channel$2.adapt(Channel.java:852)
... 30 more
Caused by: java.io.FileNotFoundException: C:\workarea\wars\DELETE_ME\workspace\pipeline\C:\workarea\wars\DELETE_ME\workspace\pipeline\module-4\module-4d\target\module-4d-0.0.1-SNAPSHOT.jar (The filename, directory name, or volume label syntax is incorrect)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:195)
at java.io.FileInputStream.<init>(FileInputStream.java:138)
at hudson.util.io.TarArchiver.visit(TarArchiver.java:103)
at hudson.util.DirScanner.scanSingle(DirScanner.java:49)
at hudson.FilePath$ExplicitlySpecifiedDirScanner.scan(FilePath.java:2804)
at hudson.FilePath.writeToTar(FilePath.java:2251)
at hudson.FilePath.access$2100(FilePath.java:195)
at hudson.FilePath$45.invoke(FilePath.java:2194)
at hudson.FilePath$45.invoke(FilePath.java:2190)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2731)
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)
... 4 more
[Pipeline] // withMaven
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment