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 e1607df commit 9d534a2Copy full SHA for 9d534a2
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://51.20.67.26:80', returnStdout: true).trim() == '200'
+ boolean isDeploymentSuccessful = sh(script: 'curl -s -o /dev/null -w "%{http_code}" http://16.170.173.25:80', returnStdout: true).trim() == '200'
50
51
if (!isDeploymentSuccessful) {
52
// Rollback to the previous version
0 commit comments