We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e636022 + 9c54432 commit 9555a71Copy full SHA for 9555a71
1 file changed
Jenkinsfile
@@ -15,7 +15,9 @@ odsComponentPipeline(
15
'*' : 'dev',
16
"${odsGitRef}" : 'test'
17
],
18
- debug: true
+ debug: true,
19
+ resourceRequestMemory: '3Gi',
20
+ resourceLimitMemory: '3Gi'
21
) { context ->
22
stageBuild(context)
23
odsComponentStageScanWithSonar(context, [branch: '*'])
0 commit comments