SuccessConsole Output

Gestartet durch Benutzer CodeCrafter47
Baue in Arbeitsbereich /var/lib/jenkins/workspace/RainbowMarriage
Cloning the remote Git repository
Cloning repository https://github.com/CodeCrafter47/RainbowMarriage.git
 > git init /var/lib/jenkins/workspace/RainbowMarriage # timeout=10
Fetching upstream changes from https://github.com/CodeCrafter47/RainbowMarriage.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://github.com/CodeCrafter47/RainbowMarriage.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://github.com/CodeCrafter47/RainbowMarriage.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/CodeCrafter47/RainbowMarriage.git # timeout=10
Fetching upstream changes from https://github.com/CodeCrafter47/RainbowMarriage.git
 > git -c core.askpass=true fetch --tags --progress https://github.com/CodeCrafter47/RainbowMarriage.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 445c74102276f8bb8eebbb5cf1ab4ede0398d00c (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 445c74102276f8bb8eebbb5cf1ab4ede0398d00c
First time build. Skipping changelog.
Parsing POMs
Neues Modul org.projectrainbow:RainbowMarriage RainbowMarriage entdeckt
Modules changed, recalculating dependency graph
Established TCP socket on 34574
[RainbowMarriage] $ java -cp /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven32-agent-1.7.jar:/var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/maven/boot/plexus-classworlds-2.5.1.jar:/var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/maven/conf/logging jenkins.maven3.agent.Maven32Main /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/maven /var/cache/jenkins/war/WEB-INF/lib/remoting-2.60.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven32-interceptor-1.7.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.7.jar 34574
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/lib/jenkins/workspace/RainbowMarriage/pom.xml verify
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building RainbowMarriage 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] Downloading: http://nexus.codecrafter47.dyndns.eu/content/repositories/public/org/projectrainbow/PluginReference/1.10-SNAPSHOT/maven-metadata.xml
[INFO] Downloading: http://nexus.codecrafter47.dyndns.eu/content/repositories/public/org/projectrainbow/rainbow-parent/1.10-SNAPSHOT/maven-metadata.xml
[INFO] Downloading: http://nexus.codecrafter47.dyndns.eu/content/repositories/public/org/projectlombok/lombok/1.16.10/lombok-1.16.10.pom
[INFO] Downloaded: http://nexus.codecrafter47.dyndns.eu/content/repositories/public/org/projectlombok/lombok/1.16.10/lombok-1.16.10.pom (2 KB at 49.4 KB/sec)
[INFO] Downloading: http://nexus.codecrafter47.dyndns.eu/content/repositories/public/org/projectlombok/lombok/1.16.10/lombok-1.16.10.jar
[INFO] Downloaded: http://nexus.codecrafter47.dyndns.eu/content/repositories/public/org/projectlombok/lombok/1.16.10/lombok-1.16.10.jar (1368 KB at 16276.5 KB/sec)
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ RainbowMarriage ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.5:compile (default-compile) @ RainbowMarriage ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /var/lib/jenkins/workspace/RainbowMarriage/target/classes
[INFO] /var/lib/jenkins/workspace/RainbowMarriage/src/main/java/org/projectrainbow/marriage/MarryManager.java: Some input files use unchecked or unsafe operations.
[INFO] /var/lib/jenkins/workspace/RainbowMarriage/src/main/java/org/projectrainbow/marriage/MarryManager.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ RainbowMarriage ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/RainbowMarriage/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.5:testCompile (default-testCompile) @ RainbowMarriage ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ RainbowMarriage ---
[INFO] No tests to run.
[JENKINS] Zeichne Testergebnisse auf
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ RainbowMarriage ---
[INFO] Building jar: /var/lib/jenkins/workspace/RainbowMarriage/target/RainbowMarriage.jar
[INFO] 
[INFO] --- maven-shade-plugin:2.3:shade (default) @ RainbowMarriage ---
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /var/lib/jenkins/workspace/RainbowMarriage/target/RainbowMarriage.jar with /var/lib/jenkins/workspace/RainbowMarriage/target/RainbowMarriage-1.0-SNAPSHOT-shaded.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.918 s
[INFO] Finished at: 2016-07-31T16:46:41+02:00
[INFO] Final Memory: 24M/280M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving /var/lib/jenkins/workspace/RainbowMarriage/pom.xml to org.projectrainbow/RainbowMarriage/1.0-SNAPSHOT/RainbowMarriage-1.0-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/workspace/RainbowMarriage/target/RainbowMarriage.jar to org.projectrainbow/RainbowMarriage/1.0-SNAPSHOT/RainbowMarriage-1.0-SNAPSHOT.jar
channel stopped
Archiviere Artefakte
Finished: SUCCESS