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 35c450c commit b2771d1Copy full SHA for b2771d1
JenkinsFileKubernetes
@@ -68,7 +68,7 @@ pipeline
68
steps()
69
{
70
sh 'kubectl delete deployment webpage-deployment -n production || true'
71
- sh 'kubectl apply -f webpage-deployment'
+ sh 'kubectl apply -f MavenWebApplication.yaml'
72
}
73
74
0 commit comments