Skip to content

Commit 49143a6

Browse files
Update Jenkinsfile
1 parent 76768ac commit 49143a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ pipeline {
2222

2323
stage('Deploy') {
2424
steps {
25+
2526
echo 'deploy the artifactories into the environments'
2627
sh 'sudo cp /home/ec2-user/jenkins/workspace/cicd_master/target/*.war /opt/apache-tomcat-9.*/webapps/'
2728
}

0 commit comments

Comments
 (0)