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:
@@ -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
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user