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