You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
kuvaldini
changed the title
Jenkins marks all jobs failed when at least one fails - this dismays
Jenkins jobs on GitHub are marked as failed when at least one really fails and others succeed - this dismays
Jun 14, 2021
kuvaldini
changed the title
Jenkins jobs on GitHub are marked as failed when at least one really fails and others succeed - this dismays
Jenkins jobs on GitHub are marked failed when at least one really fails and others succeed - this dismays
Jun 14, 2021
create a global map customBuildStatus and store the build results there, and use it to notify git: gitNotify ("Jenkins: " + build.name, customBuildStatus[build.name]:?currentBuild.currentResult, 'FAILURE')
or
Remove all git Notify and left only one, since the results are the same
What we see
What should be
GitHub must show succeeded jobs as succeeded, failed as failed. Jobs statuses must correspond.
polite ping to @kamilsa @BulatSaif @lebdron
The text was updated successfully, but these errors were encountered: