ci: refs #6695 add .dockerignore and user identity debug
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2025-02-20 14:50:05 +01:00
parent 7e738633a1
commit d7b4e25ce2
2 changed files with 3 additions and 0 deletions

1
.dockerignore Normal file
View File

@ -0,0 +1 @@
node_modules

2
Jenkinsfile vendored
View File

@ -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'
}