Skip to content

AlehB/test-maven-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Preamble

Test task includes developing of jenkins pipeline. Please find all supporting files in this repo.

Pipeline requirements

  1. should be implemented as a shared library (please create your own repository)
  2. should read config.yml file
  3. should run steps according to config.yaml
  4. steps to be implemented: notifications, build, database, deploy, test
  • note1: each step (except notifications) should be defined in its own Stage
  • note2: all steps (except notifications) are strictly ordered: build, database, deploy, test.
  • note3: if any step is failed, the pipeline should not execute the next step and notifications step should be triggered with name of the failed step
  1. all tests (regression, performance, integration) should be run in parallel
  • note: one of tests defined in config.yaml contains exit 1 to simulate error condition
  1. pipeline should be presented as demo

Recommended documentation sources:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages