Commit 17f1ec7f authored by Khady Diagne's avatar Khady Diagne

Update Jenkinsfileargo

parent fe2075ff
......@@ -39,7 +39,7 @@ pipeline {
stage('ArgoCD Deployment') {
steps {
script {
sh 'kubectl apply -f argocd_deploy.yaml --validate=false '
bat 'kubectl apply -f argocd_deploy.yaml --validate=false '
}
}
}
......@@ -48,10 +48,10 @@ pipeline {
steps {
script {
// Vérifier que les ressources Kubernetes sont correctement déployées
sh 'kubectl get all -n default'
sh 'kubectl get pv'
sh 'kubectl get pvc'
sh 'kubectl get hpa'
bat 'kubectl get all -n default'
bat 'kubectl get pv'
bat 'kubectl get pvc'
bat 'kubectl get hpa'
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment