diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 000000000..3c3629e64 --- /dev/null +++ b/.dockerignore @@ -0,0 +1 @@ +node_modules diff --git a/Jenkinsfile b/Jenkinsfile index edbcbe5c3..bd478f789 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -103,6 +103,8 @@ pipeline { image.inside("--network ${env.COMPOSE_PROJECT}_default -e TZ -e CI") { sh 'pwd' sh 'ls -l' + sh 'whoami' + sh 'id -u' sh 'cypress install' sh 'cypress run --browser chromium --spec test/cypress/integration/claim/claimAction.spec.js' }