Nur Build-Step in Jenkinsfile aufgenommen
This commit is contained in:
@@ -11,15 +11,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('SonarQube') {
|
|
||||||
environment {
|
|
||||||
scannerHome = tool 'sonar-scanner4.4'
|
|
||||||
project = 'wolwin_nightly'
|
|
||||||
}
|
|
||||||
steps {
|
|
||||||
withSonarQubeEnv('SonarQube_Homer') {
|
|
||||||
bat "${scannerHome}/bin/sonar-scanner -Dsonar.projectKey=${project}"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user