Skip to content

Commit 5d5057b

Browse files
Update Jenkinsfile
1 parent 03a93ef commit 5d5057b

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
@@ -26,7 +26,7 @@ node('master')
2626
git branch: 'development', credentialsId: '2587140f-2970-4f0e-aac3-62624e3d9682', url: 'https://github.com/MithunTechnologiesDevOps/maven-web-application.git'
2727
}
2828

29-
/*
29+
3030
stage('Build')
3131
{
3232
sh "${MavenHome}/bin/mvn clean package"
@@ -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)