corrects indenting and sonar project name
This commit is contained in:
parent
459086afc7
commit
4eeab203fd
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -62,6 +62,7 @@ podTemplate(
|
||||
node (label) {
|
||||
def workspace = pwd()
|
||||
|
||||
def shortCommit
|
||||
stage('Clone Repository') {
|
||||
checkout ([$class: "GitSCM",
|
||||
branches: scm.branches,
|
||||
@ -97,7 +98,7 @@ podTemplate(
|
||||
|
||||
stage('Prepare SonarScanner') {
|
||||
def sonarScannerConfig = """
|
||||
sonar.projectKey=emonesp-exporter
|
||||
sonar.projectKey=${env.JOB_BASE_NAME.replace(" ", "-")}
|
||||
sonar.projectVersion=${shortCommit}
|
||||
sonar.sources=.
|
||||
sonar.exclusions=**/*_test.go,**/vendor/**,**/testdata/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user