Skip to content

Commit

Permalink
Add a new volume in the custom agent definition
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo committed Jan 20, 2025
1 parent 3a79de4 commit 5996322
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ spec:
readOnly: true
- name: maven-repo-local-storage
mountPath: "/home/jenkins/.m2/repository/org/glassfish/main"
- name: develocity-storage
mountPath: "/home/jenkins/.m2/.develocity"
readOnly: false
resources:
limits:
memory: "8Gi"
Expand Down Expand Up @@ -146,6 +149,9 @@ spec:
path: settings-security.xml
- name: maven-repo-local-storage
emptyDir: {}
- name: develocity-storage
emptyDir:
medium: ""
"""
}
}
Expand Down

0 comments on commit 5996322

Please sign in to comment.