Jenkinsfile minor fix
Compare changes
+ 32
− 26
@@ -2,18 +2,18 @@ pipeline {
@@ -22,8 +22,8 @@ pipeline {
@@ -51,7 +51,7 @@ pipeline {
@@ -59,7 +59,7 @@ pipeline {
@@ -71,7 +71,7 @@ pipeline {
@@ -98,7 +98,7 @@ pipeline {
@@ -126,7 +126,7 @@ pipeline {
@@ -134,21 +134,27 @@ pipeline {
sh "mkdir -p ${report_dir} && rm -Rf ${report_dir}* && find . -path '*/target/site/jacoco' -exec cp -R --parents {} ${report_dir} \\; && find ${report_dir} -path '*/target/site/jacoco' | while read line; do echo \$line; neu=\${line/target\\/site\\/jacoco/} ; mv \$line/* \$neu ; done && find ${report_dir} -type d -empty -delete"
@@ -160,14 +166,14 @@ pipeline {
@@ -190,11 +196,11 @@ pipeline {
@@ -213,11 +219,11 @@ pipeline {
@@ -229,11 +235,11 @@ pipeline {
rocketSend channel: 'jenkinsohsome', emoji: ':sunglasses:', message: "We had some problems, but we are BACK TO NORMAL! Nice debugging: *${REPO_NAME}*-build-nr. ${env.BUILD_NUMBER} *succeeded* on Branch - ${env.BRANCH_NAME} (<${env.BUILD_URL}|Open Build in Jenkins>). Latest commit from ${LATEST_AUTHOR}." , rawMessage: true