We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bf845c commit 8703696Copy full SHA for 8703696
1 file changed
Jenkinsfile
@@ -3,14 +3,14 @@ node{
3
stage('code'){
4
git branch: 'development', url: 'https://github.com/LandmakTechnology/web-app'
5
}
6
- stage('BUILD'){
+ stage('BUILD'){
7
sh "${MHD}/bin/mvn clean package"
8
9
10
/*
11
stage('deploy'){
12
sshagent(['tomcat']) {
13
- //sh "scp -o StrictHostKeyChecking=no target/*war ec2-user@172.31.15.31:/opt/tomcat9/webapps/"
+ sh "scp -o StrictHostKeyChecking=no target/*war ec2-user@172.31.15.31:/opt/tomcat9/webapps/"
14
15
16
stage('email'){
0 commit comments