mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
update Git URL in Jenkinsfile
This commit is contained in:
parent
a332c6a8b9
commit
eff364d451
1 changed files with 2 additions and 2 deletions
4
services/notifications/Jenkinsfile
vendored
4
services/notifications/Jenkinsfile
vendored
|
@ -4,10 +4,10 @@ pipeline {
|
||||||
agent any
|
agent any
|
||||||
|
|
||||||
environment {
|
environment {
|
||||||
GIT_PROJECT = "notifications-sharelatex"
|
GIT_PROJECT = "notifications"
|
||||||
JENKINS_WORKFLOW = "notifications-sharelatex"
|
JENKINS_WORKFLOW = "notifications-sharelatex"
|
||||||
TARGET_URL = "${env.JENKINS_URL}blue/organizations/jenkins/${JENKINS_WORKFLOW}/detail/$BRANCH_NAME/$BUILD_NUMBER/pipeline"
|
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 {
|
triggers {
|
||||||
|
|
Loading…
Reference in a new issue