Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

how to access BUILD_FIXED during status BUILD_FINISHED #4622

zoywiki ·

In the "My" notifications tab you can set a BUILD_FIXED notification setting but this is not exposed anywhere else to my knowledge. Is there a method or groovy script that can retrieve this when a BUILD_FINISHED status occurs? It would be useful for our notification system using the QuickBuild Web Hook notifications type for posting messages to various places that the build has indeed been fixed.

  • replies 1
  • views 31
  • stars 0
robinshen ADMIN ·

BUILD_FIXED can be achieved with below condition in webhook setting:

build.successful && build.previous != null && !build.previous.successful