Przeglądaj źródła

update Git URL in Jenkinsfile

Timothée Alby 7 lat temu
rodzic
commit
eff364d451
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      services/notifications/Jenkinsfile

+ 2 - 2
services/notifications/Jenkinsfile

@@ -4,10 +4,10 @@ pipeline {
   agent any
 
   environment {
-    GIT_PROJECT = "notifications-sharelatex"
+    GIT_PROJECT = "notifications"
     JENKINS_WORKFLOW = "notifications-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 {