diff --git a/.test-infra/jenkins/job_PreCommit_Portable_Python.groovy b/.test-infra/jenkins/job_PreCommit_Portable_Python.groovy index 1f502bef5bc1..4c4491a3e0c2 100644 --- a/.test-infra/jenkins/job_PreCommit_Portable_Python.groovy +++ b/.test-infra/jenkins/job_PreCommit_Portable_Python.groovy @@ -47,12 +47,12 @@ builder.build { steps { gradle { rootBuildScriptDir(commonJobProperties.checkoutDir) - tasks(':sdks:python:test-suites:portable:py${lowestSupported}:preCommitPy${lowestSupported}') + tasks(":sdks:python:test-suites:portable:py${lowestSupported}:preCommitPy${lowestSupported}") commonJobProperties.setGradleSwitches(delegate) } gradle { rootBuildScriptDir(commonJobProperties.checkoutDir) - tasks(':sdks:python:test-suites:portable:${highestSupported}:preCommitPy${highestSupported}') + tasks(":sdks:python:test-suites:portable:${highestSupported}:preCommitPy${highestSupported}") commonJobProperties.setGradleSwitches(delegate) } }