Skip to content
Snippets Groups Projects

update: add sonar cred ID to jenkinsfile for scanning

Merged Martin Lowe requested to merge malowe/main/sonar into main
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -8,6 +8,9 @@ hugo (
build: [
containerImage: 'eclipsefdn/hugo-node:h0.110.0-n18.13.0',
],
quality: [
credentialsId: "sonarcloud-token-eclipse-org"
],
deployment: [
nginxServerConf: 'config/nginx/default.conf'
]
Loading