Update staging file with 55d6000 commit

This commit is contained in:
Jenkins 2019-10-24 02:19:26 +00:00 committed by gavinfish
parent 55d60002e9
commit 1b2914ae34
7 changed files with 9 additions and 9 deletions

2
Jenkinsfile vendored
View file

@ -26,7 +26,7 @@ pipeline {
stage('build') {
when {
changeset "src/*"
changeset "src/**"
}
steps {

View file

@ -12,12 +12,12 @@ spec:
metadata:
labels:
app: pet-clinic
version: pc-5fb7fbc
version: pc-55d6000
spec:
containers:
- name: pet-clinic
image: "jenkinsdemosacr.azurecr.io/pet-clinic:pc-5fb7fbc"
image: "jenkinsdemosacr.azurecr.io/pet-clinic:pc-55d6000"
ports:
- containerPort: 8080
imagePullSecrets:

View file

@ -4,12 +4,12 @@ metadata:
name: pet-clinic
namespace: staging
labels:
version: pc-5fb7fbc
version: pc-55d6000
spec:
type: LoadBalancer
selector:
app: pet-clinic
version: pc-5fb7fbc
version: pc-55d6000
ports:
- port: 80
protocol: TCP

View file

@ -25,6 +25,6 @@ class WelcomeController {
@GetMapping("/")
public String welcome() {
return "Welcome";
return "welcome";
}
}

View file

@ -1,4 +1,4 @@
welcome=Welcome
welcome=Welcome to ignite
required=is required
notFound=has not been found
duplicate=is already in use

View file

@ -8,4 +8,4 @@
<p th:text="${message}">Exception message</p>
</body>
</html>
</html>

View file

@ -4,7 +4,7 @@
<body>
<h2 th:text="#{welcome}">Hello Ignite</h2>
<h2 th:text="#{welcome}">Welcome!!!</h2>
<div class="row">
<div class="col-md-12">
<img class="img-responsive" src="../static/resources/images/pets.png" th:src="@{/resources/images/pets.png}"/>