Add missing quote
authorMatt Mitchell <mmitche@microsoft.com>
Tue, 13 Oct 2015 18:23:48 +0000 (11:23 -0700)
committerMatt Mitchell <mmitche@microsoft.com>
Tue, 13 Oct 2015 18:23:48 +0000 (11:23 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/3671f922c175766b667fc94fc727bd9a6f69d22c

src/coreclr/netci.groovy

index 10d907b..5bb04f5 100644 (file)
@@ -130,7 +130,7 @@ def os = 'Ubuntu'
         def lowerConfiguration = configuration.toLowerCase()
         
         // Create the new job
-        def newArm64Job = job(Utilities.getFullJobName(project, "arm64_cross_${os.toLowerCase()}_${lowerConfiguration}, isPR)) {
+        def newArm64Job = job(Utilities.getFullJobName(project, "arm64_cross_${os.toLowerCase()}_${lowerConfiguration}", isPR)) {
             // Set the label.
             label(machineLabelMap[os])
             steps {
@@ -155,7 +155,7 @@ ROOTFS_DIR=/opt/aarch64-linux-gnu-root ./build.sh skipmscorlib arm64 cross verbo
         }
         
         // Create the new job
-        def newArmJob = job(Utilities.getFullJobName(project, "arm_cross_${os.toLowerCase()}_${lowerConfiguration}, isPR)) {
+        def newArmJob = job(Utilities.getFullJobName(project, "arm_cross_${os.toLowerCase()}_${lowerConfiguration}", isPR)) {
             // Set the label.
             label(machineLabelMap[os])
             steps {