multi-project pipeline in argo workflow, is possible? #2715
Closed
AngelLopezBellmont
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any way in Argo-Workflow to create a multiproject-pipeline?
More concrete I need to trigger from several microservices a step (or task) to trigger an external repository-pipeline passing some parameters like: microserviceId (or artifactId), and environment ( which env is the pipeline which triggers)
Example:
I want to change the 2 step in microservice-a/b, instead of print "hello world b", trigger the external pipeline to Microservice-receiver, passing their name, and have a green step in Microservice-a and a red one in Microservice-b.
Is this possible in Argo?
Regards
Note: In gitlab and azure is possible via multi-project multi-project pipelines.
Beta Was this translation helpful? Give feedback.
All reactions