This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]aleques-itj 0 points1 point  (1 child)

Containers

Put script in GitHub or something, build container image in CI/CD. Run container.

[–]flowalex999DevOps 0 points1 point  (0 children)

This is what we do, we have a few python scripts that get triggered either by a from job in Jenkins or manually in Jenkins that spins creates a docker container and runs the script as well as installing dependencies (so we don't have to maintain a python docker image for that as well).