Skip to content
Snippets Groups Projects

Improved build performance

Merged Christopher Guindon requested to merge build-perf into master
1 file
+ 9
0
Compare changes
  • Side-by-side
  • Inline
+ 9
0
@@ -14,6 +14,15 @@ pipeline {
command:
- cat
tty: true
resources:
limits:
cpu: 1
memory: 1Gi
- name: jnlp
resources:
limits:
cpu: 1
memory: 1Gi
'''
}
}
Loading