Skip to content
Success

Console Output

Started by GitBucket push by Brokkonaut
Building in workspace /home/tomcat/.jenkins/workspace/CubesideSettings
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://www.iani.de/gitbucket/git/Brokkonaut/CubesideSettings.git # timeout=10
Fetching upstream changes from https://www.iani.de/gitbucket/git/Brokkonaut/CubesideSettings.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials 
 > git fetch --tags --progress https://www.iani.de/gitbucket/git/Brokkonaut/CubesideSettings.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 4e01327036e5a552ea42c1489c58ce70a9f9a816 (refs/remotes/origin/master)
Commit message: "Change deprecated thing"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4e01327036e5a552ea42c1489c58ce70a9f9a816
 > git rev-list 30bbd525c334b46be5a266f8a0b51d5814fc0732 # timeout=10
[CubesideSettings] $ mvn clean install -Dbuild.number=9
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building CubesideSettings 1.1.1
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ CubesideSettings ---
[INFO] Deleting /home/tomcat/.jenkins/workspace/CubesideSettings/target
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ CubesideSettings ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ CubesideSettings ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 18 source files to /home/tomcat/.jenkins/workspace/CubesideSettings/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ CubesideSettings ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/CubesideSettings/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ CubesideSettings ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ CubesideSettings ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ CubesideSettings ---
[INFO] Building jar: /home/tomcat/.jenkins/workspace/CubesideSettings/target/CubesideSettings.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ CubesideSettings ---
[INFO] Installing /home/tomcat/.jenkins/workspace/CubesideSettings/target/CubesideSettings.jar to /home/tomcat/.m2/repository/de/iani/CubesideSettings/CubesideSettings/1.1.1/CubesideSettings-1.1.1.jar
[INFO] Installing /home/tomcat/.jenkins/workspace/CubesideSettings/pom.xml to /home/tomcat/.m2/repository/de/iani/CubesideSettings/CubesideSettings/1.1.1/CubesideSettings-1.1.1.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.488 s
[INFO] Finished at: 2017-07-01T05:07:13+02:00
[INFO] Final Memory: 24M/788M
[INFO] ------------------------------------------------------------------------
Archiving artifacts
Finished: SUCCESS