From 02aef32659d195ba09ce7bbe7a70d0a87b612bd3 Mon Sep 17 00:00:00 2001 From: Nana Janashia Date: Sat, 7 Nov 2020 16:53:58 +0000 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index df18a68..4019106 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,10 +5,8 @@ pipeline { stages { stage('test') { steps { - script { - echo "Testing the application..." - echo "Executing pipeline for branch $BRANCH_NAME" - } + echo "Testing the application..." + echo "Executing pipeline for branch $BRANCH_NAME" buildJar } }