Switch Jenkins CI pipeline build to using Gradle clean build in ci/build.sh.
This commit is contained in:
6
ci/build.sh
Executable file
6
ci/build.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash -x
|
||||
|
||||
set -eou pipefail
|
||||
|
||||
GRADLE_OPTS="-Duser.name=jenkins -Djava.io.tmpdir=/tmp -Dgradle.user.home=/tmp/geode/boot/build-gradle-cache" \
|
||||
./gradlew --no-daemon --refresh-dependencies --stacktrace clean build
|
||||
@@ -3,4 +3,4 @@
|
||||
set -eou pipefail
|
||||
|
||||
GRADLE_OPTS="-Duser.name=jenkins -Djava.io.tmpdir=/tmp -Dgradle.user.home=/tmp/geode/boot/build-gradle-cache" \
|
||||
./gradlew clean check --no-daemon --refresh-dependencies --stacktrace
|
||||
./gradlew --no-daemon --refresh-dependencies --stacktrace clean check
|
||||
|
||||
Reference in New Issue
Block a user