remove top1 result
top1 result prevent from running pipeline to show in request
This commit is contained in:
parent
08641afead
commit
5e7a770eea
@ -10,7 +10,7 @@ const widget = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
pipeline: {
|
pipeline: {
|
||||||
endpoint: "build/Builds?branchName={branchName}&definitions={definitionId}&$top=1"
|
endpoint: "build/Builds?branchName={branchName}&definitions={definitionId}"
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user