Skip to content

Commit

Permalink
updated Jenkins file to 5.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sivanaikk committed Aug 9, 2024
1 parent 09022bd commit d280bd0
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 @@ -171,16 +171,16 @@ pipeline {
steps {
script {
docker.withRegistry( registryUri, registryCredential ) {
devImage.push("5.5.0-alpha-${env.GIT_HASH}")
deplImage.push("5.5.0-alpha-${env.GIT_HASH}")
devImage.push("5.6.0-alpha-${env.GIT_HASH}")
deplImage.push("5.6.0-alpha-${env.GIT_HASH}")
}
}
}
}
stage('Docker Swarm deployment') {
steps {
script {
sh "ssh azureuser@docker-swarm 'docker service update rs_rs --image ghcr.io/datakaveri/rs-depl:5.5.0-alpha-${env.GIT_HASH}'"
sh "ssh azureuser@docker-swarm 'docker service update rs_rs --image ghcr.io/datakaveri/rs-depl:5.6.0-alpha-${env.GIT_HASH}'"
sh 'sleep 10'
}
}
Expand Down

0 comments on commit d280bd0

Please sign in to comment.