Skip to content

Commit

Permalink
Remove workspace volume
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsomunozpomer authored Sep 29, 2023
1 parent 461b754 commit a243da5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ pipeline {
agent {
kubernetes {
cloud 'gke-autopilot'
workspaceVolume dynamicPVC(storageClassName: 'premium-rwo', accessModes: 'ReadWriteOnce', requestsSize: '5Gi')
defaultContainer 'openjdk'
yamlFile 'jenkins-k8s-pod.yaml'
}
Expand Down

0 comments on commit a243da5

Please sign in to comment.