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