diff --git a/Jenkinsfile b/Jenkinsfile index e22f659..2d61080 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,6 +6,7 @@ pipeline { script { echo "Testing the application..." echo "Executing pipeline for branch $BRANCH_NAME" + buildJar } } }