Serdar Yegulalp
Senior Writer

Yahoo adds Screwdriver to devops toolbelt

news
Jan 13, 20172 mins

Yahoo's internal continuous delivery system makes its open source debut, joining a crowded field

screwdrivers
Credit: blickpixel

It’s become a tradition for big names in IT to open-source bits of their infrastructure: Google with Kubernetes, Facebook with React and RocksDB, and many others.

Now it’s Yahoo’s turn. The web portal has open-sourced the build system it uses “to enable continuous delivery to production at scale for dynamic infrastructure,” as put in a blog post.

Screwdriver is a collection of services that simplify continuous delivery by using software technologies that are likely already in use in an organization. A project’s production pipeline is defined by a YAML file in the project itself, rather than in an external dependency. Code from GitHub or Bitbucket can be pulled and built automatically, or Screwdriver can be notified to perform actions on code if it receives a notification from those services via a webhook. Once built, the software can be run by a defined execution engine.

Most subcomponents used by Screwdriver can be defined by a plugin: the source control, the database used for the internal datastore, the execution engine, and so on. Right now, the list of available plugins is small. The execution engine, for example, has  only Docker Swarm, Kubernetes, Mesos, and Jenkins plugins. (According to Yahoo, Screwdriver was originally created more or less as an abstraction layer for Jenkins, but outgrew that function.)

Yahoo claims that Screwdriver has helped it ease deployment and pipeline management. Aside from being able to define the pipeline with code in the project itself, there’s also the ability to run different phases of the pipeline in previous states, so the pipeline can be run from a specific git commit — a fast method to roll back to a last-known-good version.

Screwdriver is being unveiled at a time when the choices available for CI/CD could scarcely be richer. Aside from the aforementioned Jenkins, many other devops tools have made names for themselves, such as GitLab CI or Atlassian Bamboo. Some are primarily cloud-based, like Bitbucket Pipelines. Others, like the proprietary product Atlas (from the creators of Vagrant), are on-premises. Yahoo’s name does confer automatic attention on Screwdriver, but the real test of its value will be in how useful it proves to be outside of Yahoo’s walls and in the hands of developers in much smaller organizations.

Serdar Yegulalp

Serdar Yegulalp is a senior writer at InfoWorld. A veteran technology journalist, Serdar has been writing about computers, operating systems, databases, programming, and other information technology topics for 30 years. Before joining InfoWorld in 2013, Serdar wrote for Windows Magazine, InformationWeek, Byte, and a slew of other publications. At InfoWorld, Serdar has covered software development, devops, containerization, machine learning, and artificial intelligence, winning several B2B journalism awards including a 2024 Neal Award and a 2025 Azbee Award for best instructional content and best how-to article, respectively. He currently focuses on software development tools and technologies and major programming languages including Python, Rust, Go, Zig, and Wasm. Tune into his weekly Dev with Serdar videos for programming tips and techniques and close looks at programming libraries and tools.

More from this author