epochs parameter

This commit is contained in:
Karolina Oparczyk 2021-05-17 21:58:56 +02:00
parent 134ac629bb
commit e6ed31bed8

View File

@ -29,14 +29,14 @@ node {
archiveArtifacts 'model/**/*.*' archiveArtifacts 'model/**/*.*'
} }
emailext body: 'Successful build', emailext body: 'Successful build',
subject: "Successful build", subject: "s434765",
to: "26ab8f35.uam.onmicrosoft.com@emea.teams.ms" to: "26ab8f35.uam.onmicrosoft.com@emea.teams.ms"
} }
} }
catch (e) { catch (e) {
emailext body: 'Failed build', emailext body: 'Failed build',
subject: "Failed build", subject: "s434765",
to: "26ab8f35.uam.onmicrosoft.com@emea.teams.ms" to: "26ab8f35.uam.onmicrosoft.com@emea.teams.ms"
throw e throw e
} }