Aiden Scandella
Aiden Scandella
When you say "the UI to be updated to reflect this", you mean have harbormaster say something other than "failed"? Is that possible with the new harbormaster APIs, e.g. something...
Ah, yea, that would be good to update. We can start small and figure out the larger comment story later. On Thu, Mar 23, 2017 at 2:22 PM Joshua Ma...
Nope, this is probably just a bug/limitation in the implementation. In every set up I've seen, there's been a 1:1 mapping between Jenkins and Phab instances, so I went "full...
I think it's a valid feature request, I'm just not going to have time to implement it any time soon. I think we should leave the issue open, and maybe...
Ah yes, that feature used to exist, but was recently deprecated (it's really noisy, and was only useful before Harbormaster supported build artifacts). I need to update the screenshots to...
We're blocked on upgrading to Jenkins 2 internally (cc @jjx). Will follow up on this one once we're running 2 in prod.
Note: also need to document staging areas
Yes, this is definitely a problem. See previous discussion at #54. I actually coded up an example fix but the reporter decided to go a different route. For your use...
Yea, so basically you enable staging areas on a per-repository basis. Then, you configure jenkins to pull from a "special" git URI instead of just master. See https://secure.phabricator.com/T8238 for more...
At Uber, and at many other builds systems I've seen, it works like: - A human submits a change to a remote server - That server kicks off a build...