diff --git a/.circleci/config.yml b/.circleci/config.yml new file mode 100644 index 0000000..a5e876c --- /dev/null +++ b/.circleci/config.yml @@ -0,0 +1,9 @@ +version: 2.1 + +orbs: + maven: circleci/maven@0.0.12 + +workflows: + maven_test: + jobs: + - maven/test # checkout, build, test, and upload test results diff --git a/newbranch b/newbranch new file mode 100644 index 0000000..9ba98fa --- /dev/null +++ b/newbranch @@ -0,0 +1 @@ +hi ne barnch created and code changes pushes into new branch diff --git a/src/com/bt/contoller/SampleController.java b/src/com/bt/contoller/SampleController.java index c38b416..e8fbf5c 100644 --- a/src/com/bt/contoller/SampleController.java +++ b/src/com/bt/contoller/SampleController.java @@ -20,7 +20,7 @@ String uploadImage(HttpServletRequest request, HttpServletResponse response, Htt throws JSONException { JSONObject js = new JSONObject(); - js.put("Name", "Gangadhar Reddy"); + js.put("Name", "Bhaskar Reddy"); js.put("Technology", "DevOps "); return js.toString();