Skip to content

Commit

Permalink
More storage for CI image builds (#3767)
Browse files Browse the repository at this point in the history
  • Loading branch information
benlangfeld and TeamTeaTime authored Oct 4, 2024
1 parent caa3c8a commit d9b5807
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ app.build(
memory: '10Gi',
]
],
storageConfig: [
size: '15Gi',
],
])
}

Expand Down

0 comments on commit d9b5807

Please sign in to comment.