We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d643bb commit a0b6162Copy full SHA for a0b6162
Jenkinsfile
@@ -59,7 +59,7 @@ pipeline {
59
sh '''docker system prune -f'''
60
}
61
success {
62
- echo "success-1"
+ echo "success"
63
64
failure {
65
echo "failure!"
deployment.yaml
@@ -22,8 +22,7 @@ spec:
22
spec:
23
containers:
24
- name: sweetpotato
25
-# image: azurechyld.azurecr.io/railscalc:v56
26
- image: chyld/calc:v2
+ image: azurechyld.azurecr.io/calc:v9
27
ports:
28
- containerPort: 3333
29
---
0 commit comments