Konsolenausgabe

Build wurde durch eine SCM-Änderung ausgelöst.
Baue in Arbeitsbereich /var/lib/jenkins/workspace/StdLib2
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/wurstscript/wurstStdlib2.git # timeout=10
Fetching upstream changes from https://github.com/wurstscript/wurstStdlib2.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/wurstscript/wurstStdlib2.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision e506d7298e74e778860ca0813ac439542ad59b7c (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e506d7298e74e778860ca0813ac439542ad59b7c
Commit message: "Cleanup LastOrder and add some hot doc"
 > git rev-list --no-walk 7c586191fcb8de5edf6f05cbc18cbeb22af84ab7 # timeout=10
[StdLib2] $ /bin/sh -xe /tmp/jenkins5873973854784526720.sh
+ java -jar ../Wurst/downloads/Wurstpack/wurstscript/wurstscript.jar ../Wurst/downloads/Wurstpack/wurstscript/common.j ../Wurst/downloads/Wurstpack/wurstscript/blizzard.j ./ -runcompiletimefunctions -runtests
compilation finished (errors: 1, warnings: 0)
Error in File LastOrder.wurst line 9:
 Hotdoc comment is in invalid position, it can only appear before function definitions, classes, and other elements that can be documented.
Build step 'Shell ausführen' marked build as failure
Sending e-mails to: [email protected] [email protected]
Finished: FAILURE