Skip to content

Commit 8cf5489

Browse files
jumpojoyGerrit Code Review
authored and
Gerrit Code Review
committed
Merge "Add product-ci email gerrit settings"
2 parents e9175ff + 56d08f4 commit 8cf5489

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/com/mirantis/mk/Gerrit.groovy

+4
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,10 @@ def getGerritUserOptions(credentialsId) {
481481
changeAuthorName = "MCP-CI"
482482
changeAuthorEmail = "[email protected]"
483483
break;
484+
case 'product-ci':
485+
changeAuThorName = "Product CI"
486+
changeAuthorEmail = "[email protected]"
487+
break;
484488
}
485489
return ["changeAuthorName": changeAuthorName,
486490
"changeAuthorEmail": changeAuthorEmail]

0 commit comments

Comments
 (0)