Update Jenkinsfile

This commit is contained in:
Nana Janashia
2020-11-07 16:59:22 +00:00
parent a026af6e2f
commit f65d9eb00e

2
Jenkinsfile vendored
View File

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