Skip to content

Commit a0b6162

Browse files
committed
kube
1 parent 8d643bb commit a0b6162

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ pipeline {
5959
sh '''docker system prune -f'''
6060
}
6161
success {
62-
echo "success-1"
62+
echo "success"
6363
}
6464
failure {
6565
echo "failure!"

deployment.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ spec:
2222
spec:
2323
containers:
2424
- name: sweetpotato
25-
# image: azurechyld.azurecr.io/railscalc:v56
26-
image: chyld/calc:v2
25+
image: azurechyld.azurecr.io/calc:v9
2726
ports:
2827
- containerPort: 3333
2928
---

0 commit comments

Comments
 (0)