diff --git a/feature.txt b/feature.txt
new file mode 100644
index 0000000..25cb18d
--- /dev/null
+++ b/feature.txt
@@ -0,0 +1 @@
+This is sample test
\ No newline at end of file
diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp
index fad5d65..290734c 100644
--- a/src/main/webapp/index.jsp
+++ b/src/main/webapp/index.jsp
@@ -6,7 +6,7 @@
Hello Java EE 7 Continuous Delivery!
- Example of Automated DevOps CI/CD
+ Example of Automated DevOps New One CI/CD
Code Commited:: GitLab -> Jenkins -> Maven -> Nexus
Build is Available:: Jenkins -> Deploy -> Nexus -> Tomcat7
First Job is Over:: Jenkins -> Maven -> Sonar
diff --git a/test.txt b/test.txt
new file mode 100644
index 0000000..6705034
--- /dev/null
+++ b/test.txt
@@ -0,0 +1 @@
+This is a text file for testing the GIT commit.
\ No newline at end of file