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