From 366a44a946a47b0a815906d8f38a75cbaa7c9e33 Mon Sep 17 00:00:00 2001 From: Sami Date: Sat, 28 Sep 2024 16:29:33 -0400 Subject: [PATCH] fix: 3 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d0c5642..48ac8f6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,7 +25,7 @@ pipeline { stage('Deploy') { steps { - echo 'Deploying the application...' + echo 'Deploying the application... Deployed by Zakaria' // Example: You can add your deployment steps (e.g., Docker push, SCP, Kubernetes apply) sh 'echo "Deploying project from ${PROJECT_DIR}"' }