This commit is contained in:
parent
b9f23dfb18
commit
0f9f9bf21d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue