Started by user Jonas Building in workspace /var/lib/jenkins/workspace/SimpleRecording Cloning the remote Git repository Cloning repository git@bitbucket.org:johni0702/simplerecording.git > git init /var/lib/jenkins/workspace/SimpleRecording # timeout=10 Fetching upstream changes from git@bitbucket.org:johni0702/simplerecording.git > git --version # timeout=10 using GIT_SSH to set credentials Default deployment key > git -c core.askpass=true fetch --tags --progress git@bitbucket.org:johni0702/simplerecording.git +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url git@bitbucket.org:johni0702/simplerecording.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@bitbucket.org:johni0702/simplerecording.git # timeout=10 Fetching upstream changes from git@bitbucket.org:johni0702/simplerecording.git using GIT_SSH to set credentials Default deployment key > git -c core.askpass=true fetch --tags --progress git@bitbucket.org:johni0702/simplerecording.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 3a5ab45f97206869290e2c9f48d3d5ab75ef69ad (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 3a5ab45f97206869290e2c9f48d3d5ab75ef69ad First time build. Skipping changelog. [Gradle] - Launching build. [SimpleRecording] $ /var/lib/jenkins/workspace/SimpleRecording/gradlew clean build shadowJar :clean UP-TO-DATE :compileJavawarning: [options] bootstrap class path not set in conjunction with -source 1.7 1 warning :processResources :classes :jar :assemble :compileTestJava UP-TO-DATE :processTestResources UP-TO-DATE :testClasses UP-TO-DATE :test UP-TO-DATE :check UP-TO-DATE :build :shadowJar BUILD SUCCESSFUL Total time: 12.38 secs Build step 'Invoke Gradle script' changed build result to SUCCESS Archiving artifacts Finished: SUCCESS