Started by GitHub push by BerndiVader Running as SYSTEM Building in workspace /var/lib/jenkins/workspace/StreamServer The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/BerndiVader/StreamServer.git > git init /var/lib/jenkins/workspace/StreamServer # timeout=10 Fetching upstream changes from https://github.com/BerndiVader/StreamServer.git > git --version # timeout=10 > git --version # 'git version 2.30.2' > git fetch --tags --force --progress -- https://github.com/BerndiVader/StreamServer.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/BerndiVader/StreamServer.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/main^{commit} # timeout=10 Checking out Revision 485511fefa46dc859ad32b35ecd9f531e6c02d3a (refs/remotes/origin/main) > git config core.sparsecheckout # timeout=10 > git checkout -f 485511fefa46dc859ad32b35ecd9f531e6c02d3a # timeout=10 Commit message: "rename playlist methods to filelist" > git rev-list --no-walk 5ca093a134e270d447bac9519fbb5286060ff196 # timeout=10 First time build. Skipping changelog. [Gradle] - Launching build. [StreamServer] $ gradle build Starting a Gradle Daemon (subsequent builds will be faster) :compileJavawarning: Supported source version 'RELEASE_8' from annotation processor 'com.austinv11.servicer.ServicerProcessor' less than -source '11' 1 warning :processResources :classes :jar :startScripts :distTar :distZip :assemble :compileTestJava NO-SOURCE :processTestResources NO-SOURCE :testClasses UP-TO-DATE :test NO-SOURCE :check UP-TO-DATE :build BUILD SUCCESSFUL in 54s 6 actionable tasks: 6 executed Build step 'Invoke Gradle script' changed build result to SUCCESS Archiving artifacts [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [WS-CLEANUP] done Finished: SUCCESS