From b9f23dfb18c7d78f5c06ee6fe9ebcb7862d6cd9c Mon Sep 17 00:00:00 2001 From: alexm Date: Wed, 5 Mar 2025 13:32:28 +0100 Subject: [PATCH] ci: refs #8698 try git_commit --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index ba96b1843..158c6d948 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -119,7 +119,8 @@ pipeline { sh "docker-compose ${env.COMPOSE_PARAMS} up -d" } def modules = sh(script: 'node test/cypress/docker/find/find.js', returnStdout: true).trim() - if (modules == "") { + echo env.GIT_COMMIT + if (modules == "") { echo "No modules changed. Skipping execution" return }