Skip to content

Commit 9555a71

Browse files
author
Michael Sauter
authored
Merge pull request #49 from opendevstack/fix/increase-memory
Increase memory to fix failing tests
2 parents e636022 + 9c54432 commit 9555a71

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)