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 }