From a5b39478de866b68d0e19ac8aeebb4d0cccb18a2 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Tue, 29 Mar 2022 08:47:57 +0800
Subject: [PATCH]  新增 ureport spring bean连接方式获取数据

---
 Jenkinsfile |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index ff13d7c..b89e867 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -51,15 +51,15 @@
     }
 
     stage('deploy to dev') {
-          agent none
-          steps {
-            container('maven') {
-              withCredentials([kubeconfigContent(credentialsId : 'kube-zhba' ,variable : 'KUBE_VAR' ,)]) {
-                sh 'kubectl apply -f deploy/deploy.yml'
-              }
-            }
+      agent none
+      steps {
+        container('maven') {
+          withCredentials([kubeconfigContent(credentialsId : 'kube-zhba' ,variable : 'KUBE_VAR' ,)]) {
+            sh 'kubectl apply -f deploy/deploy.yml'
           }
         }
+      }
+    }
 
     //部署到 生成环境
     stage('deploy to production') {

--
Gitblit v1.9.3