diff options
| author | tgrogers <[email protected]> | 2019-06-03 23:12:51 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2019-06-03 23:12:51 -0400 |
| commit | d0f2213ec2beecf8189cd24a4fdb31465f11c50b (patch) | |
| tree | 960def932817bb9bac2ec2fdae08e325e87c7b4e /Jenkinsfile | |
| parent | 2c5e4b6a8e97a5311f9719dcad19871a71734135 (diff) | |
Trying to just attached the correl info as an attachement
Diffstat (limited to 'Jenkinsfile')
| -rw-r--r-- | Jenkinsfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 2f293b5..cab3b8a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -114,6 +114,7 @@ pipeline { recipientProviders: [[$class: 'CulpritsRecipientProvider'], [$class: 'RequesterRecipientProvider']], subject: "[AALP Jenkins] Build #${BUILD_NUMBER} - Success!", + attachmentsPattern: 'correl.*.txt', to: '[email protected]' } failure { |
