электронный адрес attachmentsPattern: '** / target / Overview-features.html' дает исключение - PullRequest
0 голосов
/ 30 апреля 2019

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}" 
  } 
}
...