cli
cli copied to clipboard
jenkins support for devcontainers cli as a plugin
In Jenkins we can start an agent on a docker image but those can't be devcontainers.
I would love to see a Docker-like plugin for Jenkins, enabling us to spawn a devcontainer as a Jenkins agent directly.
Starting a devcontainer as a docker image require fetching label and executing those within the container, it is quite complex to do when not using the tool.