Jenkins optimization and gitea webhook test

This commit is contained in:
2026-01-07 16:56:44 +01:00
parent c508c69e85
commit cbd25cfa51
3 changed files with 5 additions and 1 deletions

2
Jenkinsfile vendored
View File

@@ -5,6 +5,8 @@ pipeline {
CONTAINER_NAME = "portfolio"
DOCKER_NETWORK = "reverse-proxy"
DOCKER_HOST = "unix:///var/run/docker.sock"
// Optimization
PNPM_CACHE = "/var/jenkins_home/pnpm-cache"
}
stages {
stage('Checkout') {