3 minutes read What is CI/CD? Continuous Integration/Continuous Delivery (or Continuous Deployment) is abbreviated as CI/CD. It is a software development practice that emphasizes more frequent and reliable software development, testing, and deployment. Continuous Integration is the practice of automatically building, testing, and merging code changes into a shared repository, whereas Continuous Delivery/Deployment is the practice of automatically… Read more »
Posts Tagged: Jenkins CI/CD plugin
Continuous Performance Testing in CI/CD with Jenkins Plugin
2 minutes read We’ve released a new version of our load testing plugin for Jenkins CI. See here more details. Load Testing CI/CD Plugin helps to run load tests automatically as a Post-build action and mark the build as PASSED, UNSTABLE or FAILED based on errors received during the test run and the average response time. Use the… Read more »