Jenkins
Does Jenkins Scale? Nope! Here are 4 Reasons Why.
Posted on April 17th, 2025.Lessons learned from Jenkins are often learned too late. A lesson you don’t want to learn too late is that: Jenkins doesn’t scale.
Lessons learned from Jenkins are often learned too late. A lesson you don’t want to learn too late is that: Jenkins doesn’t scale.
A single-server ProGet instance, especially in organizations with sustained, high-volume traffic can become overloaded —particularly when many users are all making concurrent calls to it. Client tools like NuGet and npm can make thousands of simultaneous requests—each one needing validation, compliance checks and often forwarding through...
PowerShell modules are an effective way of freeing yourself from Script Hell. But without planning, you can find yourself in the much-worse Module Hell.
Your development team pulls a package from a ProGet feed connected to npmjs.org. It seems pretty straightforward and routine, until you later discover the package contains known vulnerabilities, leaking sensitive user data. OSS registries can be unpredictable: some packages are reliable, others… not so much. Without proper...
Success in software development isn’t just about writing awesome code. It’s about always getting better, reflecting on what works, and having a culture that really values these things. At Inedo, we embrace the philosophy of Chowa, a Japanese term for balance and harmony. One of the key pillars of this is Kaizen; (Continuous...
Poor visibility into Jenkins installs and projects creates chaos, can disrupt work, and increases risk.
Managing your project’s npm packages starts out simple. But as it grows, not only do the number of packages grow, but so do their dependencies; each with different licenses that may or may not align with your organization’s policies. Assessing them is tedious and time-consuming, and without clear oversight, it’s easy for things to...
In 2024, we conducted a survey on Software Supply Chain Security, receiving responses from over 1,000 professionals. We published the results as the 2024 State of Software Supply Chain Security Report. The report was well received, with overwhelmingly positive feedback. Readers appreciated the benchmark insights, and the findings sparked...
Your PowerShell modules are an integral part of your development process. Learn how to care for, create, and get the most out of your PowerShell modules.
An npm package versioned 1.4.5 doesn’t tell you much – certainly not whether it’s stable or what it’s supposed to do. Without context, it’s all too easy to misinterpret the purpose of a build, and this confusion leads to dependency issues, broken builds, or even runtime errors. Worst-case scenario? Unstable...