Skip to content

Commit

Permalink
Merge pull request #105 from karun-singh/master
Browse files Browse the repository at this point in the history
[FIX] Jenkind CI: Increase wait period between cd deployment and newman testing
  • Loading branch information
karun-singh authored Jan 11, 2024
2 parents 451027d + ddd70fe commit 34a14ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ pipeline {
steps {
script {
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'
sh 'sleep 20'
}
}
post{
Expand Down

0 comments on commit 34a14ce

Please sign in to comment.