Skip to content
Success

Console Output

Started by an SCM change
Running as SYSTEM
Building in workspace /var/lib/jenkins/jobs/CraftBukkit-RSS/workspace
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://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git # timeout=10
Fetching upstream changes from https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
 > git --version # timeout=10
 > git --version # 'git version 2.11.0'
 > git fetch --tags --progress -- https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.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 e354566ec12ba26aaf7b9689560ffd7307ef94e1 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e354566ec12ba26aaf7b9689560ffd7307ef94e1 # timeout=10
Commit message: "SPIGOT-6076: Crash when updating blocks in uninitialized chunk sections"
 > git rev-list --no-walk e850144b070c85d6b21da1f6b1f457a55463f161 # timeout=10
Finished: SUCCESS