We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8097da4 commit f3d7092Copy full SHA for f3d7092
Jenkinsfile
@@ -46,7 +46,7 @@ pipeline {
46
)
47
48
// 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'
+ boolean isDeploymentSuccessful = sh(script: 'curl -s -o /dev/null -w "%{http_code}" http://51.20.67.26:80', returnStdout: true).trim() == '200'
50
51
if (!isDeploymentSuccessful) {
52
// Rollback to the previous version
0 commit comments