From 2512898dd4af04a0a2979afe7837ef6484099065 Mon Sep 17 00:00:00 2001 From: Amin Bandali <amin.bandali@savoirfairelinux.com> Date: Thu, 23 Sep 2021 18:50:55 -0400 Subject: [PATCH] Jenkinsfile: replace 'ring-project' with 'jami-project' Change-Id: Ia05c157c01cd231eb7902e634906a8387baefb87 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8494fcf0..3dca96e3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -29,7 +29,7 @@ pipeline { [branches: [[compareType: 'PLAIN', pattern: 'master']], compareType: 'PLAIN', disableStrictForbiddenFileVerification: false, - pattern: 'ring-project']], + pattern: 'jami-project']], triggerOnEvents: [ commentAddedContains('!build'), patchsetCreated(excludeDrafts: true, excludeNoCodeChange: true, -- GitLab