Skip to content
Success

Console Output

Started by GitBucket push by Brokkonaut
Building in workspace /home/tomcat/.jenkins/workspace/TreasureChest
[WS-CLEANUP] Deleting project workspace...
Cloning the remote Git repository
Cloning repository https://www.iani.de/gitbucket/git/Brokkonaut/TreasureChest.git
 > git init /home/tomcat/.jenkins/workspace/TreasureChest # timeout=10
Fetching upstream changes from https://www.iani.de/gitbucket/git/Brokkonaut/TreasureChest.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials 
 > git fetch --tags --progress https://www.iani.de/gitbucket/git/Brokkonaut/TreasureChest.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://www.iani.de/gitbucket/git/Brokkonaut/TreasureChest.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://www.iani.de/gitbucket/git/Brokkonaut/TreasureChest.git # timeout=10
Fetching upstream changes from https://www.iani.de/gitbucket/git/Brokkonaut/TreasureChest.git
using GIT_ASKPASS to set credentials 
 > git fetch --tags --progress https://www.iani.de/gitbucket/git/Brokkonaut/TreasureChest.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse 89cdc384e1e4d19d5024808c406cf6abc988afeb^{commit} # timeout=10
 > git branch -a -v --no-abbrev --contains 89cdc384e1e4d19d5024808c406cf6abc988afeb # timeout=10
Checking out Revision 89cdc384e1e4d19d5024808c406cf6abc988afeb (origin/master)
Commit message: "Transfer to git"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 89cdc384e1e4d19d5024808c406cf6abc988afeb
First time build. Skipping changelog.
[TreasureChest] $ mvn clean install -Dbuild.number=2
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building TreasureChest 1.1
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ TreasureChest ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ TreasureChest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ TreasureChest ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /home/tomcat/.jenkins/workspace/TreasureChest/target/classes
[INFO] /home/tomcat/.jenkins/workspace/TreasureChest/src/main/java/de/iani/treasurechest/PlayerTreasureChestContent.java: /home/tomcat/.jenkins/workspace/TreasureChest/src/main/java/de/iani/treasurechest/PlayerTreasureChestContent.java uses unchecked or unsafe operations.
[INFO] /home/tomcat/.jenkins/workspace/TreasureChest/src/main/java/de/iani/treasurechest/PlayerTreasureChestContent.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ TreasureChest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/TreasureChest/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ TreasureChest ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ TreasureChest ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ TreasureChest ---
[INFO] Building jar: /home/tomcat/.jenkins/workspace/TreasureChest/target/TreasureChest-1.1.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ TreasureChest ---
[INFO] Installing /home/tomcat/.jenkins/workspace/TreasureChest/target/TreasureChest-1.1.jar to /home/tomcat/.m2/repository/de/iani/cubeside/TreasureChest/1.1/TreasureChest-1.1.jar
[INFO] Installing /home/tomcat/.jenkins/workspace/TreasureChest/pom.xml to /home/tomcat/.m2/repository/de/iani/cubeside/TreasureChest/1.1/TreasureChest-1.1.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.261 s
[INFO] Finished at: 2017-07-04T01:53:57+02:00
[INFO] Final Memory: 22M/740M
[INFO] ------------------------------------------------------------------------
Archiving artifacts
[WS-CLEANUP] Deleting project workspace...[WS-CLEANUP] done
Finished: SUCCESS