cljdoc

https://cljdoc.org/ & https://github.com/cljdoc/cljdoc
Marc O'Morain 2018-12-19T22:32:56.085800Z

@martinklepsch I used cljdoc for the first time yesterday, it’s amazing. I love the integration with CircleCI builds.

Marc O'Morain 2018-12-19T22:33:14.086100Z

I’m having an issue building docs for a snapshot JAR: https://circleci.com/gh/martinklepsch/cljdoc-builder/8617#build-parameters/containers/0

Marc O'Morain 2018-12-19T22:33:34.086600Z

I’m trying to build the 1.1.3-SNAPSHOT

Marc O'Morain 2018-12-19T22:34:23.087600Z

I’ve released a second snaoshot in the last few minutes, which is ends with -2 in the final resolved JAR, but when the build runs on CCI I get this parameter: CLJDOC_PROJECT_JAR="<https://repo.clojars.org/circleci/swot-clj/1.1.3-SNAPSHOT/swot-clj-1.1.3-20181219.215133-1.jar>"

Marc O'Morain 2018-12-19T22:34:44.088100Z

I guess something is cached / hasn’t updated to see the new snapshot.

Marc O'Morain 2018-12-19T22:36:44.088700Z

hrm, maybe it’s me doing a stupid

martinklepsch 2018-12-19T23:56:23.090600Z

@marc-omorain CircleCI may cache snapshots resulting in what you’re seeing

martinklepsch 2018-12-19T23:58:21.092100Z

This matches regular maven behavior in which snapshots are only refreshed every 24hrs. Perhaps there’s something we can do about this but not sure what that would be yet.

martinklepsch 2018-12-19T23:59:10.093400Z

This issue came up multiple times now so it might be worth taking a closer look at how this could be solved 🙂