Started by user Austin Keener
Running as SYSTEM
Building in workspace /var/jenkins_home/workspace/JDA5
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/DV8FromTheWorld/JDA.git
> git init /var/jenkins_home/workspace/JDA5 # timeout=10
Fetching upstream changes from https://github.com/DV8FromTheWorld/JDA.git
> git --version # timeout=10
> git --version # 'git version 2.20.1'
> git fetch --tags --force --progress -- https://github.com/DV8FromTheWorld/JDA.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/DV8FromTheWorld/JDA.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 6c7cd876c91076e45f5da8f3211d1915dcf76590 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 6c7cd876c91076e45f5da8f3211d1915dcf76590 # timeout=10
Commit message: "Update readme for new publishing logic (#1910)"
First time build. Skipping changelog.
[Gradle] - Launching build.
[JDA5] $ /var/jenkins_home/workspace/JDA5/gradlew build
Downloading https://services.gradle.org/distributions/gradle-7.3-bin.zip
..............................................................................................................
Build was aborted
Aborted by Austin Keener
Archiving artifacts
Publishing Javadoc
Finished: ABORTED