indigo-dc / jenkins-pipeline-library

Jenkins pipeline library with common functionalities for CI/CD environments, mainly targeted for the implementation of the SQA baseline requirements from https://indigo-dc.github.io/sqa-baseline/
Apache License 2.0
11 stars 6 forks source link

JePL QA #157

Open samuelbernardolip opened 3 years ago

samuelbernardolip commented 3 years ago

To start testing the library code, there is a good reference from jenkins infra: https://github.com/jenkins-infra/pipeline-library

This is a global shared library used to test jenkins plugins inside jenkins. The repository structure for tests and required resources seems to me a good guide to follow.