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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM tomcat:8.0.20-jre8
COPY target/*.war /usr/local/tomcat/webapps/cohort7.war
COPY target/web-app.war usr/local/tomcat/webapps
59 changes: 0 additions & 59 deletions JenkinsDeclarativePipelineScript

This file was deleted.

53 changes: 0 additions & 53 deletions Jenkinscohort6

This file was deleted.

23 changes: 0 additions & 23 deletions Jenkinsfile

This file was deleted.

39 changes: 0 additions & 39 deletions Jenkinsfile-scripted

This file was deleted.

51 changes: 0 additions & 51 deletions cohort9

This file was deleted.

34 changes: 0 additions & 34 deletions jenkins-cohort8

This file was deleted.

50 changes: 0 additions & 50 deletions jenkinsfilecohort7

This file was deleted.

14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<groupId>com.mt</groupId>
<artifactId>maven-web-application</artifactId>
<packaging>war</packaging>
<version>2.0.7-SNAPSHOT</version>
<version>1.0.0-RELEASE</version>

<name>maven-web-application</name>

<description>Maven Web Project for Java Project</description>

<organization>
<name>ACADA Learning</name>
<name>Dev Consults</name>
<url>http://acadalearning.com/</url>
</organization>

Expand All @@ -21,7 +21,7 @@
<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.20.235:9000/</sonar.host.url>
<sonar.host.url>http://172.31.12.154:9000/</sonar.host.url>
<sonar.login>admin</sonar.login>
<sonar.password>admin</sonar.password>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -96,14 +96,14 @@
<distributionManagement>
<repository>
<id>nexus</id>
<name>ACADA Learning Releases Nexus Repository</name>
<url>http://172.31.27.56:8081/repository/rbc-release/</url>
<name>Dev Consults Releases Nexus Repository</name>
<url>http://172.31.12.154:8081/repository/rbc-release/</url>
</repository>

<snapshotRepository>
<id>nexus</id>
<name>ACADA Learning Snapshot Nexus Repository </name>
<url>http://172.31.27.56:8081/repository/rbc-snapshot/</url>
<name>Dev Consults Snapshot Nexus Repository </name>
<url>http://172.31.12.154:8081/repository/rbc-snapshot/</url>
</snapshotRepository>

</distributionManagement>
Expand Down
Binary file not shown.
5 changes: 5 additions & 0 deletions target/maven-archiver/pom.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#Generated by Maven
#Sun Apr 21 02:02:21 UTC 2024
groupId=com.mt
artifactId=maven-web-application
version=1.0.0-RELEASE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
com/mt/services/EmployeeService.class
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/home/ubuntu/pipelineproject/web-app/src/main/java/com/mt/services/EmployeeService.java
Binary file added target/web-app.war
Binary file not shown.
Binary file not shown.
Binary file added target/web-app/WEB-INF/lib/json-20160212.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading