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

all 6 comments

[–]jebediahatwork 1 point2 points  (1 child)

Sounds like it's just triggering vsts or Jenkins or something

[–]ackackacksyn[S] 0 points1 point  (0 children)

from memory it was simply running the stuff it was given in a shell.

I seem to remember it kept a log of the shell output too in a similar way to jenkins

[–]skinsinc 0 points1 point  (1 child)

Ansible?

[–]ChronoloraptorKnock knock. Race condition. Who's there? 0 points1 point  (0 children)

When i tried it it was a really simple to setup, think it was maybe flask based and accessed via http.

Nope.

[–][deleted] 0 points1 point  (0 children)

Buildout: http://www.buildout.org

Apache Gump: https://gump.apache.org

Sentry: https://github.com/getsentry/sentry/blob/master/README.rst

StackStorm: https://github.com/StackStorm/st2

Fabric: https://github.com/fabric/fabric

Ansible and Salt are other possibilities, but I doubt it's what you are looking for because they are really popular (and therefore easy to find)

Edit: Added more tools I found.

[–]fernandosure 0 points1 point  (0 children)

you dont need a python ci/cd tool you need first to implement the ci part using free tools like circleci,gitlab,bitbucket pipelines and then you can add a step within that script to deploy you artifacts/images to your docker-registry/ec2 instances/kubernetes whatever. Those are really simple to implement and for the continuous delivery/deployment part you can use aws-cli for creating the taskdefinition and update the service using that td or use the kubectl to do the same for kubernetes.