ci: refs #6695 Docker & Jenkinsfile fixes/refactor
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Juan Ferrer 2025-02-20 16:49:29 +01:00
parent 3a82103b86
commit 95307b87b1
2 changed files with 2 additions and 2 deletions

3
Jenkinsfile vendored
View File

@ -111,9 +111,8 @@ pipeline {
}
steps {
script {
sh "docker-compose ${env.COMPOSE_PARAMS} up -d"
def image = docker.build('lilium-dev', '-f docs/Dockerfile.dev docs')
sh "docker-compose ${env.COMPOSE_PARAMS} up -d"
image.inside("--network ${env.COMPOSE_PROJECT}_default -e TZ -e CI -e DOCKER") {
sh 'cypress run --browser chromium --spec test/cypress/integration/claim/claimAction.spec.js'
}

View File

@ -12,6 +12,7 @@ services:
command: quasar dev
volumes:
- .:/app
working_dir: /app
environment:
- TZ
- CI