From 133fb606b16b239168a97227aecb118517b47bf2 Mon Sep 17 00:00:00 2001 From: Ivan Fernandez Calvo Date: Mon, 13 Jul 2020 19:15:05 +0200 Subject: [PATCH] test: change the comment trigger detection method --- .ci/packaging.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/packaging.groovy b/.ci/packaging.groovy index 546f7decd7a..da5a2c163f0 100644 --- a/.ci/packaging.groovy +++ b/.ci/packaging.groovy @@ -12,7 +12,7 @@ pipeline { DOCKERELASTIC_SECRET = 'secret/observability-team/ci/docker-registry/prod' DOCKER_REGISTRY = 'docker.elastic.co' SNAPSHOT = "true" - PIPELINE_LOG_LEVEL = "DEBUG" + PIPELINE_LOG_LEVEL = "INFO" } options { timeout(time: 3, unit: 'HOURS')