Update Jenkinsfile

This commit is contained in:
Nana Janashia
2020-11-07 16:51:48 +00:00
parent a0deb05e4e
commit ce28529588

2
Jenkinsfile vendored
View File

@@ -8,8 +8,8 @@ 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 ''
} }
} }
stage('build') { stage('build') {