Skip to content

Commit 74825b5

Browse files
Update Jenkinsfile
1 parent f9a3bca commit 74825b5

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
@@ -1,6 +1,6 @@
11
node('master') {
22

3-
//def MVNHOME = tool 'Maven'
3+
def MVNHOME = tool 'Maven'
44

55
stage ('checkout code'){
66
checkout scm
@@ -30,7 +30,7 @@ stage ('Archive Artifacts'){
3030
archiveArtifacts artifacts: 'target/*.war'
3131
}
3232

33-
//input message: "QA Team Approval for Production Deployment?"
33+
input message: "QA Team Approval for Production Deployment?"
3434

3535
stage ('Production Deployment'){
3636
sh 'cp target/*.war /opt/tomcat8/webapps'

0 commit comments

Comments
 (0)