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 tobias.pietzsch@jenkins.imagej.net as the address.
1 parent a84a104 commit ce22c9f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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": "ctrueden@wisc.edu",
2323
"Johannes Schindelin": "johannes.schindelin@gmx.de",
24-
"Mark Hiner": "hinerm@gmail.com"
24+
"Mark Hiner": "hinerm@gmail.com",
25+
"Tobias Pietzsch" : "tobias.pietzsch@gmail.com"
2526
]
2627

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

0 commit comments

Comments
 (0)