feature/DO-1444/add_sync_job (!62)

Co-authored-by: Rustam Tagaev <rustam.tagaev@avroid.tech>
Reviewed-on: https://git.avroid.tech/DevOps/jenkins-pipelines/pulls/62
This commit is contained in:
Rustam Tagaev
2024-12-28 12:09:07 +03:00
parent 176a300735
commit 79dec192d5

View File

@@ -20,6 +20,7 @@ properties([
String repoOrg = "Apps-Backend" String repoOrg = "Apps-Backend"
String gitUserName = 'jenkins' String gitUserName = 'jenkins'
String gitUserEmail = 'jenkins@avroid.tech' 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 // for push to repo add jenkins user to https://git.avroid.tech/org/Apps-Backend/teams/serviceteam-rw/repositories
List repos = [ List repos = [
@@ -142,7 +143,7 @@ slaveTemplates.jnlp {
subject: emailSubject, subject: emailSubject,
errorString: errorMessage, errorString: errorMessage,
recipientProviders: [], recipientProviders: [],
to: "" to: recipient
) )
} }
} }