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 738319cb62a14c2ef1607885550fc0315163cda5 (refs/remotes/origin/main) > git config core.sparsecheckout # timeout=10 > git checkout -f 738319cb62a14c2ef1607885550fc0315163cda5 # timeout=10 Commit message: "added toolchain for ci compatibility" > git rev-list --no-walk 1264a8da6f633fa9099b85ad3233eed58302d37b # timeout=10 [Gradle] - Launching build. [StreamServer] $ /usr/local/sdkman/candidates/gradle/8.5/bin/gradle build Starting a Gradle Daemon (subsequent builds will be faster) > Task :compileJava > Task :processResources > Task :classes > Task :jar > Task :startScripts > Task :distTar > Task :distZip > Task :assemble > Task :compileTestJava NO-SOURCE > Task :processTestResources NO-SOURCE > Task :testClasses UP-TO-DATE > Task :test NO-SOURCE > Task :check UP-TO-DATE > Task :build Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. For more on this, please refer to https://docs.gradle.org/8.5/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. BUILD SUCCESSFUL in 33s 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