fix(jenkinsfile) : update new repo path
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user