From 88d03ec79e72c686ebb9b9cee21f1478d757bf83 Mon Sep 17 00:00:00 2001 From: Ashutosh Apurva Date: Tue, 21 Nov 2023 15:20:22 +0530 Subject: [PATCH] feat: add docker build agent in the pipeline --- Jenkinsfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index d06a0163..273ef025 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,11 +6,6 @@ pipeline { } } - tools { - // Define the Maven tool with the desired name and version - maven 'maven-3.9.5' - } - options { buildDiscarder(logRotator(numToKeepStr: '5')) }