fix(jenkinsfile) : update new repo path
All checks were successful
jenkins-ci Build successful

This commit is contained in:
2026-01-10 19:42:55 +01:00
parent 0d6561684d
commit 057bc7d0d9

2
Jenkinsfile vendored
View File

@@ -2,7 +2,7 @@ pipeline {
agent any agent any
environment { environment {
GITEA_REPO_PATH = "server/reverse-proxy" GITEA_REPO_PATH = "lucas/reverse-proxy"
GITEA_API_URL = "https://gitea.lucasroyer.fr/api/v1" GITEA_API_URL = "https://gitea.lucasroyer.fr/api/v1"
} }