-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename drone-cache to something more generic #80
Comments
@soundmonster Kemal mentioned that you are also using drone-cache, but not with drone? |
I was checking out the new notification UI on GitHub and came across your comment 🙈 @spier Yes, we're using drone-cache with TeamCity, and it works well! It took me an hour or so to get it running without Drone - no modifications were needed, I just had to figure out how to pass it all the configs it needs. I can contribute a short section about this for the readme. I'm not sure this warrants a rename though, maybe adding something about "you can run this with any CI system, this is how: ..." would already be sufficient? As for distribution outside of Docker images: the releases page has static binaries, which is already sufficient for most use-cases (and platforms). I tried the last two releases right now, but I can't get them to run on my machine. 🤔 Also, seems like adding deb/rpm generation to the GoReleaser config file is possible, albeit not straightforward. |
@soundmonster Thanks a lot for the great feedback. And I'm very happy that you utilize it :) If we decide to rename the project for more general-purpose use, we can redirect the registry access to newly named this would keep older user CIs intact. Or we can totally fork it :)
I have created an issue for possible other ways to distribute the binary, that's a great idea! #95
We haven't released a stable version for awhile. The images that you have accessed probably just master builds. There will a new stable release |
@soundmonster good to see that the new GitHub Notification UI seems to have the desired effect then :) And yes, a PR with "TeamCity setup" for the README would be awesome! |
We would like to have a larger discussion surrounding usage of the plugin outside of a Drone environment (e.g. TeamCity, Jenkins, Travis/Circle CI, etc.) |
@bdebyl what did you have in mind, where do you want to have that discussion? |
drone-cache cache is not actually limited to caching workspace artifacts just for drone.
So other docker-based CI solutions can use this out of the box.
As drone-cache is just a static binary, you could even use this with other CI solutions (although we have not tried this yet).
To make it easier for users to find this tool, we would have to do some work though. e.g.
The text was updated successfully, but these errors were encountered: