From ae577bef74d80d0879b9d2780ea2acfc36dac326 Mon Sep 17 00:00:00 2001 From: Sami Date: Sat, 28 Sep 2024 16:16:04 -0400 Subject: [PATCH] fix: 2 --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 14b2775..abe767e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ pipeline { stages { stage('Build') { steps { - echo 'Building the project...' + echo 'Building the project...Again but this time by pushing new code' // You can add your build tool commands here (e.g., Maven, Gradle, npm) sh 'echo "Building project in ${PROJECT_DIR}"' } @@ -39,7 +39,7 @@ pipeline { cleanWs() } success { - echo 'Pipeline finished successfully!' + echo 'Pipeline finished successfully! - Done by Zakaria' } failure { echo 'Pipeline failed.'