Add notify
This commit is contained in:
parent
53028ac554
commit
46268db144
11
Jenkinsfile_notify
Normal file
11
Jenkinsfile_notify
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
pipeline {
|
||||||
|
agent any
|
||||||
|
|
||||||
|
stages {
|
||||||
|
stage('Send email') {
|
||||||
|
steps {
|
||||||
|
emailext body: '${message}', subject: 'Testowy', to: 'marszc13@st.amu.edu.pl'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user