Skip to content

Commit

Permalink
[UPDATE] - jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aswin-vijayan committed Jul 23, 2024
1 parent b775d5c commit dcee3e5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,14 @@ pipeline {
volumes:
- name: maven-cache
hostPath:
path: /var/lib/jenkins-cache/maven
type: DirectoryOrCreate
path: /home/jenkins/cache
'''
}
}

environment {
DOCKER_HUB_REPO = "techiescamp/jenkins-java-app"
IMAGE_TAG = "1.0.0"
IMAGE_TAG = "2.0.0"
}

stages {
Expand Down

0 comments on commit dcee3e5

Please sign in to comment.