opendevstack / ods-jenkins-shared-library

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

Fixing an error when reimplementing from "Deploy to D" to WIP, it was… #952

Closed BraisVQ closed 2 years ago

BraisVQ commented 2 years ago

… using a release branch but trying to commit master branch (#951)

In the orchestration, after a "reimplement" it was trying to push a non existing master since it checkout a release branch, now it correctly make changes to both the release and master and committing both