We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7dfc51 commit a7dc15dCopy full SHA for a7dc15d
Jenkinsfile
@@ -23,7 +23,7 @@ pipeline {
23
stage('Deploy') {
24
steps {
25
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/'
+ sh 'sudo cp /home/ec2-user/jenkins/workspace/cicd_master/target/*.war /opt/apache-tomcat-9.*/webapps/'
27
}
28
29
0 commit comments