Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
DevMadhup authored Aug 15, 2024
1 parent 4ef46c9 commit 3fca3fd
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 @@ -7,8 +7,8 @@ pipeline {
}

parameters {
string(name: 'FRONTEND_DOCKER_TAG', defaultValue: '', description: '')
string(name: 'BACKEND_DOCKER_TAG', defaultValue: '', description: '')
string(name: 'FRONTEND_DOCKER_TAG', defaultValue: '', description: 'Setting docker image for latest push')
string(name: 'BACKEND_DOCKER_TAG', defaultValue: '', description: 'Setting docker image for latest push')
}

stages {
Expand Down

0 comments on commit 3fca3fd

Please sign in to comment.