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:35:38 +01:00
parent b9f23dfb18
commit 0f9f9bf21d
1 changed files with 2 additions and 0 deletions

2
Jenkinsfile vendored
View File

@ -120,6 +120,8 @@ pipeline {
}
def modules = sh(script: 'node test/cypress/docker/find/find.js', returnStdout: true).trim()
echo env.GIT_COMMIT
echo env.GIT_PREVIOUS_COMMIT
echo env.GIT_BRANCH
if (modules == "") {
echo "No modules changed. Skipping execution"
return