Skip to content

Commit 8456668

Browse files
committed
contrib/ci.inria.fr: better names for sonarqube build parameters
Signed-off-by: Brice Goglin <[email protected]>
1 parent f00fc7b commit 8456668

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/ci.inria.fr/Jenkinsfile-extended

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ pipeline {
7070
if (env.NO_MINGW != 'true') {
7171
listOfNodeNames.push('MinGW')
7272
}
73-
if (env.NO_SONAR != 'true') {
73+
if (env.NO_SONARQUBE != 'true') {
7474
listOfNodeNames.push('SonarQube Scanner')
7575
}
7676
if (env.NO_EMBEDDED != 'true') {

contrib/ci.inria.fr/job-3-sonarscanner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ fi
3535

3636
# check that the repo is the official one
3737
if test x$git_repo_url != xhttps://github.com/open-mpi/hwloc.git; then
38-
if test x$FORCE_SONAR_SCANNER = xtrue; then
38+
if test x$FORCE_SONARQUBE = xtrue; then
3939
echo "Sending non-official repository output to 'tmp' branch on sonarqube server."
4040
hwloc_branch=tmp
4141
else

0 commit comments

Comments
 (0)