From 76a16266c19f53a7a9a8308dbdcd45a037fcfd5d Mon Sep 17 00:00:00 2001 From: Anuraag8125 Date: Tue, 1 Apr 2025 11:47:42 +0530 Subject: [PATCH] updated jenkinefile --- jenkinfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/jenkinfile b/jenkinfile index 820647fc9..ee2576a0b 100644 --- a/jenkinfile +++ b/jenkinfile @@ -1,8 +1,6 @@ pipeline { agent any - tools { - maven 'Maven' // Ensure Maven is installed in Jenkins - } + stages { stage('Clone the project') { steps {