#Dagger & Harness
1 messages · Page 1 of 1 (latest)
I haven't but I'm sure that's been tried.
Harness has several products now right? Do you mean their original CD product?
Or Drone? We've def had folks use Dagger with that.
I am referring to harness ng and specifically their cicd module
Oh interesting. Harness Next Generation.
They have CI section and CD section.
Looking at CI:
https://developer.harness.io/docs/continuous-integration/get-started/tutorials#create-a-pipeline
They show something that I'd edit like this to use Dagger (haven't tried it yet):
- step:
type: Run
identifier: build_python_app
name: Build Python App
spec:
shell: Sh
command: |-
curl -fsSL https://dl.dagger.io/dagger/install.sh | BIN_DIR=$HOME/.local/bin sh
dagger call -m https://github.com/shykes/hello hello
Seeing their newer OSS here too. Could be run in Dagger, likely: https://docs.gitness.com/, https://www.harness.io/blog/retiring-harness-cd-community-edition-in-favor-of-gitness