metryki
This commit is contained in:
parent
203fa94245
commit
8df5ef02eb
11
JenkinsfileNotify
Normal file
11
JenkinsfileNotify
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
pipeline {
|
||||||
|
agent any
|
||||||
|
|
||||||
|
stages {
|
||||||
|
stage('Mail') {
|
||||||
|
steps {
|
||||||
|
emailext body: '${message}', subject: 'Linki do projektów - Warsztaty', to: 'tomasz.zietkiewicz@amu.edu.pl'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user