Update Jenkinsfile

This commit is contained in:
Nana Janashia
2020-11-07 17:04:52 +00:00
parent f65d9eb00e
commit 1d4aac4b5a

2
Jenkinsfile vendored
View File

@@ -7,7 +7,7 @@ pipeline {
steps { steps {
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()
} }
} }