From 1d4aac4b5a23abea5ab4512945ab13a892364716 Mon Sep 17 00:00:00 2001 From: Nana Janashia Date: Sat, 7 Nov 2020 17:04:52 +0000 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 858a31e..ab256f7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,7 +7,7 @@ pipeline { steps { script { echo "Testing the application..." - echo "Executing pipeline for branch $BRANCH_NAME" + // echo "Executing pipeline for branch $BRANCH_NAME" buildJar() } }