emailext attachmentsPattern: '** / target / Overview-features.html' выдает ошибку в Jenkinsfile в проекте Maven
post {
success {
emailext
attachmentsPattern: "**/overview-features.html",
body: '''${SCRIPT, template="groovy-html.template"}''',
mimeType: 'text/html',
to: "test@gmail.com",
subject: "Success Pipeline: ${currentBuild.fullDisplayName}"
}
}