|
Currently the release build steps used on ci.hibernate.org to release OGM, are directly defined in the Jenkins build configuration. As a first step to improve this, one could extract the different steps into shell scripts stored as part of the main source code. In the Jenkins configuration one would then just call these scripts. This put the release steps under version control and makes them easier to test/maintain as well.
|