From d7c7acced37f65e305e42f14f245d38e3b558d1d Mon Sep 17 00:00:00 2001 From: Ambikake <97284543+Ambikake@users.noreply.github.com> Date: Mon, 5 Dec 2022 19:22:08 +0530 Subject: [PATCH] a a --- Jenkinsfile | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 813677a..66f90e8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,16 +8,4 @@ node('built-in') { sh label: '', script: 'mvn package' } - stage('Continuous Deployment') - { -sh label: '', script: 'scp /home/ubuntu/.jenkins/workspace/ScriptedPipeline/webapp/target/webapp.war ubuntu@172.31.26.217:/var/lib/tomcat8/webapps/qaenv.war' - } - stage('Continuous Testing') - { - sh label: '', script: 'echo "Testing Passed"' - } - stage('Continuous Delivery') - { -sh label: '', script: 'scp /home/ubuntu/.jenkins/workspace/ScriptedPipeline/webapp/target/webapp.war ubuntu@172.31.22.88:/var/lib/tomcat8/webapps/prodenv.war' - } }