Skip to content

Commit

Permalink
updated image tag to 5.5.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
karun-singh committed Dec 12, 2023
1 parent ae31210 commit 61e573a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -135,16 +135,16 @@ pipeline {
steps {
script {
docker.withRegistry( registryUri, registryCredential ) {
devImage.push("5.0.0-alpha-${env.GIT_HASH}")
deplImage.push("5.0.0-alpha-${env.GIT_HASH}")
devImage.push("5.5.0-alpha-${env.GIT_HASH}")
deplImage.push("5.5.0-alpha-${env.GIT_HASH}")
}
}
}
}
stage('Docker Swarm deployment') {
steps {
script {
sh "ssh azureuser@docker-swarm 'docker service update di_di --image ghcr.io/datakaveri/di-depl:5.0.0-alpha-${env.GIT_HASH}'"
sh "ssh azureuser@docker-swarm 'docker service update di_di --image ghcr.io/datakaveri/di-depl:5.5.0-alpha-${env.GIT_HASH}'"
sh 'sleep 10'
}
}
Expand Down

0 comments on commit 61e573a

Please sign in to comment.