Files
2012-02-21 01:15:00 -05:00

1 line
7.2 KiB
JSON

[{"user_id": 14024, "stars": [], "topic_id": 34806, "date_created": 1305139666.3052499, "message": "What does your CI infrastructure look like? Do you have one at all? What are the ups and downs?", "group_id": 591, "id": 1012064}, {"user_id": 14024, "stars": [], "topic_id": 34806, "date_created": 1305140471.1821549, "message": "Does one know how/if Hudson and/or Jenkins will stay alive for the next couple of years or if one of them will \"die\"?", "group_id": 591, "id": 1012295}, {"user_id": 7295, "stars": [], "topic_id": 34806, "date_created": 1305140621.3331261, "message": "we don't do continuous deployment because we have a slightly different workflow and tons of branches coming and going into production", "group_id": 591, "id": 1012333}, {"user_id": 7295, "stars": [], "topic_id": 34806, "date_created": 1305140526.9588599, "message": "https://github.com/atmos/jinkies/wiki/Jenkins-Project-Setup", "group_id": 591, "id": 1012307}, {"user_id": 620, "stars": [], "topic_id": 34806, "date_created": 1305140218.4636021, "message": "Though now, I would switch to using Jenkins (currently not using any CI)", "group_id": 591, "id": 1012221}, {"user_id": 14024, "stars": [], "topic_id": 34806, "date_created": 1305140425.546479, "message": "@varikin That would be interesting. Found a post on that for Jenkins http://jenkins-ci.org/content/getting-started-building-android-apps-hudson", "group_id": 591, "id": 1012283}, {"user_id": 620, "stars": [], "topic_id": 34806, "date_created": 1305140183.925528, "message": "I have used Hudson and CruiseControl in the past, both for Java projects. Really like Hudson.", "group_id": 591, "id": 1012211}, {"user_id": 7295, "stars": [], "topic_id": 34806, "date_created": 1305140507.7809141, "message": "We use Jenkins at GitHub with custom extensions that work well for our workflow", "group_id": 591, "id": 1012302}, {"user_id": 7295, "stars": [], "topic_id": 34806, "date_created": 1305140537.4341459, "message": "https://github.com/atmos/jinkies", "group_id": 591, "id": 1012310}, {"user_id": 14024, "stars": [], "topic_id": 34806, "date_created": 1305140707.820235, "message": "I am interested in how companies manage stuff like that, build management, release management and such things.", "group_id": 591, "id": 1012362}, {"user_id": 8391, "stars": [], "topic_id": 34806, "date_created": 1305140030.8396749, "message": "I *highly* recommend this video: http://us.pycon.org/2010/conference/schedule/event/109/", "group_id": 591, "id": 1012169}, {"user_id": 14024, "stars": [], "topic_id": 34806, "date_created": 1305139703.3070481, "message": "Could you live without CI? Should every software company use CI?", "group_id": 591, "id": 1012080}, {"user_id": 14024, "stars": [], "topic_id": 34806, "date_created": 1305140679.9563589, "message": "@atmos Is there like a blog post where one can find more about your workflow?", "group_id": 591, "id": 1012348}, {"user_id": 620, "stars": [{"date_created": 1305205272.8101029, "user_id": 32882}], "topic_id": 34806, "date_created": 1305140232.9929969, "message": "Would like to try integrating it into Android projects though", "group_id": 591, "id": 1012226}, {"user_id": 620, "stars": [], "topic_id": 34806, "date_created": 1305140927.0515411, "message": "@skohler I would image Jenkins will stay alive quite a bit longer. It really is the true successor of Hudson. There is a large team/community behind it. That said, Oracle now seems to be pushing Hudson over to the Eclipse foundation. I will be interested to see where that leads.", "group_id": 591, "id": 1012431}, {"user_id": 7295, "stars": [], "topic_id": 34806, "date_created": 1305141953.7534721, "message": "@skohler soonish, yeah", "group_id": 591, "id": 1012717}, {"user_id": 7295, "stars": [{"date_created": 1305201800.1571741, "user_id": 651}], "topic_id": 34806, "date_created": 1305141966.30106, "message": "i have to give a talk on it later this summer so i'll prollly do a blog post on it as well", "group_id": 591, "id": 1012724}, {"user_id": 14024, "stars": [], "topic_id": 34806, "date_created": 1305142361.7613871, "message": "@atmos Nice - looking forward to it!", "group_id": 591, "id": 1012834}, {"user_id": 30654, "stars": [], "topic_id": 34806, "date_created": 1305185703.239821, "message": "We've used Cruise Control and now Jenkins. Here's our setup: http://pi-pixel.tumblr.com/tagged/beacon", "group_id": 591, "id": 1021518}, {"user_id": 30654, "stars": [], "topic_id": 34806, "date_created": 1305185748.954946, "message": "The hardest part is setting up a new project with a new/different technology. Otherwise you can just start by copying other projects.", "group_id": 591, "id": 1021524}, {"user_id": 28373, "stars": [], "topic_id": 34806, "date_created": 1305217157.396709, "message": "I'd consider it a serious red flag not to see CI on a project both for automated test runs and also as part of the deploy process. Continuous deployment isn't reasonable for every project and team (sadly) but a project should at least be able to trigger a reliable, consistent process for deploying to any environment with a single button press on your CI server.", "group_id": 591, "id": 1025995}, {"user_id": 28373, "stars": [], "topic_id": 34806, "date_created": 1305216873.1623361, "message": "Carbon Five has been using Team City for all of our recent projects. We probably have ~12 projects building at any given time, all on different technology stacks running a mix of ruby, objective-c, javascript, and occasionally java tests. I haven't found setting up new projects to be too much trouble with the hardest part being making sure that every build agent has required packages installed for every project it might build. Unfortunately we haven't had a chance to get chef/puppet added as a part of all of our projects yet.", "group_id": 591, "id": 1025946}, {"user_id": 23322, "stars": [], "topic_id": 34806, "date_created": 1305247950.4937611, "message": "I've been using Hudson/Jenkins for 2-3 years now for both Java and .NET apps. I use it for build/test/deployment, but only for development/testing environments, not for production.", "group_id": 591, "id": 1031847}, {"user_id": 24858, "stars": [], "topic_id": 34806, "date_created": 1305253086.6659651, "message": "I really like open source CI tool Travis (additionally you can set up your own server) http://travis-ci.org", "group_id": 591, "id": 1033193}, {"user_id": 29643, "stars": [], "topic_id": 34806, "date_created": 1305265544.8327579, "message": "Jenkins seems to be the strongest CI choice these days, for almost any development environment/language. I've used CruiseControl, Integrity, and a couple real small ones, and Jenkins just makes all the others seem feeble.", "group_id": 591, "id": 1036186}, {"user_id": 8391, "stars": [{"date_created": 1305372304.767597, "user_id": 14024}], "topic_id": 34806, "date_created": 1305266720.0665779, "message": "Again, I *highly* recommend this video: http://us.pycon.org/2010/conference/schedule/event/109/", "group_id": 591, "id": 1036445}, {"user_id": 14024, "stars": [], "topic_id": 34806, "date_created": 1305372327.5197799, "message": "Thanks @ all for the feedback!", "group_id": 591, "id": 1051384}, {"user_id": 14024, "stars": [], "topic_id": 34806, "date_created": 1305372315.8627851, "message": "@kennethreitz Thanks. Great talk. I watched it the other day.", "group_id": 591, "id": 1051382}]