metryki
This commit is contained in:
parent
7053f3ed56
commit
7880e7de7a
11
s416251-notify
Normal file
11
s416251-notify
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
pipeline {
|
||||||
|
agent any
|
||||||
|
|
||||||
|
stages {
|
||||||
|
stare('Mail') {
|
||||||
|
steps {
|
||||||
|
emailtext body: '${message}', subject: 'Warsztaty - uczenie maszynowe', to: 'dianakrol3@gmail.com'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user