changed email

This commit is contained in:
Anna Nowak 2021-04-30 00:11:23 +02:00
parent 54bf45f0f6
commit ba28ee1234
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ pipeline {
steps { steps {
emailext body: currentBuild.result ?: 'SUCCESS', emailext body: currentBuild.result ?: 'SUCCESS',
subject: 's434760 - evaluation', subject: 's434760 - evaluation',
to: 'annnow19@st.amu.edu.pl' to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms'
} }
} }
} }

View File

@ -45,7 +45,7 @@ pipeline {
steps { steps {
emailext body: currentBuild.result ?: 'SUCCESS', emailext body: currentBuild.result ?: 'SUCCESS',
subject: 's434760 - train', subject: 's434760 - train',
to: 'annnow19@st.amu.edu.pl' to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms'
} }
} }
} }