Skip to content

Commit

Permalink
[CHANGE] - volume mount
Browse files Browse the repository at this point in the history
  • Loading branch information
aswin-vijayan committed Jul 24, 2024
1 parent 76904f1 commit d381bef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ pipeline {
tty: true
volumes:
- name: maven-cache
hostPath:
path: /home/jenkins/maven-cache
persistentVolumeClaim:
claimName: efs-pvc
'''
}
}
Expand Down

0 comments on commit d381bef

Please sign in to comment.