devtron-labs / lens

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Application to analyse git and relase data

Initial testing the application

curl -XPOST localhost:8080/new-deployment-event -d '{
  "ApplicationId": 7,
  "EnvironmentId": 1,
  "CiArtifactId": 9,
  "ReleaseId": 16,
  "PipelineOverrideId": 102,
  "TriggerTime": "2019-10-28T16:41:13.698823+05:30",
  "PipelineMaterials": [
    {
      "PipelineMaterialId": 9,
      "CommitHash": "5e1bcba61adc9ee5826b56e0c3491d4aa023af33"
    }
  ]
}'

change CiArtifactId , ReleaseId, TriggerTime and CommitHash for each release

About

License:Apache License 2.0


Languages

Language:Go 98.8%Language:Dockerfile 0.6%Language:Makefile 0.5%