Update Jenkinsfile

This commit is contained in:
Nana Janashia
2020-11-07 16:32:06 +00:00
parent 61821c6ef7
commit 9cc6d90fe8

1
Jenkinsfile vendored
View File

@@ -6,6 +6,7 @@ pipeline {
script { script {
echo "Testing the application..." echo "Testing the application..."
echo "Executing pipeline for branch $BRANCH_NAME" echo "Executing pipeline for branch $BRANCH_NAME"
buildJar
} }
} }
} }