Skip to content
Open

Dev #14

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
node{

stage('SCM Checkout'){
git url: 'https://github.com/MithunTechnologiesDevOps/java-web-app-docker.git',branch: 'master'
git url: 'https://github.com/maheshbabu9820/java-web-app-docker.git',branch: 'dev'
}

stage(" Maven Clean Package"){
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/views/jsp/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<div class="row">
<div class="col-md-8">
<h2>Welcome To Mithun Technologies, Marathahalli, Banglore.</h2>
<h2>Welcome To Mithun Technologies, Marathahalli, Banglore.,awasam building</h2>
<h3>Contact @ +91-8296242028 ,+91-9980923226</h3>
</div>
</div>
Expand Down