Skip to content

Commit

Permalink
Upped publishContainer resources to prevent out of memory issues in…
Browse files Browse the repository at this point in the history
… CI (#380)
  • Loading branch information
danoaky-tiny authored Apr 29, 2024
1 parent da44eb8 commit a2b1e55
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ mixedBeehiveFlow(
resourceLimitCpu: '4',
resourceLimitMemory: '4Gi'
],
publishContainer: [
resourceRequestMemory: '4Gi',
resourceLimitMemory: '4Gi'
],
customSteps: {
stage("storybook") {
def status = beehiveFlowStatus()
Expand Down

0 comments on commit a2b1e55

Please sign in to comment.