Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
204d789
Title section of index.html updated
RAMKITCS Dec 15, 2018
bdff363
Update index.html
RAMKIDEVOPS Dec 15, 2018
2456d88
index.html updated with git-github learning message
RAMKITCS Dec 15, 2018
b2ac788
updated index.html with for diff at the end
RAMKITCS Dec 15, 2018
d814a98
Update index.html
RAMKIDEVOPS Dec 15, 2018
940e0c6
Changed the index.html with Rama's
RAMKITCS Dec 16, 2018
2fdb3aa
Update index.html
RAMKIDEVOPS Dec 16, 2018
8de6c25
added a change as not
RAMKITCS Dec 16, 2018
b2e54e1
Update README.md
RAMKIDEVOPS Dec 16, 2018
9412a99
add
RAMKITCS Dec 26, 2018
2b6b5a9
updated the index.html content
RAMKITCS Dec 26, 2018
889ecf6
index.html updated
RAMKITCS Jan 3, 2019
50ffbce
index.html changed
RAMKITCS Jan 3, 2019
d9b7c34
changed index.html
RAMKITCS Feb 17, 2019
009cf8d
Update index.html
RAMKIDEVOPS Feb 17, 2019
8d5417f
changes made to index.html
RAMKITCS Feb 20, 2019
af30930
Update index.html
RAMKIDEVOPS Aug 11, 2019
649916f
REDAME
RAMKITCS Dec 2, 2019
5204399
README file ipdated with BBB
RAMKITCS Dec 2, 2019
10bc41e
Update README.md
RAMKIDEVOPS Dec 22, 2019
20381c6
Update README.md
RAMKIDEVOPS Dec 22, 2019
a117e55
Update README.md
RAMKIDEVOPS Dec 22, 2019
9998302
Update README.md
RAMKIDEVOPS Dec 23, 2019
4f92f97
Update README.md
RAMKIDEVOPS Dec 23, 2019
2b8b111
Update README.md
RAMKIDEVOPS Dec 23, 2019
956692d
Update README.md
RAMKIDEVOPS Dec 23, 2019
0630a78
Update pom.xml
RAMKIDEVOPS Jan 16, 2020
4fdf444
Update pom.xml
RAMKIDEVOPS Jan 16, 2020
173d3dc
Update pom.xml
RAMKIDEVOPS Jan 16, 2020
572fa5a
Intial az pipeline
RAMKIDEVOPS Apr 11, 2020
1fe797f
Set up CI with Azure Pipelines
RAMKIDEVOPS Apr 11, 2020
82f3a71
Set up CI with Azure Pipelines
RAMKIDEVOPS May 2, 2020
b8b594f
Set up CI with Azure Pipelines
RAMKIDEVOPS May 3, 2020
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
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# CI-with-Jenkins-in-AWS-Demo
# CI-with-Jenkins-in-GCP-Demo
Test CI
22 changes: 22 additions & 0 deletions azure-pipelines-1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Maven
# Build your Java project and run tests with Apache Maven.
# Add steps that analyze code, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/java

trigger:
- master

pool:
vmImage: 'ubuntu-latest'

steps:
- task: Maven@3
inputs:
mavenPomFile: 'pom.xml'
mavenOptions: '-Xmx3072m'
javaHomeOption: 'JDKVersion'
jdkVersionOption: '1.8'
jdkArchitectureOption: 'x64'
publishJUnitResults: true
testResultsFiles: '**/surefire-reports/TEST-*.xml'
goals: 'package'
22 changes: 22 additions & 0 deletions azure-pipelines-2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Maven
# Build your Java project and run tests with Apache Maven.
# Add steps that analyze code, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/java

trigger:
- master

pool:
vmImage: 'ubuntu-latest'

steps:
- task: Maven@3
inputs:
mavenPomFile: 'pom.xml'
mavenOptions: '-Xmx3072m'
javaHomeOption: 'JDKVersion'
jdkVersionOption: '1.8'
jdkArchitectureOption: 'x64'
publishJUnitResults: true
testResultsFiles: '**/surefire-reports/TEST-*.xml'
goals: 'package'
24 changes: 24 additions & 0 deletions azure-pipelines-3.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Maven
# Build your Java project and run tests with Apache Maven.
# Add steps that analyze code, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/java

trigger:
- master

pool:
vmImage: 'ubuntu-latest'

steps:
- task: Maven@3
inputs:
mavenPomFile: 'pom.xml'
mavenOptions: '-Xmx3072m'
javaHomeOption: 'JDKVersion'
jdkVersionOption: '1.8'
jdkArchitectureOption: 'x64'
publishJUnitResults: true
testResultsFiles: '**/surefire-reports/TEST-*.xml'
goals: 'package'

- task: PublishBuildArtifacts@1
22 changes: 22 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Maven
# Build your Java project and run tests with Apache Maven.
# Add steps that analyze code, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/java

trigger:
- master

pool:
vmImage: 'ubuntu-latest'

steps:
- task: Maven@3
inputs:
mavenPomFile: 'pom.xml'
mavenOptions: '-Xmx3072m'
javaHomeOption: 'JDKVersion'
jdkVersionOption: '1.8'
jdkArchitectureOption: 'x64'
publishJUnitResults: true
testResultsFiles: '**/surefire-reports/TEST-*.xml'
goals: 'package'
7 changes: 4 additions & 3 deletions project/src/main/Webapp/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<html>
<head>
<title>Welcome to Continous Integration with Jenkins in AWS Yottabyte session</title>
<title>Welcome to Worldclass DevOps Workshop </title>

</head>
<body bgcolor=white>

Expand All @@ -10,11 +11,11 @@
<img src="images/test.jpg">
</td>
<td>
<h1>Hello DevOps Engineers and Architects!</h1>
<h1>Hello DevOps Engineers and Architects!</h1>
</td>
</tr>
</table>

<p>This session is to demonstrate how to setup simple pipeline </p>
<p>This session is to demonstrate how to setup CI CD </p>
</body>
</html>
3 changes: 2 additions & 1 deletion project/src/main/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ <h1>Hello DevOps Engineers and Architects!</h1>
</table>

<p>This session is to demonstrate how to setup simple pipeline </p>
</body>
<p> This is testing of Git-Github push </p>
</body>
</html>