Skip to content

Commit 9d534a2

Browse files
authored
Update Jenkinsfile
1 parent e1607df commit 9d534a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pipeline {
4646
)
4747

4848
// Check if deployment is successful
49-
boolean isDeploymentSuccessful = sh(script: 'curl -s -o /dev/null -w "%{http_code}" http://51.20.67.26:80', returnStdout: true).trim() == '200'
49+
boolean isDeploymentSuccessful = sh(script: 'curl -s -o /dev/null -w "%{http_code}" http://16.170.173.25:80', returnStdout: true).trim() == '200'
5050

5151
if (!isDeploymentSuccessful) {
5252
// Rollback to the previous version

0 commit comments

Comments
 (0)