Jenkins optimization and gitea webhook test
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user