Skip to content

Commit

Permalink
jenkins smtp test openedx#10 - add meta data report to body
Browse files Browse the repository at this point in the history
  • Loading branch information
lpm0073 committed Apr 27, 2021
1 parent 68cc349 commit 712bb6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pipeline {
gv.initEnvironment()

def email_subject = "Jenkins build ${BUILD_ID} for commit ${GIT_COMMIT} of branch ${GIT_BRANCH} in repository ${GIT_URL}"
def email_body = getGitHubMetadata()
def email_body = gv.getGitHubMetadata()
emailext body: "${email_body}", recipientProviders: [[$class: 'DevelopersRecipientProvider'], [$class: 'RequesterRecipientProvider']], subject: "${email_subject}"
}
}
Expand Down

0 comments on commit 712bb6f

Please sign in to comment.