ci: refs #8698 Jenkins changeset #1525

Merged
alexm merged 62 commits from 8698_jenkins_e2e_onlyChanges into dev 2025-04-07 11:13:40 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit b9f23dfb18 - Show all commits

3
Jenkinsfile vendored
View File

@ -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
}