This is an automated email from the ASF dual-hosted git repository.

yhu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new d4731aa799b use double quotes when using embedded values (#26151)
d4731aa799b is described below

commit d4731aa799b61faf76d82141a97c6d44fe0890ea
Author: Ahmed Abualsaud <[email protected]>
AuthorDate: Thu Apr 6 22:49:14 2023 +0300

    use double quotes when using embedded values (#26151)
---
 .test-infra/jenkins/job_PreCommit_Portable_Python.groovy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.test-infra/jenkins/job_PreCommit_Portable_Python.groovy 
b/.test-infra/jenkins/job_PreCommit_Portable_Python.groovy
index 1f502bef5bc..4c4491a3e0c 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)
     }
   }

Reply via email to