Skip to content

Commit ce22c9f

Browse files
committed
Add Tobias to the e-mail map
This should fix e-mail issues in Release-Version, where it's trying to use [email protected] as the address.
1 parent a84a104 commit ce22c9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

git-info-for-jenkins-job.groovy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ build = project.getBuildByNumber(buildNumber)
2121
emailMap = [
2222
"Curtis Rueden": "[email protected]",
2323
"Johannes Schindelin": "[email protected]",
24-
"Mark Hiner": "[email protected]"
24+
"Mark Hiner": "[email protected]",
25+
"Tobias Pietzsch" : "[email protected]"
2526
]
2627

2728
for (cause in build.getCauses()) try {

0 commit comments

Comments
 (0)