diff --git a/Jenkinsfile b/Jenkinsfile index 93ca57c..1ee6e54 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -40,9 +40,8 @@ pipeline { failure { emailext attachLog: true, to: "dev@cismet.de", - subject: "Build failed in Jenkins: ${currentBuild.fullDisplayName}", - body: """
FAILED: Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]':
-Check console output at "${env.JOB_NAME} [${env.BUILD_NUMBER}]"
""" + subject: "Build of Map Component failed in Jenkins: ${currentBuild.fullDisplayName}", + body: """FAILED: Map Component Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]':
""" } unstable { emailext attachLog: true, diff --git a/examples/mapsForStudyAOAPStep.html b/examples/mapsForStudyAOAPStep.html new file mode 100644 index 0000000..889911b --- /dev/null +++ b/examples/mapsForStudyAOAPStep.html @@ -0,0 +1,36 @@ + + +