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
... I’ve detected that there were a dependent job configured on Jenkins, and that job is disabled. I would assume that TFS wouldn’t wait for it, since it’s disabled, but it seems to do.
I’ve disabled the “wait for pipeline completion” option on TFS build and it has completed successfully.
I'm seeing the same issue when calling a Multiphase job on Jenkins. If any of the sub jobs are disabled, Queue Jenkins job on VSTS will hang even though a successful response is recorded in Jenkins.
* Fixes for #7527, bug in how tree query parameters used, and builds failing when connection is lost while streaming jenkins console.
* added code comment
* changes per Pr comments
(reported in email from Rodrigo Antunes)
Issue Description
It seems that when finding jobs in the pipeline to capture, the task does not filter out disabled jobs.
The text was updated successfully, but these errors were encountered: