You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/08/08 18:32:37 UTC

[GitHub] marcoabreu closed pull request #12095: Fix syntax errors in Jenkinsfiles

marcoabreu closed pull request #12095: Fix syntax errors in Jenkinsfiles
URL: https://github.com/apache/incubator-mxnet/pull/12095
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docs/Jenkinsfile b/docs/Jenkinsfile
index 2431825c97c..039b794914b 100644
--- a/docs/Jenkinsfile
+++ b/docs/Jenkinsfile
@@ -44,6 +44,7 @@ core_logic: {
       }
     }
   }
+}
 ,
 failure_handler: {
   if (currentBuild.result == "FAILURE") {
diff --git a/tests/nightly/Jenkinsfile b/tests/nightly/Jenkinsfile
index b8debb21344..29db3b1a37b 100755
--- a/tests/nightly/Jenkinsfile
+++ b/tests/nightly/Jenkinsfile
@@ -122,6 +122,7 @@ core_logic: {
       }
     }
   }
+}
 ,
 failure_handler: {
   // Only send email if nightly test failed
diff --git a/tests/nightly/JenkinsfileForBinaries b/tests/nightly/JenkinsfileForBinaries
index d3454dc6832..c8f9ed6fab3 100755
--- a/tests/nightly/JenkinsfileForBinaries
+++ b/tests/nightly/JenkinsfileForBinaries
@@ -20,7 +20,7 @@
 
 mx_lib = 'lib/libmxnet.so, lib/libmxnet.a, 3rdparty/dmlc-core/libdmlc.a, 3rdparty/tvm/nnvm/lib/libnnvm.a'
 
-node('mxnetlinux-cpu) {
+node('mxnetlinux-cpu') {
   // Loading the utilities requires a node context unfortunately
   checkout scm
   utils = load('ci/Jenkinsfile_utils.groovy')
@@ -98,6 +98,7 @@ core_logic: {
       }
     }
   }
+}
 ,
 failure_handler: {
   if (currentBuild.result == "FAILURE") {
diff --git a/tests/nightly/broken_link_checker_test/JenkinsfileForBLC b/tests/nightly/broken_link_checker_test/JenkinsfileForBLC
index 6e859ed6bf9..43b22a79270 100755
--- a/tests/nightly/broken_link_checker_test/JenkinsfileForBLC
+++ b/tests/nightly/broken_link_checker_test/JenkinsfileForBLC
@@ -45,6 +45,7 @@ core_logic: {
       }
     }
   }
+}
 ,
 failure_handler:
 {
diff --git a/tests/nightly/model_backwards_compatibility_check/JenkinsfileForMBCC b/tests/nightly/model_backwards_compatibility_check/JenkinsfileForMBCC
index c3fe4fd4cd8..00e4564e745 100644
--- a/tests/nightly/model_backwards_compatibility_check/JenkinsfileForMBCC
+++ b/tests/nightly/model_backwards_compatibility_check/JenkinsfileForMBCC
@@ -61,6 +61,7 @@ core_logic: {
       }
     }
   }
+}
 ,
 failure_handler: {
 // Only send email if model backwards compat test failed


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services