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 e519f1a3144580c9825a44ee68ae620e47860745 (refs/remotes/origin/main) > git config core.sparsecheckout # timeout=10 > git checkout -f e519f1a3144580c9825a44ee68ae620e47860745 # timeout=10 Commit message: "discord mediadownload now output error to channel instead of cli" > git rev-list --no-walk cb045150cf7a2cdd2db2fa71bc81cd789559141a # 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 /var/lib/jenkins/workspace/StreamServer/src/main/java/com/gmail/berndivader/streamserver/discord/command/commands/DownloadMedia.java:130: error: cannot find symbol if(!string.isEmpty()) { ^ symbol: method isEmpty() location: variable string of type StringBuilder 1 error > Task :compileJava FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':compileJava'. > Compilation failed; see the compiler error output for details. * Try: > Run with --info option to get more log output. > Run with --scan to get full insights. BUILD FAILED in 16s 1 actionable task: 1 executed Build step 'Invoke Gradle script' changed build result to FAILURE Build step 'Invoke Gradle script' marked build as failure Archiving artifacts [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [WS-CLEANUP] done Finished: FAILURE