mirror of
https://github.com/spring-projects/spring-data-relational.git
synced 2026-05-04 05:18:20 +01:00
fd4aedc760
See #1883
9 lines
318 B
Bash
Executable File
9 lines
318 B
Bash
Executable File
#!/bin/bash -x
|
|
|
|
set -euo pipefail
|
|
|
|
export JENKINS_USER=${JENKINS_USER_NAME}
|
|
|
|
MAVEN_OPTS="-Duser.name=${JENKINS_USER} -Duser.home=/tmp/jenkins-home" \
|
|
./mvnw -s settings.xml -Dscan=false clean -Dmaven.repo.local=/tmp/jenkins-home/.m2/spring-data-jdbc -Ddevelocity.storage.directory=/tmp/jenkins-home/.develocity-root
|