Skip to content

Commit f3d7092

Browse files
author
Muaviaa099
committed
added fle
1 parent 8097da4 commit f3d7092

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://13.51.242.92:80', returnStdout: true).trim() == '200'
49+
boolean isDeploymentSuccessful = sh(script: 'curl -s -o /dev/null -w "%{http_code}" http://51.20.67.26:80', returnStdout: true).trim() == '200'
5050

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

0 commit comments

Comments
 (0)