Skip to content

Commit 9c54432

Browse files
author
Michael Sauter
committed
Increase memory to fix failing tests
1 parent e636022 commit 9c54432

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Jenkinsfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ odsComponentPipeline(
1515
'*' : 'dev',
1616
"${odsGitRef}" : 'test'
1717
],
18-
debug: true
18+
debug: true,
19+
resourceRequestMemory: '3Gi',
20+
resourceLimitMemory: '3Gi'
1921
) { context ->
2022
stageBuild(context)
2123
odsComponentStageScanWithSonar(context, [branch: '*'])

0 commit comments

Comments
 (0)