Started by GitHub push by CodeCrafter47
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/BungeeTabListPlus
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/CodeCrafter47/BungeeTabListPlus.git # timeout=10
Fetching upstream changes from https://github.com/CodeCrafter47/BungeeTabListPlus.git
> git --version # timeout=10
> git fetch --tags --progress https://github.com/CodeCrafter47/BungeeTabListPlus.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 6db4d9caff6b4218b07ec01711f203714e4ba4d1 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 6db4d9caff6b4218b07ec01711f203714e4ba4d1 # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git branch -D master # timeout=10
> git checkout -b master 6db4d9caff6b4218b07ec01711f203714e4ba4d1 # timeout=10
Commit message: "change submodule urls to use https"
> git rev-list --no-walk 74df9608cdcbfb4d3018fd0fef388dea4b800978 # timeout=10
> git remote # timeout=10
> git submodule init # timeout=10
> git submodule sync # timeout=10
> git config --get remote.origin.url # timeout=10
> git submodule init # timeout=10
> git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10
> git config --get submodule.TabOverlayCommon.url # timeout=10
> git config -f .gitmodules --get submodule.TabOverlayCommon.path # timeout=10
> git config --get submodule.minecraft-data-api.url # timeout=10
> git config -f .gitmodules --get submodule.minecraft-data-api.path # timeout=10
> git submodule update --init --recursive TabOverlayCommon # timeout=10
> git submodule update --init --recursive minecraft-data-api # timeout=10
[Set GitHub commit status (universal)] PENDING on repos [GHRepository@162b18d6[nodeId=MDEwOlJlcG9zaXRvcnkyMDM1NjQyOA==,description=<null>,homepage=<null>,name=BungeeTabListPlus,fork=false,archived=false,size=46810,milestones={},language=Java,commits={},source=<null>,parent=<null>,url=https://api.github.com/repos/CodeCrafter47/BungeeTabListPlus,id=20356428,nodeId=<null>,createdAt=2014-05-31T13:39:43Z,updatedAt=2020-06-06T19:11:21Z]] (sha:6db4d9c) with context:BungeeTabListPlus
Setting commit status on GitHub for https://github.com/CodeCrafter47/BungeeTabListPlus/commit/6db4d9caff6b4218b07ec01711f203714e4ba4d1
[BungeeTabListPlus] $ /bin/sh -xe /tmp/jenkins3928853919420642333.sh
+ ./gradlew -PciBuildNumber=1011 clean shadowJar
Downloading https://services.gradle.org/distributions/gradle-6.1-all.zip
.............10%.............20%.............30%.............40%..............50%.............60%.............70%.............80%.............90%..............100%
Welcome to Gradle 6.1!
Here are the highlights of this release:
- Dependency cache is relocatable
- Configurable compilation order between Groovy, Java & Scala
- New sample projects in Gradle's documentation
For more details see https://docs.gradle.org/6.1/release-notes.html
Starting a Gradle Daemon (subsequent builds will be faster)
FAILURE: Build failed with an exception.
* Where:
Build file '/var/lib/jenkins/workspace/BungeeTabListPlus/build.gradle' line: 73
* What went wrong:
A problem occurred evaluating root project 'BungeeTabListPlus-parent'.
> Could not get unknown property 'mavenUser' for Credentials [username: null] of type org.gradle.internal.credentials.DefaultPasswordCredentials_Decorated.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 1m 19s
Build step 'Execute shell' marked build as failure
Archiving artifacts
[Set GitHub commit status (universal)] ERROR on repos [GHRepository@3bf31c0e[nodeId=MDEwOlJlcG9zaXRvcnkyMDM1NjQyOA==,description=<null>,homepage=<null>,name=BungeeTabListPlus,fork=false,archived=false,size=46810,milestones={},language=Java,commits={},source=<null>,parent=<null>,url=https://api.github.com/repos/CodeCrafter47/BungeeTabListPlus,id=20356428,nodeId=<null>,createdAt=2014-05-31T13:39:43Z,updatedAt=2020-06-06T19:11:21Z]] (sha:6db4d9c) with context:BungeeTabListPlus
Setting commit status on GitHub for https://github.com/CodeCrafter47/BungeeTabListPlus/commit/6db4d9caff6b4218b07ec01711f203714e4ba4d1
Finished: FAILURE