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 check !string.IsNullOrEmpty(buildItem?.Result)
exits the while statement in Jenkins.Net/Utilities/JenkinsJobRunner.cs:227 on the first finished stage of the job, but not when the whole job is complete.
We propose to check the flag Building instead.
The text was updated successfully, but these errors were encountered:
The check
!string.IsNullOrEmpty(buildItem?.Result)
exits the
while
statement inJenkins.Net/Utilities/JenkinsJobRunner.cs:227
on the first finished stage of the job, but not when the whole job is complete.We propose to check the flag
Building
instead.The text was updated successfully, but these errors were encountered: