Update Jenkinsfile

This commit is contained in:
Nana Janashia
2020-11-07 16:52:56 +00:00
parent ce28529588
commit e68743b02d

2
Jenkinsfile vendored
View File

@@ -9,7 +9,7 @@ pipeline {
echo "Testing the application..."
echo "Executing pipeline for branch $BRANCH_NAME"
}
buildJar ''
buildJar
}
}
stage('build') {