diff --git a/JenkinsFile b/JenkinsFile index f2e32d3..6d99edb 100644 --- a/JenkinsFile +++ b/JenkinsFile @@ -30,10 +30,10 @@ node { } } stage('Deploy') { - sh 'curl -u admin:redhat@123 -T target/**.war "http://34.202.237.124:8080/manager/text/deploy?path=/devops&update=true"' + sh 'curl -u admin:redhat@123 -T target/**.war "http://ec2-34-203-240-253.compute-1.amazonaws.com:8095/manager/text/deploy?path=/devops&update=true"' } stage("Smoke Test"){ - sh "curl --retry-delay 10 --retry 5 http://34.202.237.124:8080/devops" + sh "curl --retry-delay 10 --retry 5 http://ec2-34-203-240-253.compute-1.amazonaws.com:8095/devops" } stage('Artifacts') { if (isUnix()) {