diff --git a/plugins/evaluation-plugin/core/src/com/intellij/cce/util/utils.kt b/plugins/evaluation-plugin/core/src/com/intellij/cce/util/utils.kt index 9a3a33e5ebf6..c86981d1ee8a 100644 --- a/plugins/evaluation-plugin/core/src/com/intellij/cce/util/utils.kt +++ b/plugins/evaluation-plugin/core/src/com/intellij/cce/util/utils.kt @@ -1,4 +1,6 @@ // Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. package com.intellij.cce.util -val isUnderTeamCity: Boolean = System.getenv("TEAMCITY_VERSION") != null \ No newline at end of file +val isUnderTeamCity: Boolean = System.getenv("TEAMCITY_VERSION") != null + +val isUnderZenML: Boolean = System.getenv("ZENML_VERSION") != null \ No newline at end of file