6695-docker_push_3 #1423

Merged
alexm merged 424 commits from 6695-docker_push_3 into dev 2025-02-21 12:41:37 +00:00
2 changed files with 3 additions and 0 deletions
Showing only changes of commit d7b4e25ce2 - Show all commits

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