jk mail
This commit is contained in:
parent
ce329b9938
commit
f82a53eeb9
9
Jenkinsfile
vendored
Normal file
9
Jenkinsfile
vendored
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
pipeline {
|
||||||
|
stages {
|
||||||
|
stage('mail') {
|
||||||
|
steps {
|
||||||
|
emailext body: 'Test', subject: 'Test', to: 'lookszym@gmail.com'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user