cyberark / conjur-service-broker

Implementation of the Open Service Broker API for Conjur

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add archiving of build artifacts in `master` branch Jenkins builds

sgnn7 opened this issue · comments

Is your feature request related to a problem? Please describe.

Currently, releases are manually built locally. Even though the tests may pass on CI/CD infrastructure, we ideally want the artifact that passed the tests be the one we attach to releases.

Describe the solution you would like

AC:

  • When the default branch (master) runs the tests and they pass, the build artifacts (.zip and SHA256SUMS) are saved.
  • No other branch triggers this functionality