diff --git a/Jenkinsfile b/Jenkinsfile index 179b03b..8e9c32d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,7 @@ pipeline { stage('Build') { steps { println 'Cloning git repository...' - git 'https://github.com/nirkoren/devopscon.git' + git 'https://github.com/daniyah-als/devopscon.git' println 'Starting the build...' sh "mvn clean install -Pci" } diff --git a/README.md b/README.md index 3eb1783..5a9a22c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Welcome to DevOpsCon CI/CD demo repo +# Welcome to DevOpsCon CI/CD demo repo - Daniyah ## This repository contains basic Maven project with Hello-World Java war file In order to make it work, please follow the instructions below: diff --git a/build-war/src/main/webapp/index.jsp b/build-war/src/main/webapp/index.jsp index edb6933..38cd1d0 100644 --- a/build-war/src/main/webapp/index.jsp +++ b/build-war/src/main/webapp/index.jsp @@ -1,6 +1,6 @@ <%@page import="org.nirkoren.maven.demo.HelloHandler"%> -
+<%