Skip to content

Commit f56e007

Browse files
author
Yaison
committed
RCB-616: moved TODO comment
1 parent 747f14c commit f56e007

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CI.Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11

22

3-
// TODO: find a way to skip the Sonar scan for all this version, but one (maybe the latest?).
43
def versions = [3.11, 3.10, 3.9, 3.8, 3.7]
54

65
def runSonnarForPythonVersion(sourceDir, ver){
@@ -13,6 +12,8 @@ def runSonnarForPythonVersion(sourceDir, ver){
1312
if ("${env.CHANGE_BRANCH}" != "null") {
1413
mySonarOpts="$mySonarOpts -Dsonar.pullrequest.base=${env.CHANGE_TARGET} -Dsonar.pullrequest.branch=${env.CHANGE_BRANCH}"
1514
}
15+
16+
// TODO: find a way to skip the Sonar scan for all those version, but one (maybe the latest?).
1617
sh "docker run \
1718
--pull always \
1819
--rm --volume ${sourceDir}:/source \

0 commit comments

Comments
 (0)