From ee187ebb904ebc11a33d68cf6a8de76c6442656f Mon Sep 17 00:00:00 2001 From: Ashutosh Apurva Date: Sat, 18 Nov 2023 19:32:33 +0530 Subject: [PATCH] feat: remove docker agent in the pipeline --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 16e73637..00648772 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,6 @@ pipeline { agent any - } + tools { // Define the Maven tool with the desired name and version maven 'maven-3.9.5'