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 d331dfc4eb3600d1fdd8910dd8e6867fbb8e477d 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..c113dc0 100755 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -107,6 +107,10 @@ def cancel_previous_build() { cancel_previous_build() +environment { + CI = 'CI' +} + stage("Sanity Check") { timeout(time: max_time, unit: 'MINUTES') { node('CPU') {
