diff --git a/JenkinsfileNotify b/JenkinsfileNotify new file mode 100644 index 0000000..d69fa49 --- /dev/null +++ b/JenkinsfileNotify @@ -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' + } + } + } +} \ No newline at end of file