Testing progress - rrialq/jenkins-inheritance-plugin GitHub Wiki
About this page
I will write here a little about the manual testing tasks I am doing. It is important for me to ensure that the plugin works as expected.
I am testing the modifications in master branch with a copy of my jenkins, that contains about 200 unique jobs, in many folders, with many subfolders.
Tests: OK, FAILED or PLANNED
Test | Notes | Status |
---|---|---|
Installing the plugin | The configuration of the jobs is OK | OK |
Selecting template in any folder | It shows all templates in any folder. It detects cyclic dependencies | OK |
Inheritable parameters | The parameters are detected, we can selecting them, changing its values | OK |
Jobs that contribute settings to this job | It shows the projects that contributes to this and projects that use settings from this project | OK |
Build | OK | |
Build with parameters | OK | |
Rebuild Last | Redirects to the job page | OK |
Show Parameter derivation | It shows the full name of the job. | OK |
Show References | It shows the full name of the job | OK |
Renaming template | It renames the references in other templates. The name of the job is also renamed in multijob phases and trigger related steps. It saves a new version of the template | OK |
Moving templates | It renames the references in other templates. The name of the job is also renamed in multijob phases and trigger related steps. It saves a new version of the template | OK |