enabling logging infrastructure to att-wf-build
Change-Id: Ic9444e11839a2ca137e17f3bbb87bd89e335f87b
diff --git a/Jenkinsfile-attworkflow-build b/Jenkinsfile-attworkflow-build
index 785ff70..9c7b882 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: """