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
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ pipeline {
}
}
}
hello world happy learning with aws
2 changes: 1 addition & 1 deletion WebContent/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<br>
<table class="tab">
<tr>
<td><a href="index.html" id="happy">Happy Learning!!<br>Welcome to our book store!</a></td>
<td><a href="index.html" id="happy">Happy Learning!!<br>AWS DEVOPS TRAINING 23!</a></td>
</tr>
</table>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<artifactId>maven-war-plugin</artifactId>
<version>3.2.1</version>
<configuration>
<warSourceDirectory>WebContent</warSourceDirectory>
<warSourceDirectory>WebContent well come to online traning in aws devops </warSourceDirectory>
</configuration>
</plugin>
</plugins>
Expand Down