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.'