James Nord
James Nord
Express 2013 can compile 64bit apps using the 32bit cross compiler, [link](https://msdn.microsoft.com/en-us/library/hs24szh9.aspx) Will double check variables, and try with a different base.
> I do not think there is a need to force a refresh of checked out files through changes to the checked-in sources when one can merely follow the instructions...
> That seems like a separate problem. A local Maven build shouldn't be using lint:ci; something named lint:ci should only be invoked from CI, where the lint results would be...
I can verify that JENKINS-69145 is indeed fixed, thankyou!
> What other use cases outside of ATH exist for this? Any API user that wants to know a build has completed. Currently the only way to know this for...
Alternatively we could change `isBuilding` to actually return `true` until the build is `COMPLETE` (this opens up the question of when is a Run building?) and is probably more likely...
To me the screenshot looks like the breadcrumbs are now disabled (non interactive) which removes the visual hint that you can interact with them, which to me is not a...
> Using a sidebar like the new config screen/plugin manager is a better use of the real estate imo and it's also more obvious for the user that would not...
`target` is the underlying location... https://developer.github.com/v3/repos/contents/#response-if-content-is-a-symlink
note: if the symlink is to a file and in the same directory then `getContent` works. if the path contains a symlinked directory then it does not.