Shared Jenkins library which all ODS projects & components use - provisioning, SonarQube code scanning, Nexus publishing, OpenShift template based deployments and repository orchestration
Apache License 2.0
75
stars
57
forks
source link
InfrastructureStage (org.ods.component) does not honor branchToEnvironmentMapping #1076
Describe the bug
org.ods.component.InfrastructureStage will always run (at least)
make test
regardless ofbranchToEnvironmentMapping
.To Reproduce Steps to reproduce the behavior:
type: ods-infra
Jenkinsfile
Jenkinsfile
make test
Expected behavior
This should honor
branchToEnvironmentMapping
and either stop, if it is not matching, or build if it is matching.Screenshots
Affected version (please complete the following information):