From 79dec192d5f47c14fa567a9224e4cdb1d2e85cd1 Mon Sep 17 00:00:00 2001 From: Rustam Tagaev Date: Sat, 28 Dec 2024 12:09:07 +0300 Subject: [PATCH] feature/DO-1444/add_sync_job (!62) Co-authored-by: Rustam Tagaev Reviewed-on: https://git.avroid.tech/DevOps/jenkins-pipelines/pulls/62 --- pipelines/Cloud/Automation/repo-sync.groovy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pipelines/Cloud/Automation/repo-sync.groovy b/pipelines/Cloud/Automation/repo-sync.groovy index 662e947..30733e7 100644 --- a/pipelines/Cloud/Automation/repo-sync.groovy +++ b/pipelines/Cloud/Automation/repo-sync.groovy @@ -20,6 +20,7 @@ properties([ String repoOrg = "Apps-Backend" String gitUserName = 'jenkins' String gitUserEmail = 'jenkins@avroid.tech' +String recipient = 'devops@avroid.team' // for push to repo add jenkins user to https://git.avroid.tech/org/Apps-Backend/teams/serviceteam-rw/repositories List repos = [ @@ -142,7 +143,7 @@ slaveTemplates.jnlp { subject: emailSubject, errorString: errorMessage, recipientProviders: [], - to: "" + to: recipient ) } }