Update emails in Jenkinsfile

This commit is contained in:
Rob Winch
2017-06-09 10:27:23 -05:00
parent a565b1c5af
commit a3aab34757

2
Jenkinsfile vendored
View File

@@ -84,7 +84,7 @@ finally {
subject: subject,
body: details,
recipientProviders: RECIPIENTS,
to: "$SPRING_SESSION_TEAM_EMAILS"
to: "$GEODE_TEAM_EMAILS"
)
}
}