Skip to content

Commit 9e3ea92

Browse files
Update Jenkinsfile
1 parent 5d5057b commit 9e3ea92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ node('master')
2121
])
2222
])
2323

24-
24+
/*
2525
stage('CheckoutCode'){
2626
git branch: 'development', credentialsId: '2587140f-2970-4f0e-aac3-62624e3d9682', url: 'https://github.com/MithunTechnologiesDevOps/maven-web-application.git'
2727
}
@@ -46,7 +46,7 @@ node('master')
4646
sh "scp -o StrictHostKeyChecking=no target/maven-web-application.war [email protected]:/opt/apache-tomcat-9.0.22/webapps/maven-web-application.war"
4747
}
4848
}
49-
49+
*/
5050
stage('EmailNotification'){
5151
emailext body: '''Build is over
5252
Please check the logs...

0 commit comments

Comments
 (0)