We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f00fc7b commit 8456668Copy full SHA for 8456668
contrib/ci.inria.fr/Jenkinsfile-extended
@@ -70,7 +70,7 @@ pipeline {
70
if (env.NO_MINGW != 'true') {
71
listOfNodeNames.push('MinGW')
72
}
73
- if (env.NO_SONAR != 'true') {
+ if (env.NO_SONARQUBE != 'true') {
74
listOfNodeNames.push('SonarQube Scanner')
75
76
if (env.NO_EMBEDDED != 'true') {
contrib/ci.inria.fr/job-3-sonarscanner.sh
@@ -35,7 +35,7 @@ fi
35
36
# check that the repo is the official one
37
if test x$git_repo_url != xhttps://github.com/open-mpi/hwloc.git; then
38
- if test x$FORCE_SONAR_SCANNER = xtrue; then
+ if test x$FORCE_SONARQUBE = xtrue; then
39
echo "Sending non-official repository output to 'tmp' branch on sonarqube server."
40
hwloc_branch=tmp
41
else
0 commit comments