Console Output

Started by GitHub push by kantenkugel
Running as SYSTEM
Building in workspace /var/jenkins_home/workspace/JDA-Butler
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/Almighty-Alpaca/JDA-Butler.git # timeout=10
Fetching upstream changes from https://github.com/Almighty-Alpaca/JDA-Butler.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://github.com/Almighty-Alpaca/JDA-Butler.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision cb086925fdf3982fcde1cf90e21610e2f1df7b1c (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f cb086925fdf3982fcde1cf90e21610e2f1df7b1c # timeout=10
Commit message: "Clean up code and update JDA"
 > git rev-list --no-walk 1199a4fca7a14747b7d5c56d29dc522b2ab39160 # timeout=10
[Gradle] - Launching build.
[JDA-Butler] $ /var/jenkins_home/workspace/JDA-Butler/gradlew clean shadowJar
Starting a Gradle Daemon (subsequent builds will be faster)
> Task :bot:clean
> Task :launcher:clean
> Task :bot:compileJava
> Task :bot:processResources
> Task :bot:classes
> Task :bot:shadowJar
> Task :launcher:compileJava
> Task :launcher:processResources
> Task :launcher:classes
> Task :launcher:shadowJar

BUILD SUCCESSFUL in 46s
8 actionable tasks: 8 executed
Build step 'Invoke Gradle script' changed build result to SUCCESS
Recording fingerprints
Archiving artifacts
Finished: SUCCESS