Compare commits

..

11 Commits

Author SHA1 Message Date
Lucas
579ab3ec47 fix(jenkins): fix lighthouse audit launch in jenkinsfile
All checks were successful
Portfolio/pipeline/head This commit looks good
2026-01-12 18:35:40 +01:00
Lucas
5667aee8c6 refactor(lighthouse): lighthouse local use same docker compose as jenkins 2026-01-12 18:35:40 +01:00
Lucas
97662829d2 perf(docker): add npm cache 2026-01-12 18:35:40 +01:00
Lucas
9f0e1c2ea7 fix(lighthouse): fix report files name in jenkinsfile 2026-01-12 18:35:40 +01:00
Lucas
587c94c695 fix(lighthouse): safety for temp container 2026-01-12 18:35:40 +01:00
Lucas
747948041e fix(lighthouse): change report export path 2026-01-12 18:35:39 +01:00
Lucas
c6c1e949be fix(lighthouse): docker-compose indent 2026-01-12 18:35:39 +01:00
Lucas
65b9e80545 fix(lighthouse): docker-compose error 2026-01-12 18:35:39 +01:00
Lucas
1d30e62aeb fix(lighthouse): switch to docker volumes 2026-01-12 18:35:39 +01:00
Lucas
1ac38be75b fix(lighthouse): merge astro data and audit config to fix permission issues 2026-01-12 18:35:39 +01:00
Lucas
2daa0dcffb fix(lighthouse): fix path for audits config 2026-01-12 18:35:39 +01:00

3
Jenkinsfile vendored
View File

@@ -1,9 +1,8 @@
pipeline {
agent any
environment {
DOCKER_HOST = "unix:///run/user/1001/docker.sock"
DOCKER_HOST = "unix:///var/run/docker.sock"
APP_VERSION = "${env.BRANCH_NAME}-${env.BUILD_NUMBER}"
DOCKER_CONFIG = "${env.WORKSPACE}/.docker"
}
stages {
stage('Build') {