How to Run Postman Collection in Jenkins

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ธ.ค. 2024

ความคิดเห็น • 4

  • @Himari1996
    @Himari1996 11 หลายเดือนก่อน

    It's very helpful! thank you for your sharing.

  • @drakezen
    @drakezen 3 ปีที่แล้ว

    It would be interesting to show how to set up cron within the Jenkinsfile so that the job is run periodically and then email out the results

  • @jpixellab5026
    @jpixellab5026 2 ปีที่แล้ว

    Could you please elaborate how we can add the Postman environment to the jenkins too? That would be really appreciated. Thanks

    • @santos122122
      @santos122122 2 ปีที่แล้ว

      You can add the environment by exporting it as a JSON file and adding it as a parameter to the command with by using the -e option
      For example if your environment JSON file is myEnviroment.json you only need to add the following to the command:
      -e myEnviroment.json