Started by GitHub push by BerndiVader
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/MythicSkript
The recommended git tool is: NONE
No credentials specified
> git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/MythicSkript/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/BerndiVader/MythicSkriptAddon.git # timeout=10
Fetching upstream changes from https://github.com/BerndiVader/MythicSkriptAddon.git
> git --version # timeout=10
> git --version # 'git version 2.20.1'
> git fetch --tags --force --progress -- https://github.com/BerndiVader/MythicSkriptAddon.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision fc73b76043ac70aa425e248100e77951cf02bd3b (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f fc73b76043ac70aa425e248100e77951cf02bd3b # timeout=10
Commit message: "delete GetExecuteAfterDeath"
> git rev-list --no-walk 0c5a8f966f4281b330701e98cb22a42756aed864 # timeout=10
[Gradle] - Launching build.
[MythicSkript] $ gradle build
Starting a Gradle Daemon (subsequent builds will be faster)
Process properties....Done!
Process resources....Done!
:clean
:compileJava
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 10s
4 actionable tasks: 4 executed
Build step 'Invoke Gradle script' changed build result to SUCCESS
Archiving artifacts
Finished: SUCCESS