Kohsuke Kawaguchi
Kohsuke is the creator of Jenkins.
(This is a guest post from Owen B. Mehegan aka autojack) The Jenkins User Conference - Palo Alto is coming up on October 23rd! The schedule for talks is full, but we’ve been looking for a way to give other members of the Jenkins community some visibility. There are many people who have contributed to the project in various ways, whether...
(This is a guest post from Gareth Bowles, a Senior Software Engineer at Netflix.) Jenkins has been a central part of the Netflix build and deploy infrastructure for several years now, and we’ve been attending and speaking at JUC since it started in 2011. It’s a great opportunity to meet people who are as passionate about build, test and deployment automation...
(This is a guest post by Stephen Connolly) Every developer, at some stage, will be handed a project to maintain that somebody else was responsible for. If you are lucky, the developer will not have left the organization yet and you get a brief Knowledge Transfer as the developer packs up their desk before heading on to their new job. If...
The Jenkins User Conference (JUC) Palo Alto is less than two months away! The organizing committee, 13 sponsors and 16 speakers have been hard at work coordinating a fun and educational day for the Jenkins community on October 23. Check out the agenda and see for yourself! Speakers are traveling from around the globe to take part in this conference, including...
This is a guest post by Mike Rowan, VP R&D at SendGrid. Q: Tell us a bit about what your service and plugin do. Who is it for? What are the highlights of your plugin? A: Loader.io is a simple-to-use cloud-based load testing service. The service is designed for developers and people who need to ensure applications are performing as they should....
This is a guest post by Aske Olsson Extreme feedback is an incredibly powerful way to drive quality and accelerate your developer fast feedback loop. Having eXtreme Feedback Devices (XFDs) hooked up to your Jenkins jobs gives everyone on your team instant insight into the current software state. At customer after customer we’ve seen extreme feedback devices drive significant incremental productivity gains,...
Git plugin and TFS plugin are calling for interested parties to try out their 2.0 beta binaries before they get released. Git plugin 2.0 contains a major refactoring and UI simplifications, and TFS plugin contains a rewritten polling logic that does not require a workspace. If you think you’d benefit from these changes, please head to their respective beta testing page and...
Jenkins User Conference is back to California again! Just like the last two years, this full day event packs talks from Jenkins developers and users, and it would be a great opportunity for Jenkins users to get to know each other and share their experiences. The agenda is already posted, covering everything from robotics to mobile developments, effective management of Jenkins instances...
+ Jenkins comes with the remoting library that it uses to communicate between a controller and agents. This is a pretty awesome library, I think, which served us well. One of the things this remoting layer does it to transfer the Java byte code on demand from the controller to agents on demand. This approach helps us keep agent deployment simple,...