mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
update repo URL for Jenkins
This commit is contained in:
6
services/document-updater/Jenkinsfile
vendored
6
services/document-updater/Jenkinsfile
vendored
@@ -4,10 +4,10 @@ pipeline {
|
||||
agent any
|
||||
|
||||
environment {
|
||||
GIT_PROJECT = "document-updater-sharelatex"
|
||||
JENKINS_WORKFLOW = "document-updater-sharelatex"
|
||||
GIT_PROJECT = "document-updater"
|
||||
JENKINS_WORKFLOW = "document-updater-sharelatex-internal"
|
||||
TARGET_URL = "${env.JENKINS_URL}blue/organizations/jenkins/${JENKINS_WORKFLOW}/detail/$BRANCH_NAME/$BUILD_NUMBER/pipeline"
|
||||
GIT_API_URL = "https://api.github.com/repos/sharelatex/${GIT_PROJECT}/statuses/$GIT_COMMIT"
|
||||
GIT_API_URL = "https://api.github.com/repos/overleaf/${GIT_PROJECT}/statuses/$GIT_COMMIT"
|
||||
}
|
||||
|
||||
triggers {
|
||||
|
||||
Reference in New Issue
Block a user