diff --git a/Jenkinsfile b/Jenkinsfile index cf9ed7f..ed804e9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,7 +15,7 @@ pipeline { } } - /* + stage('Install dependencies for Node') { steps { dir('Usermanagement_API_Gateway/Backend/') { @@ -111,7 +111,7 @@ pipeline { sudo docker-compose push ''' } - }*/ + } stage('RabbitMQ Service -- on Kubernetes servicemesh_asim') { steps { diff --git a/istiofiles/steps_jenkinspipeline_istio.txt b/istiofiles/steps_jenkinspipeline_istio.txt index e69de29..355c186 100644 --- a/istiofiles/steps_jenkinspipeline_istio.txt +++ b/istiofiles/steps_jenkinspipeline_istio.txt @@ -0,0 +1,4 @@ +1) kubectl apply -f istio-init.yaml +2) kubectl apply -f istio-demo-config.yaml +3) kubectly apply -f kiali-secret.yaml +4) kubectl label namespace default istio-injection=enabled \ No newline at end of file