Skip to content

Commit a7dc15d

Browse files
Update Jenkinsfile
1 parent f7dfc51 commit a7dc15d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pipeline {
2323
stage('Deploy') {
2424
steps {
2525
echo 'deploy the artifactories into the environments'
26-
sh 'sudo cp /home/ec2-user/jenkins/workspace/cicd_master/target/*.war /opt/apache-tomcat-9.*/webapps/'
26+
sh 'sudo cp /home/ec2-user/jenkins/workspace/cicd_master/target/*.war /opt/apache-tomcat-9.*/webapps/'
2727
}
2828
}
2929
}

0 commit comments

Comments
 (0)