From c681ed9b2a31f3e8dead36ab93603e11b9a51d95 Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Fri, 14 Mar 2025 15:28:35 +0000 Subject: [PATCH] Updated local repository publishing requirement for CI --- Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index be22d4b..d0a833b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -37,6 +37,9 @@ pipeline { stage("publish") { parallel { stage ("git.reslate.systems") { + when { + branch **/main + } environment { CREDS = credentials('username-password-rs-git') }