Skip to content

Commit b032029

Browse files
authored
Update Jenkinsfile
1 parent a5f403b commit b032029

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/age-calculator/Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ pipeline {
1919
steps{
2020
echo "Deploying to Apache server...."
2121
sh "sudo cp -r /home/ubuntu/workspace/practice-jenkins/projects/age-calculator/* /var/www/html/"
22+
echo "Deployment successful"
2223
}
2324
}
2425
}

0 commit comments

Comments
 (0)