How to Run Postman Collection in Jenkins

Поделиться
HTML-код
  • Опубликовано: 17 ноя 2024

Комментарии • 4

  • @Himari1996
    @Himari1996 10 месяцев назад

    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