From 1d6b4d60ddf63ddab58e286b9d1a81ce87816b87 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Mika=C3=ABl=20Barbero?=
 <mikael.barbero@eclipse-foundation.org>
Date: Thu, 4 Jun 2020 15:49:08 +0200
Subject: [PATCH] Improved build performance
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Mikaël Barbero <mikael.barbero@eclipse-foundation.org>
---
 Jenkinsfile | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 7e0630e..31d9222 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -14,6 +14,15 @@ pipeline {
           command:
           - cat
           tty: true
+          resources:
+            limits:
+              cpu: 1
+              memory: 1Gi
+        - name: jnlp
+          resources:
+            limits:
+              cpu: 1
+              memory: 1Gi
       '''
     }
   }
-- 
GitLab