mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
update Git URL in Jenkinsfile
This commit is contained in:
parent
32a54a7e37
commit
f081546ec0
1 changed files with 2 additions and 2 deletions
4
services/filestore/Jenkinsfile
vendored
4
services/filestore/Jenkinsfile
vendored
|
@ -4,10 +4,10 @@ pipeline {
|
|||
agent any
|
||||
|
||||
environment {
|
||||
GIT_PROJECT = "filestore-sharelatex"
|
||||
GIT_PROJECT = "filestore"
|
||||
JENKINS_WORKFLOW = "filestore-sharelatex"
|
||||
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 {
|
||||
|
|
Loading…
Reference in a new issue