Use SPRING_SESSION_TEAM_EMAILS

This commit is contained in:
Rob Winch
2017-06-26 10:52:17 -05:00
parent 031541bc05
commit db09fa8168

2
Jenkinsfile vendored
View File

@@ -95,7 +95,7 @@ try {
subject: subject,
body: details,
recipientProviders: RECIPIENTS,
to: "$SPRING_SECURITY_TEAM_EMAILS"
to: "$SPRING_SESSION_TEAM_EMAILS"
)
}
}