Started by user BerndiVader Running as SYSTEM Building in workspace /var/lib/jenkins/workspace/MythicDenizenAddon The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/BerndiVader/MythicDenizenAddon.git > git init /var/lib/jenkins/workspace/MythicDenizenAddon # timeout=10 Fetching upstream changes from https://github.com/BerndiVader/MythicDenizenAddon.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/BerndiVader/MythicDenizenAddon.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/BerndiVader/MythicDenizenAddon.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/master^{commit} # timeout=10 Checking out Revision 948530d5a4f4192a77a203afad6618a3700a3d12 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 948530d5a4f4192a77a203afad6618a3700a3d12 # timeout=10 Commit message: "to work with mm4.11 & denizen1.19" > git rev-list --no-walk 948530d5a4f4192a77a203afad6618a3700a3d12 # timeout=10 [Gradle] - Launching build. [MythicDenizenAddon] $ gradle build Starting a Gradle Daemon (subsequent builds will be faster) Process properties....Done! Process resources....Done! :clean UP-TO-DATE :compileJavaNote: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. Create POM file....Done! :processResources :classes :jar :assemble :compileTestJava NO-SOURCE :processTestResources NO-SOURCE :testClasses UP-TO-DATE :test NO-SOURCE :check UP-TO-DATE :build BUILD SUCCESSFUL in 31s 4 actionable tasks: 3 executed, 1 up-to-date 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