Working Software Tools

Continuous integration

  • Job DSL plugin
  • Build Pipeline plugin
  • Delivery Pipeline plugin
  • Copy Artifact Plugin
  • JIRA Plugin for Jenkins

Functional Test

Static Analysis

Test Coverage

  • Cobertura - Code coverage for java testing.

Linters

Linters improve code quality by enforcing rules for style and composition, making code easier to read and review.

  • eslint - A fully pluggable tool for identifying and reporting on patterns in JavaScript.
  • jshint - JSHint is a tool that helps to detect errors and potential problems in your JavaScript code.