Commit f8934f87 authored by abdullh.alsoleman's avatar abdullh.alsoleman

Update Jenkinsfile

parent bbfbd05e
...@@ -47,7 +47,7 @@ pipeline { ...@@ -47,7 +47,7 @@ pipeline {
sh """ sh """
git config user.email "alisaeed23369@gmail.com" git config user.email "alisaeed23369@gmail.com"
git config user.name "alisaeed24" git config user.name "alisaeed24"
git add Job-Deployment.yml git Notification-Deployment.yaml
git commit -m "Update NotificationService image to ${IMAGE_NAME}" git commit -m "Update NotificationService image to ${IMAGE_NAME}"
git push https://${GITHUB_TOKEN}@github.com/alisaeed24/argocd.git master git push https://${GITHUB_TOKEN}@github.com/alisaeed24/argocd.git master
""" """
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment