Zaktualizuj 's416251-notify'

This commit is contained in:
Diana Król 2020-04-21 19:21:36 +00:00
parent 7880e7de7a
commit a37014aefd

View File

@ -1,11 +1,11 @@
pipeline {
agent any
stages {
stare('Mail') {
steps {
emailtext body: '${message}', subject: 'Warsztaty - uczenie maszynowe', to: 'dianakrol3@gmail.com'
}
}
}
agent any
stages {
stage('Mail') {
steps {
emailext body: '${message}', subject: 'Warsztatełki', to: 'dianakrol3@gmail.com'
}
}
}
}