1

I am using GitHub repositories to back up my Postman collections in the form of JSON format.But, I am unable to integrate GitHub & Jenkins directly. Please confirm, Is there any way by which latest code which I have committed in GitHub in the form of JSON , can automatically get executed through Jenkins ?

nupur soni
  • 11
  • 1

1 Answers1

0

Yes you can.

All you need to do is configure Jenkins to listen to changes on your Github repository.

The you can follow this guide or read up any of the numerous ways in which teams are using Postman with Jenkins.

Pratik Mandrekar
  • 9,362
  • 4
  • 45
  • 65