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 @@ + + +

The map below always shows the impact without adaptation options on the left and the impact with adaptation options + on the right side.

+ + +

The map below always shows the hazard with local effects without adaptation options on the left and the impact with + adaptation options on the right side.

+ \ No newline at end of file diff --git a/package.json b/package.json index f64624c..a5c3467 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clarity-map-component", - "version": "2.7.0", + "version": "2.7.1", "private": true, "license": "LGPL", "dependencies": {