diff --git a/Jenkinsfile b/Jenkinsfile index ad7f1b4..df18a68 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ pipeline { echo "Testing the application..." echo "Executing pipeline for branch $BRANCH_NAME" } - buildJar '' + buildJar } } stage('build') {