Skip to content

Commit

Permalink
Merge pull request #103 from karun-singh/master
Browse files Browse the repository at this point in the history
Jenkins CI: Updated image tag to 5.5.0-alpha
  • Loading branch information
karun-singh authored Dec 15, 2023
2 parents 7468c84 + 8b99d9f commit 451027d
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 @@ -130,16 +130,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 gis_gis --image ghcr.io/datakaveri/gis-depl:5.0.0-alpha-${env.GIT_HASH}'"
sh "ssh azureuser@docker-swarm 'docker service update gis_gis --image ghcr.io/datakaveri/gis-depl:5.5.0-alpha-${env.GIT_HASH}'"
sh 'sleep 10'
}
}
Expand Down

0 comments on commit 451027d

Please sign in to comment.