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 ) } }