2020-02-10

Jenkins Groovy email api example



emailext mimeType: 'text/html',
               attachLog: true/false,
               attachmentsPattern: '**/target/......./text.txt',
               subject: ".........",
               body: "text/html body",
               to:  "recipient emails"         

No comments:

Post a Comment