ci: refs #8698 try git_commit
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Alex Moreno 2025-03-05 13:32:28 +01:00
parent 4ee8c80340
commit b9f23dfb18
1 changed files with 2 additions and 1 deletions

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
}