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 febf7c197df78c42b3c9ac9711be9712959accc1^{commit} # timeout=10
 > git branch -a -v --no-abbrev --contains febf7c197df78c42b3c9ac9711be9712959accc1 # timeout=10
Checking out Revision febf7c197df78c42b3c9ac9711be9712959accc1 (origin/master)
Commit message: "test2"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f febf7c197df78c42b3c9ac9711be9712959accc1
 > git rev-list 56089607186ea158a307b9258de4e162dc309c51 # timeout=10
[TreasureChest] $ mvn clean install deploy -Dbuild.number=7
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building TreasureChest 1.1
[INFO] ------------------------------------------------------------------------
Downloading: https://iani.de/nexus/repository/public/org/spigotmc/spigot-api/1.12-R0.1-SNAPSHOT/maven-metadata.xml

Downloading: https://iani.de/nexus/repository/public/net/md-5/bungeecord-chat/1.12-SNAPSHOT/maven-metadata.xml

Downloading: https://iani.de/nexus/repository/public/net/md-5/bungeecord-parent/1.12-SNAPSHOT/maven-metadata.xml

Downloading: https://iani.de/nexus/repository/public/org/bukkit/bukkit/1.9-R0.1-SNAPSHOT/maven-metadata.xml

[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] --- 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] Nothing to compile - all classes are up to date
[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] Skipping execution of surefire because it has already been run for this configuration
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ TreasureChest ---
[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] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ TreasureChest ---
Uploading: https://iani.de/nexus/repository/releases/de/iani/cubeside/TreasureChest/1.1/TreasureChest-1.1.jar
2/28 KB   
4/28 KB   
6/28 KB   
8/28 KB   
10/28 KB   
12/28 KB   
14/28 KB   
16/28 KB   
18/28 KB   
20/28 KB   
22/28 KB   
24/28 KB   
26/28 KB   
28/28 KB   
2/28 KB    
4/28 KB   
6/28 KB   
8/28 KB   
10/28 KB   
12/28 KB   
14/28 KB   
16/28 KB   
18/28 KB   
20/28 KB   
22/28 KB   
24/28 KB   
26/28 KB   
28/28 KB   
           
Uploaded: https://iani.de/nexus/repository/releases/de/iani/cubeside/TreasureChest/1.1/TreasureChest-1.1.jar (28 KB at 487.3 KB/sec)
Uploading: https://iani.de/nexus/repository/releases/de/iani/cubeside/TreasureChest/1.1/TreasureChest-1.1.pom
2/2 KB     
2/2 KB   
         
Uploaded: https://iani.de/nexus/repository/releases/de/iani/cubeside/TreasureChest/1.1/TreasureChest-1.1.pom (2 KB at 65.2 KB/sec)
Downloading: https://iani.de/nexus/repository/releases/de/iani/cubeside/TreasureChest/maven-metadata.xml
         
Uploading: https://iani.de/nexus/repository/releases/de/iani/cubeside/TreasureChest/maven-metadata.xml
305/305 B   
305/305 B   
            
Uploaded: https://iani.de/nexus/repository/releases/de/iani/cubeside/TreasureChest/maven-metadata.xml (305 B at 9.9 KB/sec)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.794 s
[INFO] Finished at: 2017-07-04T05:14:04+02:00
[INFO] Final Memory: 30M/792M
[INFO] ------------------------------------------------------------------------
Archiving artifacts
[WS-CLEANUP] Deleting project workspace...[WS-CLEANUP] done
Finished: SUCCESS