This is an automated email from the ASF dual-hosted git repository.
duncangrant pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn.git
The following commit(s) were added to refs/heads/master by this push:
new 7132ee7 XX:+CMSClassUnloadingEnabled -XX:+UseConcMarkSweepGC for
testing
7132ee7 is described below
commit 7132ee77654b55ebd87c4fc0e97897c297f2470b
Author: Duncan Grant <[email protected]>
AuthorDate: Tue Apr 13 12:52:24 2021 +0100
XX:+CMSClassUnloadingEnabled -XX:+UseConcMarkSweepGC for testing
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index f08fe46..9cfaba6 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -62,7 +62,7 @@ node(label: 'ubuntu') {
if (env.CHANGE_ID == null) {
stage('Deploy artifacts') {
environmentDockerImage.inside('-i --name
brooklyn-${DOCKER_TAG} -v ${WORKSPACE}/.m2:/var/maven/.m2 --mount
type=bind,source="${HOME}/.m2/settings.xml",target=/var/maven/.m2/settings.xml,readonly
-v ${WORKSPACE}:/usr/build -w /usr/build') {
- sh 'MAVEN_OPTS=""-Xmx8g -XX:+CMSClassUnloadingEnabled
-XX:+UseConcMarkSweepGC" ; mvn deploy -Prpm -Pdeb -Pclient -DskipTests
-Duser.home=/var/maven -Duser.name=jenkins'
+ sh 'MAVEN_OPTS="-Xmx8g -XX:+CMSClassUnloadingEnabled
-XX:+UseConcMarkSweepGC" ; mvn deploy -Prpm -Pdeb -Pclient -DskipTests
-Duser.home=/var/maven -Duser.name=jenkins'
}
}
}