Update Jenkinsfile

This commit is contained in:
Nana Janashia
2020-11-07 16:50:48 +00:00
parent 126336f79e
commit a0deb05e4e

2
Jenkinsfile vendored
View File

@@ -8,7 +8,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 buildJar ''
} }
} }
} }