Skip to content
Open
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
9 changes: 9 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

node('node1')

node

{

def mavenHome=tool name: "maven3.6.3"
Expand All @@ -8,6 +12,10 @@ node
git branch: 'development', credentialsId: 'bed5a851-d84d-412e-87e7-bf9ce23c0e0e', url: 'https://github.com/MithunTechnologiesDevOps/maven-web-application.git'

}




/*
stage('Build')
{
Expand Down Expand Up @@ -39,4 +47,5 @@ node
Mithun Technologies,
9980923226.''', subject: 'Build is over', to: 'devopstrainingblr@gmail.com'
}

}
13 changes: 8 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,17 @@
<jdk.version>1.8</jdk.version>
<spring.version>5.1.2.RELEASE</spring.version>
<junit.version>4.11</junit.version>
<log4j.version>1.2.17</log4j.version>
<sonar.host.url>http://15.206.69.51:9000/</sonar.host.url>
<log4j.version>1.2.17</log4j.version>
<sonar.organization>sandeepgit0218</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<!--<sonar.login>bd351310260cd34dd108d7463263e6ce44caf667</sonar.login>-->
<sonar.login>admin</sonar.login>
<sonar.password>admin</sonar.password>
<sonar.password>admin</sonar.password>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

</properties>


<dependencies>

Expand Down Expand Up @@ -98,13 +101,13 @@
<repository>
<id>nexus</id>
<name>Mithun Technologies Releases Nexus Repository</name>
<url>http://13.235.103.28:8081/repository/flipkart-releases/</url>
<url>http://35.154.77.200:8081/repository/flipkart-relases/</url>
</repository>

<snapshotRepository>
<id>nexus</id>
<name>Mithun Technologies Snapshot Nexus Repository </name>
<url>http://13.235.103.28:8081/repository/flipkart-snapshot/</url>
<url>http://35.154.77.200:8081/repository/flipkart-snapshot/</url>
</snapshotRepository>

</distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/jsps/home.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</head>
<body>
<h1 align="center">Welcome to Mithun Technologies.</h1>
<h1 align="center">Very Good Training center for DevOps with AWS in Maratha Halli and also for Job Assitance Job Support also...Teaching Real Time scnerios</h1>
<h1 align="center"> We have new Batch demo on 25th Jan 2020 at 9 AM IST......Very Good Training center for DevOps with AWS in Maratha Halli and also for Job Assitance Job Support also...Teaching Real Time scnerios and use cases...</h1>
<hr>
<div style="text-align: center;">
<span>
Expand Down