Skip to content

Commit

Permalink
Add back Discourse notification for Pulp pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Odilhao committed Mar 28, 2024
1 parent 5b8bb78 commit c5b5921
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions theforeman.org/pipelines/release/pipelines/pulpcore.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,9 @@ pipeline {
}
}
}
post {
failure {
notifyDiscourse(env, "Pulpcore ${pulpcore_version} RPM pipeline failed:", currentBuild.description)
}
}
}

0 comments on commit c5b5921

Please sign in to comment.