Dodaj 's416239-notify'
This commit is contained in:
parent
7f9d649717
commit
e355452b3d
11
s416239-notify
Normal file
11
s416239-notify
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
pipeline {
|
||||||
|
agent any
|
||||||
|
|
||||||
|
stages {
|
||||||
|
stage('Mail') {
|
||||||
|
steps {
|
||||||
|
emailext body: '${message}', subject: 'Mail koncowy z warsztatow', to: 'monjan7@st.amu.edu.pl'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user