Update 'Jenkinsfile'
This commit is contained in:
parent
86667937b9
commit
2f5e4a618a
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -30,10 +30,5 @@ pipeline {
|
||||
archiveArtifacts 'output.txt'
|
||||
}
|
||||
}
|
||||
stage('Notify') {
|
||||
steps {
|
||||
emailext attachLog: true, attachmentsPattern: 'output.txt', body: "${INPUT_TEXT}", subject: 'Hello World!', to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms; tomasz.zietkiewicz@amu.edu.pl'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user