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
Empty file added Ikemefuna
Empty file.
20 changes: 20 additions & 0 deletions JenksChim
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
pipeline{
agent any
tools{
maven "maven"
}
stages{
stage('clone code'){
steps{
git "https://github.com/CodedOps/maven-web-application"
}
}
stage('build + UnitTest')
{
steps{
sh "echo 'conduct unit test'"
sh "mvn package"
}
}
}
}
Empty file added man.sh
Empty file.
15 changes: 7 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
<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:172.31.27.227:9000/</sonar.host.url>
<sonar.host.url>http://34.232.44.71:9000</sonar.host.url>
<sonar.login>admin</sonar.login>
<sonar.password>admin@123</sonar.password>
<sonar.password>admin</sonar.password>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

Expand Down Expand Up @@ -96,17 +96,16 @@
<distributionManagement>
<repository>
<id>nexus</id>
<name>Landmark Technologies Releases Nexus Repository</name>
<url> http://172.31.18.29:8081/repository/ebay-bts-releases/</url>
<name>maven-releases</name>
<url>http://localhost:8081/repository/maven-releases/</url>
</repository>

<snapshotRepository>
<id>nexus</id>
<name>Landmark Technologies Snapshot Nexus Repository </name>
<url>http://172.31.18.29:8081/repository/ebay-bts-snapshot/</url>
<name>maven-snapshots</name>
<url>http://localhost:8081/repository/maven-snapshots/</url>
</snapshotRepository>

</distributionManagement>
</distributionManagement>

<build>
<finalName>maven-web-app</finalName>
Expand Down
1 change: 1 addition & 0 deletions script.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Nice Man
7 changes: 4 additions & 3 deletions src/main/webapp/jsps/home.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@
</head>
</head>
<body>
<h1 align="center">Welcome to Landmark Technologies.</h1>
<h2 align="center"> We are supporting the Ebay Black Friday Project.
<h1 align="center">Don Moen says: Welcome to Landmark Technologies.</h1>
<h2 align="center"> We are supporting the Ebay Black Friday Project. Chimezie is the Greatest!! Yo know this man!
Landmark Technologies is a software development company.
Class26 will run from October 2, 2021.
The shout of the King Jesus is in our midst. HE IS OUR SUCCESS ACCESS KEY</h2>
The shout of the King Jesus is in our midst. HE IS OUR SUCCESS ACCESS KEY. I just want to thank you lord</h2>
<h2 align="center">As you give the grace with all that is in my heart, I will sing and praise!</h2>
<hr>
<div style="text-align: center;">
<span>
Expand Down