Update 'Jenkinsfile'

This commit is contained in:
Patryk Gałka 2023-04-18 15:28:20 +02:00
parent 86667937b9
commit 2f5e4a618a

5
Jenkinsfile vendored
View File

@ -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'
}
}
}
}