diff --git a/Jenkinsfile-evaluation b/Jenkinsfile-evaluation index f93d200..07e495f 100644 --- a/Jenkinsfile-evaluation +++ b/Jenkinsfile-evaluation @@ -47,7 +47,7 @@ pipeline { steps { emailext body: currentBuild.result ?: 'SUCCESS', subject: 's434760 - evaluation', - to: 'annnow19@st.amu.edu.pl' + to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms' } } } diff --git a/Jenkinsfile-train b/Jenkinsfile-train index c7dc62c..806437b 100644 --- a/Jenkinsfile-train +++ b/Jenkinsfile-train @@ -45,7 +45,7 @@ pipeline { steps { emailext body: currentBuild.result ?: 'SUCCESS', subject: 's434760 - train', - to: 'annnow19@st.amu.edu.pl' + to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms' } } }