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}"' }