From a40f2b89a29259f815ff99abcee26ee1cbf9cf10 Mon Sep 17 00:00:00 2001 From: Zakaria Date: Sat, 28 Sep 2024 20:18:45 +0000 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index abe767e..b52de0f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ pipeline { stages { stage('Build') { steps { - echo 'Building the project...Again but this time by pushing new code' + echo 'Building the project...Again but this time by pushing new code - Done by Zakaria' // You can add your build tool commands here (e.g., Maven, Gradle, npm) sh 'echo "Building project in ${PROJECT_DIR}"' }