Zaktualizuj 'Jenkinsfile_notify'

This commit is contained in:
Olga Kwaśniewska 2020-04-21 13:59:30 +00:00
parent aa29895aa9
commit 8c8ea3a922

View File

@ -5,7 +5,7 @@ pipeline {
stage('Notify') {
steps {
emailext body: '${message}',
subject: 'Email z warsztatów', to: 'olgkwa@st.amu.edu.pl'
subject: 'Email z warsztatów', to: 'tomasz.zietkiewicz@amu.edu.pl'
}
}
}