Skip to content
Success

Console Output

Started by GitBucket push by Starjon
Building in workspace /home/tomcat/.jenkins/workspace/CubesideUtils
[WS-CLEANUP] Deleting project workspace...
Cloning the remote Git repository
Cloning repository https://www.iani.de/gitbucket/git/Brokkonaut/CubesideUtils.git
 > git init /home/tomcat/.jenkins/workspace/CubesideUtils # timeout=10
Fetching upstream changes from https://www.iani.de/gitbucket/git/Brokkonaut/CubesideUtils.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials 
 > git fetch --tags --progress https://www.iani.de/gitbucket/git/Brokkonaut/CubesideUtils.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://www.iani.de/gitbucket/git/Brokkonaut/CubesideUtils.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/CubesideUtils.git # timeout=10
Fetching upstream changes from https://www.iani.de/gitbucket/git/Brokkonaut/CubesideUtils.git
using GIT_ASKPASS to set credentials 
 > git fetch --tags --progress https://www.iani.de/gitbucket/git/Brokkonaut/CubesideUtils.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse 6aa1d3f36e4f5bac2c36b270d7399d853384a58c^{commit} # timeout=10
 > git branch -a -v --no-abbrev --contains 6aa1d3f36e4f5bac2c36b270d7399d853384a58c # timeout=10
