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() } }