Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
Allow more memory due to increased requirement in Tycho 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgraham committed Apr 11, 2022
1 parent f1434a9 commit 2c206ca
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ pipeline {
steps {
container('cdt') {
timeout(activity: true, time: 30) {
sh 'MVN="/usr/share/maven/bin/mvn -Dmaven.repo.local=/home/jenkins/.m2/repository \
--settings /home/jenkins/.m2/settings.xml" ./releng/scripts/check_code_cleanliness.sh'
withEnv(['MAVEN_OPTS=-XX:MaxRAMPercentage=60.0']) {
sh 'MVN="/usr/share/maven/bin/mvn -Dmaven.repo.local=/home/jenkins/.m2/repository \
--settings /home/jenkins/.m2/settings.xml" ./releng/scripts/check_code_cleanliness.sh'
}
}
}
}
Expand Down

0 comments on commit 2c206ca

Please sign in to comment.