update Git URL in Jenkinsfile

This commit is contained in:
Timothée Alby
2019-05-07 17:36:42 +01:00
committed by GitHub
parent 018bfeeff5
commit 8ccb639a69
+2 -2
View File
@@ -4,10 +4,10 @@ pipeline {
agent any
environment {
GIT_PROJECT = "contacts-sharelatex"
GIT_PROJECT = "contacts"
JENKINS_WORKFLOW = "contacts-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 {