odavid / my-bloody-jenkins

Self Configured Jenkins Docker image based on Jenkins-LTS
MIT License
251 stars 71 forks source link

Initial support of Github-OAuth autorization strategy #189

Closed Sudokamikaze closed 3 years ago

Sudokamikaze commented 3 years ago

Tracking issue: https://github.com/odavid/my-bloody-jenkins/issues/184

Tests Alpine:

bats tests
 ✓ >>> setup config deep-merge with multiple data sources env
 ✓ test values comming from dir1
 ✓ test values comming from dir1 and dir2
 ✓ test values comming from dir1 and dir2 and dir3-1 (glob expression)
 ✓ test values comming from dir1 and dir2 and dir3-2 (glob expression)
 ✓ <<< teardown config deep-merge with multiple data sources env
 ✓ >>> setup config-envvars env
 ✓ test values comming from secret1
 ✓ test values comming from secret2
 ✓ test values changed
 ✓ <<< teardown config-envvars env
 ✓ >>> setup config-handlers tests env
 ✓ Sanity
 ✓ ConfigurationAsCodeConfig
 ✓ RemoveMasterEnvVarsConfig
 ✓ ArtifactoryConfig
 ✓ CloudsConfig
 ✓ CredsConfig
 ✓ ToolsConfig
 ✓ SecurityConfig
 ✓ CheckmarxConfig
 ✓ EnvironmentVarsConfig
 ✓ GitlabConfig
 ✓ JiraConfig
 ✓ JiraStepsConfig
 ✓ NotifiersConfig
 ✓ PipelineLibrariesConfig
 ✓ ScriptApprovalConfig
 ✓ SeedJobsConfig
 ✓ JobDSLScriptsConfig
 ✓ SonarQubeServersConfig
 ✓ <<< teardown config-handlers tests env
 ✓ >>> setup envconsul tests env
 ✓ test values comming from consul
 ✓ test values comming from vault
 ✓ <<< teardown envconsul tests env

36 tests, 0 failures

Signed-off-by: Illia P illia.pshonkin@percona.com