Zaktualizuj 's416251-notify'
This commit is contained in:
parent
7880e7de7a
commit
a37014aefd
@ -1,11 +1,11 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stare('Mail') {
|
stage('Mail') {
|
||||||
steps {
|
steps {
|
||||||
emailtext body: '${message}', subject: 'Warsztaty - uczenie maszynowe', to: 'dianakrol3@gmail.com'
|
emailext body: '${message}', subject: 'Warsztatełki', to: 'dianakrol3@gmail.com'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user