Skip to content

How are other integrating with ArgoCD? #6162

Answered by klesh
gespi1 asked this question in Q&A
Discussion options

You must be logged in to vote

@Startrekzky I think it should be:

curl http://localhost:8080/plugins/webhook/1/deployments -X 'POST' -d '{
    "pipeline_id": "optional-pipeline-id",
    "deploymentCommits":[
       {
           "repo_url":"repo-1",
           "environment":"PRODUCTION",
           "ref_name": "optional-release-v0.17",
           "commit_sha":"c1"
       },
       {
           "repo_url":"repo-2",
           "environment":"PRODUCTION",
           "ref_name": "optional-release-v0.17",
           "commit_sha":"c2"
       }
    ]
    "create_time":"2020-01-01T11:00:00+00:00",
    "start_time":"2020-01-01T12:00:00+00:00",
    "end_time":"2020-01-02T13:00:00+00:00",
    "result": "FAILURE"
  }'

Replies: 4 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@klesh
Comment options

Answer selected by Startrekzky
@Startrekzky
Comment options

@klesh
Comment options

@Startrekzky
Comment options

@klesh
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@Startrekzky
Comment options

@gespi1
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants