Skip to content

Commit b9b4b5d

Browse files
authored
Update Jenkinsfile
1 parent b032029 commit b9b4b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/age-calculator/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +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"
22+
echo "Deployment successful!!"
2323
}
2424
}
2525
}

0 commit comments

Comments
 (0)