subject
This commit is contained in:
parent
11b319189a
commit
0fb16edda7
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -3,7 +3,7 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('mail') {
|
stage('mail') {
|
||||||
steps {
|
steps {
|
||||||
emailext body: '${message}', subject: 'Test', to: 'lookszym@gmail.com'
|
emailext body: '${message}', subject: 'Łukasz Szymula mlworkshops', to: 'lookszym@gmail.com'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user