Commenting out logging charts installation
Change-Id: I12a93a923dde91c65e7d161417737eb9bac94563
diff --git a/Jenkinsfile-attworkflow-build b/Jenkinsfile-attworkflow-build
index 8228d78..97f3de9 100644
--- a/Jenkinsfile-attworkflow-build
+++ b/Jenkinsfile-attworkflow-build
@@ -79,16 +79,16 @@
}
}
}
- stage('Install Logging Infrastructure') {
- timeout(10) {
- sh returnStdout: true, script: """
- export KUBECONFIG=$WORKSPACE/${configBaseDir}/${configKubernetesDir}/${configFileName}.conf
- helm dep update logging
- helm install -f examples/logging-single.yaml -n logging logging
- scripts/wait_for_pods.sh
- """
- }
- }
+ // stage('Install Logging Infrastructure') {
+ // timeout(10) {
+ // sh returnStdout: true, script: """
+ // export KUBECONFIG=$WORKSPACE/${configBaseDir}/${configKubernetesDir}/${configFileName}.conf
+ // helm dep update logging
+ // helm install -f examples/logging-single.yaml -n logging logging
+ // scripts/wait_for_pods.sh
+ // """
+ // }
+ // }
stage('Install Monitoring Infrastructure') {
timeout(10) {
sh returnStdout: true, script: """