You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
SET "JAVA_HOME=C:\opt\jdk-8"
|
|
|
|
SET PATH=%PATH%;C:\Program Files\Git\usr\bin
|
|
|
|
cd git-repo
|
|
|
|
|
|
|
|
echo ".\mvnw clean install" > build.log
|
|
|
|
.\mvnw clean install -U -Duser.name=concourse >> build.log 2>&1 || (sleep 1 && tail -n 3000 build.log && exit 1)
|