diff --git a/Jenkinsfile b/Jenkinsfile index 878003e..651be51 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,7 @@ pipeline { script { echo "Testing the application..." echo "Executing pipeline for branch $BRANCH_NAME" - buildJar + buildJar '' } } }