We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9a3bca commit 74825b5Copy full SHA for 74825b5
Jenkinsfile
@@ -1,6 +1,6 @@
1
node('master') {
2
3
- //def MVNHOME = tool 'Maven'
+ def MVNHOME = tool 'Maven'
4
5
stage ('checkout code'){
6
checkout scm
@@ -30,7 +30,7 @@ stage ('Archive Artifacts'){
30
archiveArtifacts artifacts: 'target/*.war'
31
}
32
33
-//input message: "QA Team Approval for Production Deployment?"
+input message: "QA Team Approval for Production Deployment?"
34
35
stage ('Production Deployment'){
36
sh 'cp target/*.war /opt/tomcat8/webapps'
0 commit comments