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

areusch pushed a commit to branch ci-docker-staging
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/ci-docker-staging by this push:
     new adbc71c  is prod Jenkins too old to set CI=???
adbc71c is described below

commit adbc71cab11c588de5de1b8f0377117bf3279357
Author: Andrew Reusch <[email protected]>
AuthorDate: Thu Aug 12 14:31:35 2021 -0700

    is prod Jenkins too old to set CI=???
---
 Jenkinsfile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 357594c..05de3fd 100755
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -107,6 +107,10 @@ def cancel_previous_build() {
 
 cancel_previous_build()
 
+environment {
+    CI =
+}
+
 stage("Sanity Check") {
   timeout(time: max_time, unit: 'MINUTES') {
     node('CPU') {

Reply via email to