Started by GitHub push by Geolykt Running as SYSTEM Building in workspace /var/lib/jenkins/workspace/JLSL The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/JLSL/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/stianloader/JLSL.git # timeout=10 Fetching upstream changes from https://github.com/stianloader/JLSL.git > git --version # timeout=10 > git --version # 'git version 2.45.0' > git fetch --tags --force --progress -- https://github.com/stianloader/JLSL.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10 Checking out Revision fe3c5acad180fe65dbd7e026ff2d1406dda6655b (refs/remotes/origin/main) > git config core.sparsecheckout # timeout=10 > git checkout -f fe3c5acad180fe65dbd7e026ff2d1406dda6655b # timeout=10 Commit message: "Add Vec4.mul(Vec4); default to debug = false" > git rev-list --no-walk f974e7996029dacc054729d362000f080b494f6c # timeout=10 false SCM Skip: Pattern \[(CI-SKIP|CI SKIP)\].* NOT matched on message: Add Vec4.mul(Vec4); default to debug = false Okay, there might be a LOT that is in dire need of a refractor, but as I surmised JLSL works out of the box (minus a few things - notably math functions) but that isn't anything that must be addressed soon-ish [Gradle] - Launching build. [JLSL] $ /var/lib/jenkins/workspace/JLSL/gradlew -DpublishRepo=http://localhost:25615/maven publish Starting a Gradle Daemon (subsequent builds will be faster) > Task :compileJava > Task :processResources NO-SOURCE > Task :classes > Task :jar > Task :generateMetadataFileForPluginPublication > Task :generatePomFileForPluginPublication > Task :sourcesJar > Task :publishPluginPublicationToMavenRepository > Task :publish 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.7/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. BUILD SUCCESSFUL in 15s 6 actionable tasks: 6 executed Build step 'Run with timeout' changed build result to SUCCESS [JLSL] $ /bin/sh -xe /tmp/jenkins2900359436398276752.sh + curl http://localhost:25615/maven/commit % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2 100 2 0 0 50 0 --:--:-- --:--:-- --:--:-- 51 OK real 0m0.055s user 0m0.007s sys 0m0.009s Sending notification to Discord. Finished: SUCCESS