CI/CD Progress #39
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Log into CI/CD server with
ssh <username>@192.168.199.179
orssh <username>@buildfix.absatvirt.low
(issues with DNS pending) orssh <username>@2001:7c0:2018:1099:babe:0:f5f:c1cd
#66 has implemented most of this, 4. still being WIP
Re 4: After talking with the IT guys, we will switch to building the docker image at every run. This way we always have an up to date environment in the docker image and also a defined Dockerfile (the one in the commit). Docker caching should speed up consecutive runs where nothing changed, so I hope the impact on runtime will be ok for now.
Also, will change to always do a clean build. Again, trading runtime with a more reliable and deterministic build.
Server is building the SW now