Skip to content

Commit

Permalink
notify discourse when client pipeline fails
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni authored and ekohl committed Sep 10, 2024
1 parent 904cd27 commit e3e995b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions theforeman.org/pipelines/release/pipelines/client.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,9 @@ pipeline {
}
}
}
post {
failure {
notifyDiscourse(env, "Foreman Client ${foreman_version} RPM pipeline failed:", currentBuild.description)
}
}
}

0 comments on commit e3e995b

Please sign in to comment.