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 Categorized: Integrations
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 »
Agile Software Release Checklist Manifesto
2 minutes read In this new agile world, you want to improve your application every day by releasing early and often. How do you manage to release often without major issues? Create a checklist for your software releases, a list of steps to blindly follow every time release a new piece of software. Here is an example of… Read more »
Load Testing Jenkins Plugin from LoadFocus.com
< 1 minute read We’ve released our load testing plugin for Jenkins CI. Use the Post build actions and define your load test limits in order to mark the build UNSTABlE or FAILED Easy multiple accounts access via the credential Jenkins plugin. More details here: https://wiki.jenkins-ci.org/display/JENKINS/LoadFocus+Load+Testing+Plugin Installation Steps: 1. Create your load testing account on https://loadfocus.com 2. Copy your… Read more »