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
commit 2d8a736e2011f0608711d91fac750e7bd3d27837 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..072646e 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') {
