Increases jenkins resources
diff --git a/Jenkinsfile b/Jenkinsfile
index aed682c..4a327e9 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -9,9 +9,17 @@
   containers:
   - name: maven
     image: maven:alpine
-    command:
+    resources:
+	  requests:
+		memory: "2Gi"
+		cpu: "1"
+	  limits:
+		memory: "2Gi"
+		cpu: "1"
+	command:
     - cat
     tty: true
+	
 """
     }
   }