Andrew

Results 8 comments of Andrew

I think I figured out part of the problem: the `isBehindRemote` command doesn't seem to play well with symbolic tracking remotes. https://github.com/sbt/sbt-release/blob/master/src/main/scala/Vcs.scala#L120 Compare the following configurations: ``` $ git symbolic-ref...

I found that a workaround was to specify the "correct" branch refs in my Jenkins config as a pre-build script, as such: ``` git config branch.release/0.1.1.remote origin git config branch.release/0.1.1.merge...

@jedws in my example above, I offer exactly your proposed solution in `genBarList2`, so thank you for confirming the behavior on your side. :) The point here, however, is that...

@eli-darkly Hi there, I'm working with Junfei on this. On your first point, you are correct and this may have just been a misunderstanding, apologies there. The logs in question...

@eli-darkly Thank you for your guidance! The nuance on ld-relay's ability to continue serving the last known flag data is definitely something to consider. Based on your reply, we've brainstormed...

I'm one of @ardok 's colleagues. We ran JProfiler against this section of code. Just to show you: http://i.imgur.com/bv63l36.png That CPU time tree is from 3-4 minutes of execution time,...

If https://github.com/jenkinsci/hipchat-plugin/commits/hipchat-0.1.5 is to be believed, it looks as though a new version either has been released or is very close to release. Any news on this?

So, it appears that this was recently released, as it's now being reflected in the Jenkins plugin repos. I've upgraded my team's Jenkins. Few things worth noting: - You must...