We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76768ac commit 49143a6Copy full SHA for 49143a6
Jenkinsfile
@@ -22,6 +22,7 @@ pipeline {
22
23
stage('Deploy') {
24
steps {
25
+
26
echo 'deploy the artifactories into the environments'
27
sh 'sudo cp /home/ec2-user/jenkins/workspace/cicd_master/target/*.war /opt/apache-tomcat-9.*/webapps/'
28
}
0 commit comments