diff --git a/Jenkinsfile b/Jenkinsfile index 179b03b..de082c4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,9 +8,9 @@ pipeline { stage('Build') { steps { println 'Cloning git repository...' - git 'https://github.com/nirkoren/devopscon.git' + git 'https://github.com/bishopmw/devopscon.git' println 'Starting the build...' - sh "mvn clean install -Pci" + bat "mvn clean install -Pci" } post { success { diff --git a/README.md b/README.md index 298887a..ae37e0f 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,4 @@ In order to make it work, please follow the instructions below: > > ``` +Commit: Michael Bishop (michael.bishop@anthem.com) \ No newline at end of file diff --git a/build-war/src/main/webapp/index.jsp b/build-war/src/main/webapp/index.jsp index edb6933..754d9da 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"%> -
+<%