fix attachment path
This commit is contained in:
parent
f93a32e12b
commit
9439c6c1d6
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@ -108,10 +108,12 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
emailext attachmentsPattern: "${env.GIT_PATH}diplomarbeit.pdf*",
|
||||
to: "${env.RECIPIENTS}",
|
||||
subject: "[${currentBuild.currentResult}] Diplomarbeit Build #${env.BUILD_NUMBER}",
|
||||
body: "Job ${env.JOB_NAME}: ${env.JOB_URL}"
|
||||
dir(env.GIT_PATH) {
|
||||
emailext attachmentsPattern: "diplomarbeit.pdf*",
|
||||
to: "${env.RECIPIENTS}",
|
||||
subject: "[${currentBuild.currentResult}] Diplomarbeit Build #${env.BUILD_NUMBER}",
|
||||
body: "Job ${env.JOB_NAME}: ${env.JOB_URL}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user