We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f692959 commit 27b4186Copy full SHA for 27b4186
1 file changed
Jenkinsfile
@@ -1,9 +1,10 @@
1
pipeline {
2
agent any
3
- tools {
4
- maven 'Maven 3.3.9'
5
- jdk 'jdk8'
+
+ environment{
+ MAVEN_OPTS="-Xmx2048m -Xms1024M -Xss128M -XX:-UseGCOverheadLimit"
6
}
7
8
stages {
9
stage('Build') {
10
steps {
0 commit comments