diff --git a/Jenkinsfile b/Jenkinsfile index 49679e3..bf43911 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -88,7 +88,7 @@ pipeline { -Dsonar.projectKey=cd_haproxy \ -Dsonar.sources=. \ -Dsonar.host.url=http://sonarqube.confdroid.com \ - -Dsonar.login=f4d68d1f43370b34439eee7fbf5e2b6182cf449c + -Dsonar.token=sqa_7fb2bf0e3f840da6fc0ac223f1d4c4faef6f2b06 ''' } } diff --git a/manifests/main/config.pp b/manifests/main/config.pp index 496aa44..262f1e0 100644 --- a/manifests/main/config.pp +++ b/manifests/main/config.pp @@ -26,6 +26,6 @@ class cd_haproxy::main::config ( ) inherits cd_haproxy::params { include cd_haproxy::server::service -# include cd_haproxy::server::proxy_test + include cd_haproxy::server::proxy_test }