harness / gitness

Gitness is an Open Source developer platform with Source Control management, Continuous Integration and Continuous Delivery.
https://gitness.com
Apache License 2.0
32.12k stars 2.8k forks source link

gitness pipeline is not auto triggering while push or PR request #3541

Open Vivekpal-progcap opened 1 month ago

Vivekpal-progcap commented 1 month ago

Hi Team,

Facing issue with pipeline auto trigger, when make any changes on code the pipeline is not auto running even on PR case

in PR case it's goes for checks and getting error "Error: Cannot perform an interactive login from a non TTY device " Note: my code is Django, building docker image and pushing to docker hub and deploy on docker container on EC2

below are the pipeline config:

kind: pipeline name: auto-trigger-pipeline

on: push: branches: include:

steps:

volumes:

Thanks Vivek

Vivekpal-progcap commented 1 month ago

Also created webhook and added URL https://gitness.doamin.com