Skip to content

Commit

Permalink
new commit
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Sep 14, 2018
1 parent 05ccc52 commit ff8cd2a
Show file tree
Hide file tree
Showing 26 changed files with 104 additions and 294 deletions.
3 changes: 0 additions & 3 deletions Dockerfile

This file was deleted.

23 changes: 0 additions & 23 deletions Jenkinsfile

This file was deleted.

12 changes: 0 additions & 12 deletions deploy-to-tomcat

This file was deleted.

30 changes: 0 additions & 30 deletions deploy-war-to-tomcat

This file was deleted.

25 changes: 0 additions & 25 deletions docker-ci-cd-youtube

This file was deleted.

36 changes: 0 additions & 36 deletions function-demo

This file was deleted.

9 changes: 0 additions & 9 deletions github-push-trigger

This file was deleted.

13 changes: 0 additions & 13 deletions global-variables

This file was deleted.

14 changes: 0 additions & 14 deletions parallel-executions

This file was deleted.

9 changes: 0 additions & 9 deletions parameterized-builds

This file was deleted.

41 changes: 0 additions & 41 deletions pipeline-docker-ci-cd

This file was deleted.

47 changes: 0 additions & 47 deletions sonar-status-check

This file was deleted.

32 changes: 0 additions & 32 deletions sonarqube-analysis

This file was deleted.

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
#Fri Sep 14 10:27:16 UTC 2018
version=0.0.1
groupId=in.javahome
artifactId=myweb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
in/javahome/myweb/controller/Calculator.class
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/tmp/my-app/src/main/java/in/javahome/myweb/controller/Calculator.java
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
in/javahome/myweb/controller/CalculatorTest.class
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/tmp/my-app/src/test/java/in/javahome/myweb/controller/CalculatorTest.java
Binary file added target/myweb-0.0.1.war
Binary file not shown.
Binary file not shown.
7 changes: 7 additions & 0 deletions target/myweb-0.0.1/WEB-INF/web.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<!DOCTYPE web-app PUBLIC
"-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
"http://java.sun.com/dtd/web-app_2_3.dtd" >

<web-app>
<display-name>Archetype Created Web Application</display-name>
</web-app>
19 changes: 19 additions & 0 deletions target/myweb-0.0.1/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>

<div class="container-fluid">
<h1>Welcome to Java Home Cloud Version-6</h1>
<h2>Git Push Trigger Demo</h2>
</div>

</body>
</html>
Loading

0 comments on commit ff8cd2a

Please sign in to comment.