xt4k

Untitled

Oct 11th, 2021
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. post {
  2. always
  3. {
  4. script {
  5. sh """java \
  6. "-DprojectName=${BUILD_TAG}" \
  7. "-Denv=STAGING" \
  8. "-DreportLink=${BUILD_URL}" \
  9. "-Dcomm=Any_comment_here" \
  10. "-Dconfig.file=${WORKSPACE}/allure-notification/allure-notif.json" \
  11. -jar allure-notifications-3.1.2.jar"""
Advertisement
Add Comment
Please, Sign In to add comment