Checking out Revision 6aa1d3f36e4f5bac2c36b270d7399d853384a58c (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6aa1d3f36e4f5bac2c36b270d7399d853384a58c
Commit message: "Add sets of string representations of true and false."
 > git rev-list --no-walk 5a254ed0ba7d2b1c703c67ac5f1fc42b0f20d091 # timeout=10
[CubesideUtils] $ mvn clean install deploy -Dbuild.number=77
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building CubesideUtils 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: https://repo.destroystokyo.com/repository/maven-public/net/md-5/bungeecord-parent/1.13-SNAPSHOT/bungeecord-parent-1.13-20190130.110633-67.pom

Downloaded: https://repo.destroystokyo.com/repository/maven-public/net/md-5/bungeecord-parent/1.13-SNAPSHOT/bungeecord-parent-1.13-20190130.110633-67.pom (0 B at 0.0 KB/sec)
Downloading: https://repo.destroystokyo.com/repository/maven-public/net/md-5/bungeecord-chat/1.13-SNAPSHOT/bungeecord-chat-1.13-20190130.110649-63.jar

Downloaded: https://repo.destroystokyo.com/repository/maven-public/net/md-5/bungeecord-chat/1.13-SNAPSHOT/bungeecord-chat-1.13-20190130.110649-63.jar (0 B at 0.0 KB/sec)
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ CubesideUtils ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ CubesideUtils ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/CubesideUtils/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ CubesideUtils ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 27 source files to /home/tomcat/.jenkins/workspace/CubesideUtils/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ CubesideUtils ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/CubesideUtils/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ CubesideUtils ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ CubesideUtils ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ CubesideUtils ---
[INFO] Building jar: /home/tomcat/.jenkins/workspace/CubesideUtils/target/CubesideUtils.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ CubesideUtils ---
[INFO] Installing /home/tomcat/.jenkins/workspace/CubesideUtils/target/CubesideUtils.jar to /home/tomcat/.m2/repository/de/iani/cubeside/CubesideUtils/0.0.1-SNAPSHOT/CubesideUtils-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/tomcat/.jenkins/workspace/CubesideUtils/pom.xml to /home/tomcat/.m2/repository/de/iani/cubeside/CubesideUtils/0.0.1-SNAPSHOT/CubesideUtils-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ CubesideUtils ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/CubesideUtils/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ CubesideUtils ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ CubesideUtils ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/CubesideUtils/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ CubesideUtils ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ CubesideUtils ---
[INFO] No tests to run.
[INFO] Skipping execution of surefire because it has already been run for this configuration
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ CubesideUtils ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ CubesideUtils ---
[INFO] Installing /home/tomcat/.jenkins/workspace/CubesideUtils/target/CubesideUtils.jar to /home/tomcat/.m2/repository/de/iani/cubeside/CubesideUtils/0.0.1-SNAPSHOT/CubesideUtils-0.0.1-SNAPSHOT.jar
[INFO] Installing /home/tomcat/.jenkins/workspace/CubesideUtils/pom.xml to /home/tomcat/.m2/repository/de/iani/cubeside/CubesideUtils/0.0.1-SNAPSHOT/CubesideUtils-0.0.1-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ CubesideUtils ---
Downloading: https://www.iani.de/nexus/content/repositories/snapshots/de/iani/cubeside/CubesideUtils/0.0.1-SNAPSHOT/maven-metadata.xml
782 B   
        
Downloaded: https://www.iani.de/nexus/content/repositories/snapshots/de/iani/cubeside/CubesideUtils/0.0.1-SNAPSHOT/maven-metadata.xml (782 B at 19.6 KB/sec)
Uploading: https://www.iani.de/nexus/content/repositories/snapshots/de/iani/cubeside/CubesideUtils/0.0.1-SNAPSHOT/CubesideUtils-0.0.1-20190207.145937-74.jar
2/113 KB   
4/113 KB   
6/113 KB   
8/113 KB   
10/113 KB   
12/113 KB   
14/113 KB   
16/113 KB   
18/113 KB   
20/113 KB   
22/113 KB   
24/113 KB   
26/113 KB   
28/113 KB   
30/113 KB   
32/113 KB   
34/113 KB   
36/113 KB   
38/113 KB   
40/113 KB   
42/113 KB   
44/113 KB   
46/113 KB   
48/113 KB   
50/113 KB   
52/113 KB   
54/113 KB   
56/113 KB   
58/113 KB   
60/113 KB   
62/113 KB   
64/113 KB   
66/113 KB   
68/113 KB   
70/113 KB   
72/113 KB   
74/113 KB   
76/113 KB   
78/113 KB   
80/113 KB   
82/113 KB   
84/113 KB   
86/113 KB   
88/113 KB   
90/113 KB   
92/113 KB   
94/113 KB   
96/113 KB   
98/113 KB   
100/113 KB   
102/113 KB   
104/113 KB   
106/113 KB   
108/113 KB   
110/113 KB   
112/113 KB   
113/113 KB   
             
Uploaded: https://www.iani.de/nexus/content/repositories/snapshots/de/iani/cubeside/CubesideUtils/0.0.1-SNAPSHOT/CubesideUtils-0.0.1-20190207.145937-74.jar (113 KB at 1701.4 KB/sec)
Uploading: https://www.iani.de/nexus/content/repositories/snapshots/de/iani/cubeside/CubesideUtils/0.0.1-SNAPSHOT/CubesideUtils-0.0.1-20190207.145937-74.pom
2/3 KB       
3/3 KB   
         
Uploaded: https://www.iani.de/nexus/content/repositories/snapshots/de/iani/cubeside/CubesideUtils/0.0.1-SNAPSHOT/CubesideUtils-0.0.1-20190207.145937-74.pom (3 KB at 79.6 KB/sec)
Downloading: https://www.iani.de/nexus/content/repositories/snapshots/de/iani/cubeside/CubesideUtils/maven-metadata.xml
289 B    
        
Downloaded: https://www.iani.de/nexus/content/repositories/snapshots/de/iani/cubeside/CubesideUtils/maven-metadata.xml (289 B at 8.6 KB/sec)
Uploading: https://www.iani.de/nexus/content/repositories/snapshots/de/iani/cubeside/CubesideUtils/0.0.1-SNAPSHOT/maven-metadata.xml
782/782 B   
            
Uploaded: https://www.iani.de/nexus/content/repositories/snapshots/de/iani/cubeside/CubesideUtils/0.0.1-SNAPSHOT/maven-metadata.xml (782 B at 63.6 KB/sec)
Uploading: https://www.iani.de/nexus/content/repositories/snapshots/de/iani/cubeside/CubesideUtils/maven-metadata.xml
289/289 B   
            
Uploaded: https://www.iani.de/nexus/content/repositories/snapshots/de/iani/cubeside/CubesideUtils/maven-metadata.xml (289 B at 23.5 KB/sec)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.440 s
[INFO] Finished at: 2019-02-07T15:59:38+01:00
[INFO] Final Memory: 26M/784M
[INFO] ------------------------------------------------------------------------
Archiving artifacts
[WS-CLEANUP] Deleting project workspace...[WS-CLEANUP] done
Finished: SUCCESS