[1.03.20] Test
This commit is contained in:
parent
e2dad23f98
commit
f6556f1b10
@ -93,8 +93,15 @@ try {
|
||||
|
||||
stage('Deploy') {
|
||||
|
||||
executeShellScript("configuration/scripts/deployToKubernetes.sh",
|
||||
env.APPLICATION_NAME)
|
||||
sh "kubectl apply -f configuration/kubernetes/deployment.yaml"
|
||||
sh "kubectl apply -f configuration/kubernetes/service.yaml"
|
||||
|
||||
sh "kubectl get pods"
|
||||
|
||||
sh "kubectl rollout status deployment/${APPLICATION_NAME}"
|
||||
|
||||
// executeShellScript("configuration/scripts/deployToKubernetes.sh",
|
||||
// env.APPLICATION_NAME)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user