Compare commits

..

2 Commits

Author SHA1 Message Date
b7025b5fa8 feat(ci): add automated Lighthouse audit pipeline
Some checks failed
Portfolio/pipeline/head There was a failure building this commit
2026-01-12 19:04:44 +01:00
f819c6d708 feat(ci): stabilize infrastructure and deployment pipeline 2026-01-12 18:41:32 +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') {