Polishing.

Tweak wording. Update Develocity system property names.

See #4785
Original pull request: #4796
This commit is contained in:
Mark Paluch
2024-09-27 10:03:44 +02:00
parent 33149f63df
commit 7b15bc5297
2 changed files with 8 additions and 8 deletions

2
Jenkinsfile vendored
View File

@@ -276,7 +276,7 @@ pipeline {
sh 'mongosh --eval "rs.initiate({_id: \'rs0\', members:[{_id: 0, host: \'127.0.0.1:27017\'}]});"'
sh 'sleep 15'
sh 'MAVEN_OPTS="-Duser.name=' + "${p['jenkins.user.name']}" + ' -Duser.home=/tmp/jenkins-home" ' +
"./mvnw -s settings.xml -Pmongo-4.x clean dependency:list test -Dsort -U -B -Dgradle.cache.local.enabled=false -Dgradle.cache.remote.enabled=false"
"./mvnw -s settings.xml -Pmongo-4.x clean dependency:list test -Dsort -U -B -Ddevelocity.cache.local.enabled=false -Ddevelocity.cache.remote.enabled=false"
}
}
}