mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-27 22:02:05 +00:00
update Git URL in Jenkinsfile
This commit is contained in:
parent
63920ce33c
commit
6ff1ca3967
1 changed files with 2 additions and 2 deletions
4
services/track-changes/Jenkinsfile
vendored
4
services/track-changes/Jenkinsfile
vendored
|
@ -4,10 +4,10 @@ pipeline {
|
|||
agent any
|
||||
|
||||
environment {
|
||||
GIT_PROJECT = "track-changes-sharelatex"
|
||||
GIT_PROJECT = "track-changes"
|
||||
JENKINS_WORKFLOW = "track-changes-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